IntakeForms
Create an IntakeFormSection
Use this endpoint to create a new IntakeFormSection.
post/shop/intake-form-sections
Request body
Example request
{
"description": "Pre-treatment health questions and consent",
"intro_text": "Please answer honestly — these questions help us tailor your\ntreatment safely.\n",
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
],
"outro_text": "Thank you. Please proceed to checkout when you're ready.\n",
"title": "Health Declaration"
}Response
Successfully created an IntakeFormSection.
Example response
{
"data": {
"description": "Pre-treatment health questions and consent",
"intro_text": "Please answer honestly — these questions help us tailor your\ntreatment safely.\n",
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
],
"outro_text": "Thank you. Please proceed to checkout when you're ready.\n",
"title": "Health Declaration",
"updated_at": "2025-02-04T12:00:00+01:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.