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
Fetch organization brand
Fetch the brand profile for a domain from Brandfetch without storing it. Used to preview a brand in the appearance settings before saving. Requires the Brandfetch API key to be configured on the instance.
POST
/
api
/
v1
/
org
/
brand
/
fetch
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?