List Accounts
Was this helpful?
Was this helpful?
/v1/accounts/accounts
curl -L \
--url 'https://api.platform.softwareone.com/public/v1/accounts/accounts'
{
"$meta": {},
"data": [
{
"id": "text",
"audit": {},
"$meta": {},
"href": "text",
"externalId": "text",
"externalName": "text",
"type": {},
"status": {},
"serviceLevel": {},
"address": {},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {},
"$meta": {},
"href": "text",
"name": "text",
"description": "text",
"account": {},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {},
"$meta": {},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"accountTypes": [
"text"
]
}
],
"users": [
"[Circular Reference]"
]
}
],
"buyers": [
{
"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"
]
}
]
}
]
}
]
}
Success