API Reference
cURL
curl --request GET \ --url https://api.example.com/api/auth/verify \ --header 'Authorization: Bearer <token>'
{}
Verify current token validity
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type Response Verify Current Token Api Auth Verify Get · object.
Response Verify Current Token Api Auth Verify Get · object