v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
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[]