Skip to content

Product documentation

TenantProvisioning

The TenantProvisioning resource.

TenantProvisioning

The TenantProvisioning resource.

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
POST/api/v1/tenantsTenant Provisioning Registerbearer, no extra scope
GET/api/v1/tenants/meTenant Provisioning Get My Workspacebearer, 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/jsonRegisterTenantRequest

Responses:

StatusDescriptionBody
200OKTenantRegistryResponse
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — 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:

StatusDescriptionBody
200OKTenantRegistryResponse
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)