Authentication

Mostly all API endpoints are protected with HTTP Authorization Token, to access them, token should be provided in HTTP header:

curl -H "Authorization: Token YOUR-TOKEN-HERE" https://api.convertiser.com/

You can manage your tokens in the API tokens section.

Your API tokens carry many privileges, so be sure to keep them secret, do not share your secret API keys in publicly accessible areas such GitHub, client-side code, and so forth.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail.

API requests without API token will also fail with HTTP403 Forbidden error.

How to generate API token

To generate Authorization Token use 3 simple steps:

  1. Login to Convertiser panel with your login and password
  2. Navigate to "Account Settings" -> "API Tokens"
  3. Press "Create Token" button