#
Api Keys
Most call to the API must authorized by sending a personal api key along with the request. These keys are not publishable and should be kept secret.
#
Obtaining a key
You can generate an api key by visiting the Api Keys page in the dashboard. Note down the value and store it in a secure place as it can only be shown once. You can have a total of 15 active keys in your account.
#
Using a key
To authorize a request against the API send the key along in the apiKey
header of the http request.