Was this helpful?
#330:
Change request updated 3 months ago
List Licensee items in the Licensees collection.
/v1/accounts/licensees
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/accounts/licensees'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "contact": {}, "name": "text", "externalId": "text", "status": {}, "address": {}, "useBuyerAddress": true, "icon": "text", "description": "text", "account": {}, "buyer": {}, "seller": {} } ] }