Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Request successful
The date and time (in UTC) when the request token will expire.
Example:
"2024-12-07 12:34:51 UTC"
A unique token used to generate a session id
Example:
"02a0e6d34dbd8325254e83c78918599076a62b0e"
Indicates whether the request was successful. Possible values - true or false
Example:
true