API endpoints are only accessible to customers, who have credentials (a client ID and client secret key) provided by HiPin. Approved customers can access the various endpoint resources using an access token.
This access token grants access to the API for a specified amount of time. You pass the access token in the Authorization header of any subsequent requests to API endpoints.
Used retrieving token in a header: Authorization: JWT {token}