Get License File Info
This request retrieves information about the installed license file.
If no license file is present, returns 404.
Resource
GET /licenses/file/info
Payload
None
Response
Context
| Authorization |
Master |
Errors
Example
Request
GET https://my.xelion.nl/api/v1/master/licenses/file/info
Response
{
"object": {
"xelion-license-id": "Xelion000123",
},
"links": [
{
"rel": "self",
"href": "https://my.xelion.nl/api/v1/master/licenses/file/info",
"method": "GET"
}
]
}