cURL
curl --request GET \ --url https://api.reply.io/v3/contact-accounts/{id}/contacts \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": 123, "email": "<string>", "firstName": "<string>", "lastName": "<string>", "title": "<string>", "company": "<string>" } ], "hasMore": true }
Returns a paginated list of contacts linked to the specified account.
API key passed in the X-API-Key header
Account ID
Maximum number of items to return (default 25, max 1000)
Number of items to skip
Paginated list of contacts linked to the account
Show child attributes
Whether more items are available beyond the current page