Sharable Links
Authorizations
X-API-KeystringRequired
API key (UUID)
Path parameters
surveyIdstringRequired
Survey identifier
Header parameters
X-Request-Idstring · uuidOptional
Optional request correlation ID
Body
expiresInMinutesinteger · min: 1Optional
How long the link should stay active. If omitted, the link does not expire.
languagestringOptional
Language to open the survey in. If omitted, the survey default language is used.
isReusablebooleanOptional
Indicates whether the generated link can be used multiple times. If omitted, the link is single-use.
titlestringOptional
User-friendly name for the generated link, used for display in the UI.
Responses
201
Link generated successfully. The response body contains the generated shareable link as plain text.
400
Validation error
application/json
401
Invalid or missing API key
application/json
post
/v1/links/generate/{surveyId}Last updated