Get the Buyers collection.
Was this helpful?
#330:
Change request updated 3 months ago
/v1/accounts/buyers
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/accounts/buyers'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "contact": {}, "externalIds": {}, "status": {}, "icon": "text", "address": {}, "taxId": "text", "account": {}, "name": "text", "sellers": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "externalId": "text", "status": {}, "icon": "text", "address": {}, "name": "text", "currencies": [ "text" ] } ] } ] }