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"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
Get organization brand
Get the organization’s brand profile, previously fetched from Brandfetch. Returns null if no brand profile has been fetched yet.
GET
/
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"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
⌘I