Tenants
Get the details of the current tenant.
Query parameters
tenantIdstringRequiredExample:
{{tenantId}}
Header parameters
X-Api-KeystringOptionalExample:
the API Key
{{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?