Aurion Docs
Api

Get Tenant Detail

GET
/api/v1/super-admin/tenants/{tenant_id}
AuthorizationBearer <token>

In: header

Path Parameters

tenant_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/super-admin/tenants/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "audit_logs": {},
  "billing_status": "string",
  "configuration": {},
  "recent_calls": [
    {}
  ],
  "tenant": {},
  "usage": {
    "calls_30d": 0,
    "calls_total": 0,
    "last_call_at": "string",
    "tickets_created_30d": 0
  }
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}