Retrieves a contact’s state including their segments, displays, responses and other tracking information. If the contact doesn’t exist, it will be created.
GET
/
api
/
v1
/
client
/
{environmentId}
/
identify
/
contacts
/
{userId}
Get Contact State
Copy
curl --request GET \ --url 'http://{{baseurl}}/api/v1/client/{environmentId}/identify/contacts/{userId}'