API v1.0
Me
Returns a boolean value indicating if the API key is valid and the user is authenticated.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The response is of type boolean
.
Was this page helpful?