Brand Resolution

Set up a hosted brand.json

Create or update a hosted brand.json for a domain owned by the authenticated user's organization. Returns the hosted URL and a pointer snippet for DNS setup.

post/api/brands/setup-my-brand

Request body

domainstring required
brand_namestring required
brand_jsonobject

Optional full brand.json draft to host in the registry

logo_urlstring
brand_colorstring

Example request

{
  "domain": "acmecorp.com"
}

Response

Brand setup result

domainstring required
has_brand_jsonboolean required
hosted_brand_json_urlstring required
pointer_snippetstring required

JSON string for brand.json pointer

Changes

No recorded changes to this endpoint across all 1 revision of this API.