---
title: "Get Terms of Service information for a legal entity"
method: GET
path: "/legalEntities/{id}/termsOfServiceAcceptanceInfos"
tags: ["Terms of Service"]
---

# Get Terms of Service information for a legal entity

`GET /legalEntities/{id}/termsOfServiceAcceptanceInfos`

Returns Terms of Service information 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

## Response `200`

OK - the request has succeeded.

- GetTermsOfServiceAcceptanceInfosResponse
  - `data` TermsOfServiceAcceptanceInfo[] — The Terms of Service acceptance information.
    - `acceptedBy` string — The unique identifier of the user that accepted the Terms of Service.
    - `acceptedFor` string — The unique identifier of the legal entity for which the Terms of Service are accepted.
    - `createdAt` string, date-time — The date when the Terms of Service were accepted, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00.
    - `id` string — An Adyen-generated reference for the accepted Terms of Service.
    - `type` 'adyenAccount' | 'adyenCapital' | 'adyenCard' | 'adyenChargeCard' | 'adyenForPlatformsAdvanced' | 'adyenForPlatformsManage' | 'adyenFranchisee' | 'adyenIssuing' | 'adyenPccr' | 'kycOnInvite' — The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
    - `validTo` string, date-time — The expiration date for the Terms of Service acceptance, in ISO 8601 extended format. For example, 2022-12-18T00:00:00+01:00.

## 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/legalentityservice.md) · [All operations](https://skmtc.net/adyen/apis/legalentityservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/legalentityservice/versions/d0097ab4e2e8/schema)
