Terms of service

The root-level record that is supposed to represent a single Terms of Service.

string / date-time
2012-12-12T10:53:43-08:00

When the legal item was created

object

The enterprise these terms apply to

11446498

The unique identifier for this object

Acme Inc.

The name of the enterprise

enterprise

Value is always enterprise

string
11446498

The unique identifier for this object

string / date-time
2012-12-12T10:53:43-08:00

When the legal item was modified.

string
enabled

Whether these terms are enabled or not

Value is one of enabled,disabled

string
By using this service, you agree to ...

The text for your terms and conditions. This text could be empty if the status is set to disabled.

string
managed

Whether to apply these terms to managed users or external users

Value is one of managed,external

string
terms_of_service

Value is always terms_of_service

Response Example

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