Tenant
Get the current tenant
Scope: tenant:read
Authorization
bearerAuth AuthorizationBearer <token>
Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer admp_...
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/tenant"{ "tenant": { "id": "string", "slug": "string", "display_name": "string", "status": "TENANT_STATUS_UNSPECIFIED", "labels": { "property1": "string", "property2": "string" }, "created_at": "2023-01-15T01:30:15.01Z", "updated_at": "2023-01-15T01:30:15.01Z" }}Push Terraform state POST
Stores a new state version; the body is the full `.tfstate` document. Maps to the Terraform HTTP backend POST. Authenticate with a PAT/SAT; requires the `state:write` scope.
Update the current tenant PATCH
Only `display_name` and `labels` are mutable. `slug` is part of the account's identity and `status` is set by lifecycle operations, neither of which a tenant performs on itself. Scope: `tenant:write`