cURL
curl --request GET \ --url https://app.demand-iq.com/api/decks/{deckId}/intro
{ "intro": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "deckId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "backgroundImage": "<string>", "headline": "<string>", "subtitle": "<string>", "ctaButtonLabel": "<string>" } }
Returns the intro page configuration for a deck, including the background image, headline, and CTA button label.
Intro configuration, or null if not set
Show child attributes