Tenants

Get the details of the current tenant.

Get Current Tenant

get
Query parameters
tenantIdstringRequiredExample: {{tenantId}}
Header parameters
X-Api-KeystringOptional

the API Key

Example: {{apiKey}}
Responses
200Success
application/json
get
GET /admin/api/v1/tenants/current HTTP/1.1
Host: api.workfx.ai
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "text",
  "createdTime": "2025-07-16T16:48:58.980Z",
  "updatdTime": "2025-07-16T16:48:58.980Z",
  "status": "text",
  "tenantType": "text"
}

Last updated

Was this helpful?