cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/contact \ --header 'X-Team-ApiKey: <api-key>'
[ { "id": "a1b2c3d4e5", "firstName": "Jane", "lastName": "Doe", "email": "jane.doe@example.com", "company": "Tech Solutions Inc.", "customFields": { "Position": "VIP", "Status": "Special Offer Subscriber" }, "unsubscribed": false, "bounced": false, "spam": false, "created": "2024-10-08T09:30:00Z", "updated": "2024-10-08T12:45:00Z", "blocked": false, "dropped": false, "LTV": 5000, "contactSource": 8, "lastTrackedIp": "192.168.0.1", "lists": [ "sendx123", "sendx233" ], "tags": [ "223", "3232" ] } ]
Find all contacts with optional filters
Offset for pagination
Limit for pagination
Filter contacts by type
all
unsubscribed
bounced
markedspam
Search term to filter contacts
List of Contacts
The response is of type object[].
object[]
Was this page helpful?