GET
/
api
/
v1
/
analytics
/
exports
/
lookups
/
checklists
Get checklists (with tasks)
curl --request GET \
  --url https://appex.userpilot.io/api/v1/analytics/exports/lookups/checklists \
  --header 'Authorization: <authorization>'
[
  {
    "display_name": "Checklist A",
    "key": "checklist_a",
    "data_type": "string"
  }
]

Headers

Authorization
string
required

API authentication token in the format: Token {{API_KEY}}. Obtain your API key from the Userpilot Environment Settings.

Response

200 - application/json

A list of checklists (with tasks).

The response is of type object[].