cURL
curl --request GET \ --url https://api.reply.io/v3/contact-accounts \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": 123, "ownerUserId": 123, "name": "<string>", "description": "<string>", "domainName": "<string>", "domainSecondary": "<string>", "industry": "<string>", "companySize": "Empty", "country": "<string>", "state": "<string>", "city": "<string>", "timeZoneId": "<string>", "linkedInUrl": "<string>", "phone": "<string>", "twitterUrl": "<string>", "logoUrl": "<string>", "email": "<string>", "stage": { "id": 123, "name": "<string>", "colorId": 123 }, "linkedProspectsCount": 123, "createdDate": "2023-11-07T05:31:56Z", "lastActivityDate": "2023-11-07T05:31:56Z" } ], "hasMore": true }
Returns a paginated list of accounts.
API key passed in the X-API-Key header
Maximum number of items to return (default 25, max 1000)
Number of items to skip
Filter accounts by name
Field name to sort by
Sort direction (asc or desc)
Paginated list of accounts
Show child attributes
Whether more items are available beyond the current page