Authentication

You will be issued API keys in the format of a JWT token. In order to authenticate when connecting to the API, the HTTP Authorization header should be set to Bearer <token> where you replace <token> with your actual API key.