GET
/
client
/
{environmentId}
/
identify
/
contacts
/
{userId}
curl --request GET \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/identify/contacts/{userId}
{
  "userId": "user123",
  "state": "active"
}

Path Parameters

environmentId
string
required
userId
string
required

Response

200 - application/json

OK

The response is of type object.