---
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.

---

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