/api/customers/K0002/devices/base/ABCDEF012345/license-keys/12 HTTP/1.1 200 OK
with following body:
{
"data": [{
"name": "licenseKey",
"value": "License Key"
}, {
"name": "licenseType",
"value": "License Type"
}]
}
/api/customers/K0002/devices/base/ABCDEF012345/license-keys/404 HTTP/1.1 404 Not Found
with following body:
{
"title": "License not found",
"detail": "Device [ABCDEF012345] does not have a license with id [404]",
"described_by": "http://api.nfon.net/probs/license-not-found"
}
/api/customers/K0404/devices/base/ABCDEF012345/license-keys/12 HTTP/1.1 404 Not Found {
"described_by": "http://api.nfon.net/probs/customer-not-found",
"title": "Customer not found",
"detail": "Customer with identifier K0404 has not been found"
}
/api/customers/K0002/devices/base/ABCDEF012345/license-keys/12 HTTP/1.1 404 Not Found
with following body:
{
"title": "Device not found",
"detail": "Device with unique identifier ABCDEF012345 has not been found",
"described_by": "http://api.nfon.net/probs/device-not-found"
}
/api/customers/K0002/devices/base/ABCDEF012345/license-keys/12 HTTP/1.1 403 Forbidden
with following body:
{
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/devices/base/ABCDEF012345/license-keys/12 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/devices/base/ABCDEF012345/license-keys/12 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}