IntakeForms
Retrieve an IntakeFormSection
Returns a paginated list of intake form sections for the authenticated site.
get/shop/intake-form-sections/{intakeFormSectionId}
Response
Successfully retrieved 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.