Apptoto's APIs currently only support HTTP Basic Authentication.

Each request to our API should include an "Authorization" header that contains the word Basic followed by a space and a base64-encoded string username:password .

For example:

Authorization: Basic EGVtbzpwQDU2dzByZB==

The password provided can be either the user's password or the "API Key" listed on the "Settings" > "Integrations" > "API" tab in the Apptoto web portal.