---
title: "POST /v1/tou"
method: POST
path: "/v1/tou"
---

# POST /v1/tou

`POST /v1/tou`

Create terms of use.

## Request body

- object
  - `name` string, required — Name of the terms of use.
  - `touType` 'INNOVATOR' | 'SUPPORT_ORGANISATION', required — Type of the terms of use.
  - `summary` string — Brief summary of the terms of use.
  - `releasedAt` string — Relase date of the terms of use.

## Response `200`

The terms of use have been created.

- object
  - `id` string, uuid, required

## Other responses

- `400` — Bad request.
- `401` — The user is not authorized to create terms of use.
- `500` — An error occurred while creating the terms of use.

## Changes

- **2024-11-07** `bf0b42ebdc02` — 1 warning, 1 info
  - removed the optional property `unitId` from the response with the `200` status
  - added the required property `id` to the response with the `200` status

[Change history](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/changes/v1/tou/post.md)

---

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