Authentication
To authorize queries to the API, an initial query is made to the authentication endpoint using clientId and secret.
Example
Response
The accessToken should be used as the token in all subsequent calls with the header Authorization accompanied by the word Bearer.