Referência da APIEndpointsAudiencesAudienceidContactsId
/audiences/{audienceId}/contacts/{id}
Path Parameters
audienceId*string
Format
uuidid*string
Length
1 <= lengthResponse Body
application/json
application/json
curl -X GET "https://example.com/audiences/497f6eca-6276-4993-bfeb-53cbbbba6f08/contacts/string"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "email": "string", "first_name": "string", "last_name": "string", "created_at": "string", "unsubscribed": true, "object": "contact", "properties": { "property1": { "type": "string", "value": "string" }, "property2": { "type": "string", "value": "string" } }}