Get Licensee
Get a single licensee object by ID.
get
curl -L \
--url 'https://api.platform.softwareone.com/public/v1/accounts/licensees/{id}'
{
"id": "text",
"audit": {},
"$meta": {},
"href": "text",
"contact": {},
"name": "text",
"externalId": "text",
"status": {},
"address": {},
"useBuyerAddress": true,
"icon": "text",
"description": "text",
"account": {},
"buyer": {},
"seller": {}
}