User Status


This request returns the status of the user.

Resource

GET /me/status

Parameters

None

Payload

None

Context

Authorization

User

Errors

HTTP code Xelion code Description

404

10054

The user has no phone line.

Example

Request
GET https://xelion.nl/api/v1/master/me/status
Response
{
  "object": "automatic",
  "links": [
    {
      "rel": "self",
      "href": "http://www.xelion.nl/api/v1/master/me/status",
      "method": "GET"
    },
    {
      "rel": "set",
      "href": "http://www.xelion.nl/api/v1/master/me/status",
      "method": "PUT"
    }
  ]
}