List Cloud Tenants

get
Responses
200

OK

application/json
get
GET /public/v1/accounts/cloud-tenants HTTP/1.1
Host: api.s1.today
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "account": {
        "id": "text",
        "icon": "text",
        "type": "Client",
        "status": "Active",
        "name": "text"
      },
      "externalIds": {
        "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
        "providerId": "text",
        "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
      },
      "name": "text",
      "status": "text",
      "type": "text"
    }
  ]
}

Last updated

Was this helpful?