cURL
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>" } }
Retrieves a personalized link for a specific survey.
Use your Formbricks x-api-key to authenticate.
The ID of the survey
The ID of the contact
Personalized survey link retrieved successfully.
The response is of type object.
object
Was this page helpful?