IntakeForms
Get a completed visit intake form
Returns the captured-data record of a single completed VisitIntakeForm by ID.
get/shop/visit-intake-forms/{visitIntakeFormId}
Response
A single VisitIntakeForm.
Example response
{
"data": {
"id": "634d6e9f413841226003acc2",
"basket_id": "634d6e9f413841226003acc3",
"customer_id": "634d6e9f413841226003acc3",
"order_ref": "TRY123",
"guest_id": "634d6e9f413841226003acc4",
"type": "mandatory",
"completed_at": "2026-11-30T11:52:00+00:00",
"anonymised_at": "2027-11-30T11:52:00+00:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.