The authentication scheme used by API
Overview
The system uses bearer token authentication for all endpoints. To get a bearer token one needs to log in with AccessCode and password. A bearer token needs to be sent in the Authorization header of all requests to endpoints. The API allows for the bearer token to be refreshed once it has expired.
HTTP Request
GET /api/v3/{endpoint} HTTP/1.1
Authorization: Bearer {JWT Token}