cURL
curl --request GET \ --url https://app.demandiq.com/api/decks/{deckId}/branding
{ "branding": { "name": "<string>", "logo": "<string>", "avatar": "<string>", "chatName": "<string>", "chatGreeting": "<string>", "palette": { "primary": "<string>", "primaryLight": "<string>", "accent": "<string>", "neutral": "<string>", "text": "<string>" }, "fonts": {}, "cta": { "headline": "<string>", "body": "<string>", "buttonText": "<string>" }, "contact": {}, "loi": {} } }
Retrieve the branding configuration for a deck including colors, logo, fonts, and CTA.
Deck ID
Branding configuration
Show child attributes