Last updated
Was this helpful?
Was this helpful?
GET /public/v1/accounts/accounts HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"data": [
{
"id": "ACC-1234-1234",
"revision": 2,
"name": "Contoso Ltd",
"type": "Vendor",
"status": "Active",
"externalId": "WW-CON-123456"
}
],
"$meta": {
"pagination": {
"offset": 0,
"limit": 10,
"total": 1
}
}
}