---
title: "Get ToS acceptance status"
method: GET
path: "/v1/tos/{id}"
tags: ["Terms of Service"]
---

# Get ToS acceptance status

`GET /v1/tos/{id}`

Retrieves the status of a ToS acceptance record.

## Path parameters

- `id` string, required

## Response `200`

ToS acceptance retrieved

- TosAcceptanceResponseDto
  - `id` string, required — Unique identifier for the ToS acceptance record
  - `customerId` string, nullable, required — Customer ID
  - `organizationId` string, required — Organization ID
  - `infiniteAgreementsAccepted` boolean, required — Whether the Infinite agreements were accepted
  - `ereborAgreementsAccepted` boolean, nullable, required — Whether the Erebor agreements were accepted
  - `oneMoneyAgreementsAccepted` boolean, nullable, required — Whether the 1Money agreements were accepted
  - `acceptedAt` string, nullable, required — When the acceptance was recorded
  - `createdAt` string, required — When the record was created

---

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