Me
Returns a boolean value indicating if the API key is valid and the user is authenticated.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
Successful Response
Bearer authentication of the form Bearer <token>
, where token is your auth token.