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
Response
Access token generated successfully
Changes
Changed in 3 of the 7 revisions of this API.12
- ○
the
expiryMinutesrequest property's max was increased from10080.00to86400.00request-property-max-increased
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲