All authorized endpoints require
Otherwise API client will receive an error message with status
Authorization: Bearer <ACCESS_TOKEN> header in request!Otherwise API client will receive an error message with status
401 - Unauthorized1. Login Operation
Login Operations are Made With Username And PasswordExample Request Payload:
API Endpoint:/v1/auth/login
2. Authentication Token Refresh Operation
When the Authentication Token expires, it is renewed using the refresh tokenExample Request Payload:
API Endpoint:/v1/auth/refresh
Login Operation