Skip to main content
GET
Get a single tenant setting

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

name
string
required

Setting name, e.g. webhook-config.url, webhook-config.retryAttempts

Response

Tenant setting retrieved successfully

name
string
Example:

"webhook-config.url"

value
any

Stored value; type depends on the setting name

Example:

"https://your-domain.com/webhooks/royalti"