AUTHENTICATION
Validate Key
This endpoint test your API Key to see if it’s valid.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
validate key
The value of 1 typically suggests that there are no errors and the operation completed as intended.
Example:
1
The message "Success" confirms the operation's success.
Example:
"Success."
signifies that the request was processed successfully.
Example:
true