# Get a form's section **GET /api/v1/form/{form_uuid}/section/{uuid}** ## 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) - **uuid** (string) ## Responses ### 200 #### Body: 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. - **form** (object) The form this section belongs to - **title** (string) The title of the section - **position** (integer) The position of the section - **questions** (object) The questions in the section [Powered by Bump.sh](https://bump.sh)