cURL
curl --request GET \ --url https://api.reply.io/v3/contact-lists/{id} \ --header 'X-API-Key: <api-key>'
{ "id": 123, "name": "<string>", "shared": true }
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 a single contact list by ID.
API key passed in the X-API-Key header
Contact list ID
Contact list details
Contact list entity
Unique identifier of the contact list
Contact list name
Whether the contact list is shared across the team