cURL
curl --request GET \ --url https://api.reply.io/v3/contacts/{id}/lists \ --header 'X-API-Key: <api-key>'
[ { "id": 123, "name": "<string>" } ]
Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Returns the contact lists that contain the specified contact.
API key passed in the X-API-Key header
Contact ID
Contact lists for contact retrieved successfully