---
title: "Get accepted Terms of Service document"
method: GET
path: "/legalEntities/{id}/acceptedTermsOfServiceDocument/{termsofserviceacceptancereference}"
tags: ["Terms of Service"]
---

# Get accepted Terms of Service document

`GET /legalEntities/{id}/acceptedTermsOfServiceDocument/{termsofserviceacceptancereference}`

Returns the accepted Terms of Service document for a legal entity.

Requests to this endpoint are subject to rate limits:

- Live environments: 700 requests per 5 seconds.

- Test environments: 200 requests per 5 seconds.

- Failed requests are subject to a limit of 5 failures per 10 seconds.

## Path parameters

- `id` string, required
- `termsofserviceacceptancereference` string, required

## Query parameters

- `termsOfServiceDocumentFormat` string

## Response `200`

OK - the request has succeeded.

- GetAcceptedTermsOfServiceDocumentResponse
  - `document` string, byte — The accepted Terms of Service document in the requested format represented as a Base64-encoded bytes array.
  - `id` string — The unique identifier of the legal entity.
  - `termsOfServiceAcceptanceReference` string — An Adyen-generated reference for the accepted Terms of Service.
  - `termsOfServiceDocumentFormat` 'JSON' | 'PDF' | 'TXT' — The format of the Terms of Service document.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/legal-entity-management-api.md) · [All operations](https://skmtc.net/adyen/apis/legal-entity-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/legal-entity-management-api/versions/2ae704e1705b/schema)
