v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Tenant Configuration

Get Tenant Configuration by Type

Returns the tenant configuration for the given configurationTypeId. For tenant-timezone-config, returns default timezone (America/New_York) when none is stored.

get/tenant-configurations/by-configuration-type/{configurationTypeId}

Path parameters

configurationTypeIdstring required

Configuration type ID

Headers

tenant-idstring required

Tenant ID

Response

Tenant configuration retrieved successfully

idstring

Unique identifier for the configuration

tenantIdstring

Tenant ID this configuration belongs to

namespacestring

Namespace for the configuration

configurationTypeIdstring

Type identifier for the configuration

updatedAtstring date-time
createdAtstring date-time

Example response

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