Baskets

Get intake form link

This endpoint returns the link which the customer should go to in order to fill out the intake form for the basket.

get/shop/basket/{basketId}/intake-form

Response

A response containing the link to the intake form

Example response

{
  "data": {
    "intake_form_url": "https://example.com/intake-form?id=123",
    "intake_form_complete": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.