Authentication
To authenticate through the API requests must send an Authentication
header with an access token. Requests will return 403 Forbidden
for a bad token.
API Tokens
You can obtain an API token from your customer page on https://my.autogrow.com. Simply look for the Create API Key button.
Then it should be sent as a bearer token in your authorization header:
Authorization: Bearer YOUR_TOKEN_GOES_HERE