get https://api.vcita.biz/business/accounts/v1/branding
Gets the branding of the business if possible, and if not gets the directory's branding
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Gets the branding of the business if possible, and if not gets the directory's branding
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api.vcita.biz/business/accounts/v1/branding \
--header 'accept: application/json'
xxxxxxxxxx
21{
"data": {
"branding": {
"colors": {
"primary": "#0c315e",
"secondary": "#0093B8",
"text": "#ffffff"
},
"logo": null,
"powered_by": {
"intandem_goto_url": null,
"intandem_logo_bright": null,
"intandem_logo_dark": null,
"parent_goto_url": null,
"parent_logo_bright": null,
"parent_logo_dark": null
}
}
},
"success": true
}