---
title: "Get intake form link"
method: GET
path: "/shop/basket/{basketId}/intake-form"
tags: ["Baskets"]
---

# Get intake form link

`GET /shop/basket/{basketId}/intake-form`

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

## Response `200`

A response containing the link to the intake form

- object
  - `data` IntakeFormLink
    - `intake_form_url` string, nullable, required — The URL to the intake form. If there are no intake forms to complete for this order, this will be `null`.
    - `intake_form_complete` boolean, required — Whether the intake forms are complete for all guests in the basket.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
