Skip to main content
GET
/
api
/
decks
List decks
curl --request GET \
  --url https://app.demand-iq.com/api/decks \
  --cookie session=
{
  "decks": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "type": "structured",
      "isActive": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "previewImageUrl": "<string>"
    }
  ]
}

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Response

List of decks

decks
object[]