v1

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

List Tenant

There can be multiple tenants within a CoreStack account. List all tenants the user is mapped under a CoreStack account. If there are 3 tenants and user performing this operation has access to only 2 tenants then only those 2 tenants will be returned.

get/tenants

Response

Success

Example response

{
  "tenants": [
    {
      "cost_anomaly_settings": {
        "threshold_configuration": {
          "category": "all",
          "cost_impact_spend_operator": "and"
        }
      },
      "dimension_settings": [
        {
          "product": "AppSecOps"
        }
      ],
      "status": "active"
    }
  ]
}