Product documentation
TenantProvisioning
The TenantProvisioning resource.
TenantProvisioning
The TenantProvisioning resource.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
POST | /api/v1/tenants | Tenant Provisioning Register | bearer, no extra scope |
GET | /api/v1/tenants/me | Tenant Provisioning Get My Workspace | bearer, no extra scope |
Operation details
POST /api/v1/tenants
Tenant Provisioning Register
- Operation ID:
tenantProvisioningRegister - Required scopes: bearer, no extra scope
Request body (required): application/json → RegisterTenantRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | TenantRegistryResponse |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
GET /api/v1/tenants/me
Tenant Provisioning Get My Workspace
- Operation ID:
tenantProvisioningGetMyWorkspace - Required scopes: bearer, no extra scope
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | TenantRegistryResponse |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |