# Create a submission to a form **POST /api/v1/form/{form_uuid}/submission** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters #### Headers - **X-PLANNR-ACCOUNT-UUID** (string) #### Path parameters - **form_uuid** (string) ## Body parameters Content-type: application/json - **account_uuid** (string) UUID of the account to attach the form submission to, if left blank will use the authenticated account ## Responses ### 200: #### Body Parameters: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **stage** (string) The stage of the submission - **account** (object) Account responsible for answering the form - **request** (object) Form submission request attached to this submission if it has one - **form** (object) The form that this submission was created for - **answers** (array[object]) The answers to the questions [Powered by Bump.sh](https://bump.sh)