Skip to main content
GET
/
api
/
v1
/
client
/
{environmentId}
/
identify
/
contacts
/
{userId}
Get Contact State
curl --request GET \
  --url 'http://{{baseurl}}/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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.feedbackflowhq.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

environmentId
string
required

The ID of the environment

userId
string
required

The user ID to identify the contact

Response

OK

data
object