GET
/
api
/
v1
/
client
/
{environmentId}
/
identify
/
contacts
/
{userId}
curl --request GET \
  --url http:///%7B{baseurl}%7D/api/v1/client/{environmentId}/identify/contacts/{userId}
{
  "displays": [
    {
      "createdAt": "2024-04-23T08:59:37.550Z",
      "surveyId": "pjogp5a1wyxon6umplmf49b8"
    }
  ],
  "lastDisplayAt": "2024-04-23T08:59:37.550Z",
  "responses": [
    "pjogp5a1wyxon6umplmf49b8"
  ],
  "segments": [
    "fi8f9oekza95wwszrptidivq",
    "zgwrv8eg7vfavdhzv1s0po1w"
  ],
  "userId": "user-123"
}

Path Parameters

environmentId
string
required

The ID of the environment

userId
string
required

The user ID to identify the contact

Response

200
application/json
OK
data
object

Was this page helpful?