Forms

Generate access token for submission

Creates a signed token for sharing submission access with granular permissions. Expiry is 1–86400 minutes (up to 60 days).

post/api/forms/{formId}/submissions/{submissionId}/access-token

Path parameters

formIdinteger required

The ID of the form.

submissionIdinteger required

The ID of the submission.

Request body

expiryMinutesinteger required

Token expiry time in minutes.

permissionsstring[] required

Array of permissions to grant (view, edit, export).

Response

Access token generated successfully

tokenstring
expiresAtstring date-time
permissionsstring[]

Changes

Changed in 3 of the 7 revisions of this API.12