Skip to main content
GET
/
api
/
decks
/
{deckId}
/
intro
Get intro page config
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>"
  }
}

Path Parameters

deckId
string<uuid>
required

Response

Intro configuration, or null if not set

intro
object