White-label

Update White-label Config

Update one or more branding fields. Hex colours validated as #RRGGBB; custom_domain validated as RFC-1035 subdomain. Setting custom_domain resets domain_verified=false; call /whitelabel/domain/verify after pointing your CNAME to api.astroway.info.

patch/whitelabel/config

Request body

primaryColorstring
secondaryColorstring
fontFamilystring
footerTextstring nullable
customDomainstring nullable

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 2 of the 13 revisions of this API.3

    • the data/domain_last_checked_at response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the data/logo_storage_key response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • added required request body

      request-body-added-required