License Server Resellers
Use this call to retrieve a list of potential resellers for the new license order.
Resource
GET /licenses/licenseserver/resellers
Parameters
None
Payload
None
Response
Context
Authorization |
Master |
Errors
Example
Request
GET http://sip.xelion.nl/api/v1/master/licenses/licenseserver/resellers
Response
{
"data": [
{
"object": {
"commonName": "Reseller 1 B.V.",
"oid": "13429955",
"objectType": "Entity"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"commonName": "Reseller 2 B.V.",
"oid": "36728017",
"objectType": "Entity"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
}
],
"meta": {
"links": [
{
"rel": "refresh",
"href": "http://sip.xelion.nl/api/v1/master/licenses/licenseserver/resellers",
"method": "GET"
}
]
}
}