For the complete documentation index, see llms.txt. This page is also available as Markdown.

Branding

White-label branding assets and configuration.

Returns branding configuration.

get

Returns current branding configuration.

Responses
200

Successful operation.

application/json
headerColorstringRequired
primaryColorstringRequired
companyNamestringRequired
companyLogoUrlstringRequired
loginBannerUrlstringRequired
faviconUrlstringRequired
headerColor1stringRequired
termsAndConditionsstringRequired
useCustomMenuColorsbooleanRequired
useSolidBackgroundbooleanRequired
get/branding

Update branding.

post

Update branding. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
headerColorstringRequired
primaryColorstringRequired
companyNamestringRequired
companyLogoUrlstringRequired
loginBannerUrlstringRequired
faviconUrlstringRequired
headerColor1stringRequired
termsAndConditionsstringRequired
useCustomMenuColorsbooleanRequired
useSolidBackgroundbooleanRequired
Responses
204

Branding updated successfully. No response body.

No content

post/branding

No content

Last updated