GET
/
surveys
/
{surveyId}
/
contact-links
/
contacts
/
{contactId}
curl --request GET \
  --url https://app.formbricks.com/api/v2/management/surveys/{surveyId}/contact-links/contacts/{contactId}/ \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "surveyUrl": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Use your Formbricks x-api-key to authenticate.

Path Parameters

surveyId
string
required

The ID of the survey

contactId
string
required

The ID of the contact

Response

200 - application/json
Personalized survey link retrieved successfully.
data
object

Was this page helpful?