How to use the access_token

Once you have obtained an access_token through the authentication API, you can send this access_token in every functional API calls.

You should use Authorisation header, and send the access_token preceded by the string Bearer and a space.