Skip to main content
GET
/
lists
Audience Lists
curl --request GET \
  --url https://api-prod.syntr.co/api/v1/email-marketing/lists \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "lists": [
      {
        "id": "a0ee-9c0b",
        "name": "Leads",
        "count": 8820
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 10,
      "total": 1,
      "pages": 1
    }
  }
}

URL Parameters

page
INTEGER
Page number
Search list name
{
  "success": true,
  "data": {
    "lists": [
      {
        "id": "a0ee-9c0b",
        "name": "Leads",
        "count": 8820
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 10,
      "total": 1,
      "pages": 1
    }
  }
}