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

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Contact ID

Response

Contact lists for contact retrieved successfully

id
integer
required
name
string
required