List Cloud Tenants
get
Responses
200
OK
application/json
get
/public/v1/accounts/cloud-tenants200
OK
Last updated
Was this helpful?
OK
OK
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/accounts/cloud-tenants HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {},
"updated": {}
},
"$meta": {
"omitted": [
"text"
]
},
"account": {
"id": "text",
"icon": "text",
"type": "text",
"status": "text",
"name": "text"
},
"externalIds": {
"cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
"providerId": "text",
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"name": "text",
"status": "text",
"type": "text"
}
]
}