---
title: "List orderable IntakeFormSections"
method: GET
path: "/shop/intake-form-sections/order"
tags: ["IntakeForms"]
---

# List orderable IntakeFormSections

`GET /shop/intake-form-sections/order`

Returns a list of orderable `IntakeFormSection`s for the given site.

## Query parameters

- `site_id` string, required

## Response `200`

Successfully retrieved orderable `IntakeFormSection`s.

- object
  - `data` OrderableIntakeFormSection[], required
    - `id` string, object-id, required
    - `title` string, required

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.

---

[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)
