Skip to main content
GET
/
lists
/
{listId}
/
contacts
List Contacts in a List
curl --request GET \
  --url https://www.gomry.com/api/v1/lists/{listId}/contacts \
  --header 'X-API-KEY: <api-key>'

List Contacts in a List

Returns the contacts that are members of the given list. Required scopes: lists:read and contacts:read

Path Parameters

listId
string
required

Query Parameters

page
integer
default:"1"
page_size
integer
default:"50"
Maximum: 200.

Response

Each item in data is a Contact object.