Skip to main content
All authorized endpoints require Authorization: Bearer <ACCESS_TOKEN> header in request!
Otherwise API client will receive an error message with status 401 - Unauthorized
Example Header:

1. Login Operation

Login Operations are Made With ScreenName And Password
API Endpoint: /auth/login
Example Request Payload:
Example Success Response:
Access Tokens are valid for only 3 hour when “Remember Me” is selected as ‘false’. Ther are valid for 3 months when “Remember Me” is selected as ‘true’.
Possible Error Responses: