Licenses
View License details
get/licenses/{id}
Path parameters
idstring uuid required
Resource UUID
Query parameters
includestring[]
Comma-separated list of related resources to include for licenses.
Response
Success
Example response
{
"data": {
"account": {
"billing_address": {
"administrative_area": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"country": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}
},
"company": {
"domicile": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"principal_address": {
"administrative_area": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"country": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
},
"mailing_address": {
"administrative_area": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"country": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}
},
"ref_jurisdiction": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.