/v1/api/tos (GET) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge API Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

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

Request: GET https://api-<BlueCat.edge.url>/v1/api/tos

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
  • INTERNAL SERVER ERROR