Branding Settings

Use to manage branding settings for your organization.

Get branding settings

get

Returns all branding-related settings for the tenant.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
200

Executed successfully.

application/json

Aggregated response containing all branding settings configured for the tenant

get
/api/v1/branding/settings

Get branding setting by key

get

Returns a single branding setting identified by the path key.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

Identifier of the branding setting to retrieve or update

Possible values:
Responses
200

Executed successfully.

application/json
objectOptional

Dynamic settings response that varies by setting key

get
/api/v1/branding/settings/{key}

Update branding setting by key

put

Updates a single branding setting identified by the path key.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

Identifier of the branding setting to retrieve or update

Possible values:
Body
Responses
200

Setting successfully updated.

No content

put
/api/v1/branding/settings/{key}

No content

Last updated