Skip to main content
POST
/
api
/
v1
/
org
/
brand
Error
A valid request URL is required to generate request examples
{
  "results": {
    "updatedAt": "2023-11-07T05:31:56Z",
    "fonts": [
      {
        "origin": "<string>",
        "type": "<string>",
        "name": "<string>"
      }
    ],
    "colors": [
      {
        "brightness": 123,
        "type": "<string>",
        "hex": "<string>"
      }
    ],
    "logos": [
      {
        "format": "<string>",
        "url": "<string>",
        "theme": "<string>",
        "type": "<string>"
      }
    ],
    "description": "<string>",
    "name": "<string>",
    "domain": "<string>",
    "organizationUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "status": "ok"
}

Body

application/json

the domain to fetch the brand for

the domain to fetch the brand for

domain
string
required

Company domain or website URL, e.g. 'acme.com'

Response

Ok

results
object | null
required
status
enum<string>
required
Available options:
ok