Skip to main content

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

id
string
required

The unique identifier for this terms of service.

Example:

"11446498"

type
enum<string>
required

The value will always be terms_of_service.

Available options:
terms_of_service
Example:

"terms_of_service"

status
enum<string>

Whether these terms are enabled or not.

Available options:
enabled,
disabled
Example:

"enabled"

enterprise
Enterprise · object

The enterprise these terms apply to.

tos_type
enum<string>

Whether to apply these terms to managed users or external users.

Available options:
managed,
external
Example:

"managed"

text
string

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

Example:

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

created_at
string<date-time>

When the legal item was created.

Example:

"2012-12-12T10:53:43-08:00"

modified_at
string<date-time>

When the legal item was modified.

Example:

"2012-12-12T10:53:43-08:00"