POST

Extend Intake Form Submission


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Extends an intake form submission's expiration date.

The new expiration date is the time of the extend call plus the intake form's expiration period in months. If the submission had already expired, this also changes the status from EXPIRED back to VALID.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Intake Form (PII)
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/_api/intake-forms/v1/submissions/{intakeFormSubmissionId}/extend

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?