---
title: "Submit form data to a collect session"
method: POST
path: "/collect/sessions/{token}/submit/form-data"
tags: ["collect.sessions"]
---

# Submit form data to a collect session

`POST /collect/sessions/{token}/submit/form-data`

Submits a form field value for a collect item via a public token.

## Path parameters

- `token` string, required — The session token

## Request body

- CollectFormDataSubmit
  - `collectItemId` string, uuid, required — The ID of the collect item to submit against
  - `value` string, required — The form field value

## Response `201`

Form data submitted successfully

- CollectFormDataSubmission
  - `id` string, uuid, required — The ID of the submission
  - `status` string, required — The status of the submission
  - `value` string, nullable, required — The submitted form field value
  - `collectItemId` string, uuid, required — The ID of the collect item
  - `createdAt` string, date-time, required — The date and time the submission was created

## Other responses

- `410` — Token has expired
- `422` — The validation error(s)
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/steuerboard/apis/steuerboard-api.md) · [All operations](https://skmtc.net/steuerboard/apis/steuerboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steuerboard/steuerboard-api/versions/9170dd572b31/schema)
