This document will show you how to authorize API calls
With Roqqu, you can authorize your API calls by including your secret key in the Authorization header of every POST* request you make.
Secret Keys should be kept confidential and only stored on your own servers. Your account’s secret API key can perform any API request to Roqqu without restriction.
It is also required that you pass it as a value to the Authorization header in every request you make.

You can find your API keys under the security section of your dashboard.
Authorization Sample
Authorization: Bearer ROQQU-SECKEY-LV84eh8h38BNUBvjj
All API requests must be made over HTTPS
Remember also that API requests made without authorization will fail with the status code 401: Unauthorized
