Skip to main content
GET
/
contact-lists
List contact lists
curl --request GET \
  --url https://api.reply.io/v3/contact-lists \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": 123,
      "name": "<string>",
      "shared": true
    }
  ],
  "hasMore": true
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Query Parameters

top
integer

Maximum number of items to return (default 25, max 1000)

skip
integer

Number of items to skip

Filter contact lists by name

Response

Paginated list of contact lists

items
Contact List · object[]
hasMore
boolean

Whether more items are available beyond the current page