/v1/api/tos (GET) - BlueCat DNS Edge

DNS Edge API Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Returns the name, user email address, and timestamp for when the user accepted the Terms of Service.

Request: GET https://api-<DNS.Edge.URL>/v1/api/tos
Authorization: Bearer authentication token

Successful response

200 OK
Content-Type: application/JSON
[
  {
   "name": "name of user",
   "email": "email@example.com",
   "timestamp": "timestamp when the user accepted the terms of service",
  }
]

Returns null if the Terms of Service haven't been accepted.

Possible error codes:
  • UNAUTHORIZED
  • INTERNAL SERVER ERROR