List terms of services
GET https://{{api.box.com}}/2.0/terms_of_services
Returns the current terms of service text and settings
https://developer.box.com/reference/get-terms-of-services
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
tos_type | string | Limits the results to the terms of service of the given type. |
RESPONSES
status: OK
{"total_count":2,"entries":[{"id":"11446498","type":"terms_of_service","status":"enabled","enterprise":{"id":"11446498","type":"enterprise","name":"Acme Inc."},"tos_type":"managed","text":"By using this service, you agree to ...","created_at":"2012-12-12T10:53:43-08:00","modified_at":"2012-12-12T10:53:43-08:00"}]}