Create terms of service
POST https://{{api.box.com}}/2.0/terms_of_services
Creates a terms of service for a given enterprise
https://developer.box.com/reference/post-terms-of-services
Request Body
{"status"=>"enabled", "tos_type"=>"managed", "text"=>"By collaborating on this file you are accepting..."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"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"}