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

Authorizations

x-api-key
string
header
required

Use your Formbricks x-api-key to authenticate.

Path Parameters

environmentId
string
required
userId
string
required

Response

200 - application/json
OK

The response is of type object.

Was this page helpful?