Introduction

The Convertiser API is organized around REST. The API is predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors.

We use built-in HTTP features, like HTTP authentication and HTTP verbs.

The API secured with HTTPS, unencrypted HTTP is not supported.

Using this API you could simply get all account-related data, like offers, conversions, commissions as well as create new or modify existsing records, like websites, widgets and analytics reports.

Base URL

All URLs referenced in the documentation have the following base:

https://api.convertiser.com/

How to start

To start working with the API:

  1. Generate personal API token
  2. Read about API requests and responses
  3. Referr to specific endpoint documentation
  4. Use your favorite programming language to construct and run HTTP requests
  5. Profit.