v1
latestOpenAPI 3.1.02026-08-063776831.4 MBTenant 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
Example response
{
"data": [
{
"updatedAt": "2022-03-10T16:15:50Z",
"createdAt": "2022-03-10T16:15:50Z"
}
]
}