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
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