Branding Settings
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
Executed successfully.
application/json
Aggregated response containing all branding settings configured for the tenant
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/branding/settingsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
keystring · enumRequiredPossible values:
Identifier of the branding setting to retrieve or update
Responses
200
Executed successfully.
application/json
objectOptional
Dynamic settings response that varies by setting key
400
Bad request.
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/branding/settings/{key}Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
keystring · enumRequiredPossible values:
Identifier of the branding setting to retrieve or update
Body
Responses
200
Setting successfully updated.
No content
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
413
Request entity too large
application/json
415
Unsupported media type
application/json
500
unexpected error
application/json
503
unexpected error
application/json
put
/api/v1/branding/settings/{key}No content
Last updated