Skip to main content
API version 2024.0 A list of terms of services.
entries
Terms of servicearray
A list of terms of service objects.
total_count
integer(int64)
example: 2The total number of objects.
{
  "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
}