Authenticating your requests
All requests to the Software API are authenticated by providing your API secret key. The API secret key should be provided as an HTTP header named Bearer
curl <<rootURL>>
-H "Accept: application/json"
-H "Authorization: Bearer {YOUR TOKEN}"
Obtaining an API token
API keys can be managed from within your admin account. By clicking on API Center from the administrator menu on the bottom left hand corner.
Note!
Only admin users are allowed to access the API in the current version. This may be subject to change in the future!