v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Tenant Configuration

Get All Tenant Configurations

Returns all tenant configurations for the specified tenant. This endpoint fetches all configuration types associated with the tenant.

get/tenant-configurations

Headers

tenant-idstring required

Tenant ID

Response

Tenant configurations retrieved successfully

totalCountinteger

Total number of tenant configurations

Example response

{
  "data": [
    {
      "updatedAt": "2022-03-10T16:15:50Z",
      "createdAt": "2022-03-10T16:15:50Z"
    }
  ]
}