Skip to main content
GET
/
api
/
v1
/
analytics
/
exports
/
lookups
/
embeds
Get embeds
curl --request GET \
  --url https://appex.userpilot.io/api/v1/analytics/exports/lookups/embeds \
  --header 'Authorization: <authorization>'
[
  {
    "id": 77,
    "title": "Promo Banner",
    "type": "banner"
  },
  {
    "id": 92,
    "title": "Feature Card",
    "type": "card"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.userpilot.com/llms.txt

Use this file to discover all available pages before exploring further.

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 embeds (banners and cards).