v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Identity

Tenant List by Master Account

Tenant List by Master Account

get/v1/master_accounts/{master_account_id}/tenants

Response

Success

idstring required

Tenant id

namestring

Name of Tenant

status'active' | 'suspended'

Indicates the status of the Tenant

is_defaultboolean

Is this a default tenant

Example response

[
  {
    "status": "active"
  }
]