Has License


This request checks if the registered device has a license.

Resource

GET /me/device/license

Parameters

None

Payload

None

Response

Object Response < boolean >

The value is true if the device has license and false otherwise.

Context

Authorization

User

Device Registration

Device

Errors

HTTP code Xelion code Description

400

10050

no device is associated with the session.

Example

Request
GET https://xelion.nl/api/v1/master/me/device/license
Response
{
  "object": true,
  "links": [
    {
      "rel": "self",
      "href": "http://www.xelion.nl/api/v1/master/me/device/license",
      "method": "GET"
    }
  ]
}