---
title: "GET /v1/tou/{touId}"
method: GET
path: "/v1/tou/{touId}"
---

# GET /v1/tou/{touId}

`GET /v1/tou/{touId}`

Get terms of use.

## Path parameters

- `touId` string, uuid, required — The terms of use id.

## Response `200`

The terms of use

- object
  - `id` string, uuid
  - `name` string
  - `touType` 'INNOVATOR' | 'SUPPORT_ORGANISATION'
  - `summary` string
  - `releaseAt` string, date-time, nullable
  - `createdAt` string, date-time

## Other responses

- `400` — Bad request.
- `401` — The user is not authorized to get terms of use.
- `404` — The terms of use was not found.
- `500` — An error occurred while listing the terms of use.

---

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