Box Developer Documentation
 
    Latest version

    List terms of services

    get
    https://api.box.com/2.0
    /terms_of_services

    This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.

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

    Request

    bearer [ACCESS_TOKEN]
    application/json

    Query Parameters

    stringin queryoptional
    managed

    Limits the results to the terms of service of the given type.

    Value is one of external,managed

    Response

    application/jsonTerms of services

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

    application/jsonClient error

    An unexpected client error.

    get
    List terms of services
    You can now try out some of our APIs live, right here in the documentation.
    Log in

    Request Example

    Response Example

    {
      "entries": [
        {
          "id": "11446498",
          "type": "terms_of_service",
          "created_at": "2012-12-12T10:53:43-08:00",
          "enterprise": {
            "id": "11446498",
            "name": "Acme Inc.",
            "type": "enterprise"
          },
          "modified_at": "2012-12-12T10:53:43-08:00",
          "status": "enabled",
          "text": "By using this service, you agree to ...",
          "tos_type": "managed"
        }
      ],
      "total_count": 2
    }