---
title: "List terms of services"
method: GET
path: "/terms_of_services"
tags: ["Terms of service"]
---

# List terms of services

`GET /terms_of_services`

Returns the current terms of service text and settings
for the enterprise.

## Query parameters

- `tos_type` 'external' | 'managed'

## Response `200`

Returns a collection of terms of service text and settings for the
enterprise.

- TermsOfServices — A list of terms of services.
  - `total_count` integer — The total number of objects.
  - `entries` TermsOfService[] — A list of terms of service objects.
    - `id` string, required — The unique identifier for this terms of service.
    - `type` 'terms_of_service', required — The value will always be `terms_of_service`.
    - `status` 'enabled' | 'disabled' — Whether these terms are enabled or not.
    - `enterprise` object — The enterprise these terms apply to.
      - `id` string — The unique identifier for this enterprise.
      - `type` 'enterprise' — The value will always be `enterprise`.
      - `name` string — The name of the enterprise.
    - `tos_type` 'managed' | 'external' — Whether to apply these terms to managed users or external users.
    - `text` string — The text for your terms and conditions. This text could be empty if the `status` is set to `disabled`.
    - `created_at` string, date-time — When the legal item was created.
    - `modified_at` string, date-time — When the legal item was modified.

## Other responses

- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
