API ReferenceAudienceContacts
Get a contact by ID
Authorization
api-key X-API-Key<token>
In: header
Path Parameters
id*string
Contact UUID
Response Body
application/json
curl -X GET "https://example.com/api/v1/contacts/string"{ "id": "contact-uuid-1", "email": "[email protected]", "firstName": "John", "lastName": "Doe", "phone": "+1234567890", "status": "subscribed", "tags": [ { "id": "tag-uuid-1", "name": "VIP" } ], "segments": [ { "id": "segment-uuid-1", "name": "High Engagement" } ], "customFields": { "company": "ACME Inc", "title": "CEO" }, "metrics": { "emailsReceived": 45, "openRate": 26.67, "clickRate": 6.67, "totalOrders": 3, "revenue": 299.99 }, "consentRecord": { "consentedAt": "2026-01-15T10:30:00Z", "ipAddress": "192.168.1.xxx", "method": "form", "formName": "Newsletter Signup", "consentText": "I agree to receive marketing emails" }, "dateAdded": "2026-01-15T10:30:00Z", "activities": []}