Create a form submission
FormSubmission
Create a form submission
Creates a new form submission with associated answers. Submissions can be linked to a user, contact, or submitted anonymously depending on the form submission mode.
POST
Create a form submission
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Body
application/json
The new FormSubmission resource
Response
FormSubmission resource created
Example:
"/api/v1/users/1"
Example:
"/api/v1/contacts/1"

