API – advertiser directory (advertisers method)

The advertisers method allows you to load a list of advertisers participating in the affiliate system.

Endpoint

URL
https://api.wedos.as/partner/advertisers
Method
GET
Output
In the item results advertisers' field.

Input parameters

The method does not support any input parameters.

Advertiser details

Each record contains the following information:

  • ID – Advertiser ID
  • companyName – company name
  • url – company website address
  • companyId – company ID number

Output data

The method returns an array of advertiser records in the results item.

Example answer (abridged):

{
  "results": [
    {
      "ID": 1,
      "companyName": "WEDOS Internet, a.s.",
      "url": "http://hosting.wedos.com/",
      "companyId": "28115708"
    },
    {
      "ID": 2,
      "companyName": "www.POJISTENI.cz, a.s.",
      "url": "https://www.pojisteni.cz/",
      "companyId": "28070283"
    }
  ],
  "requestId": "1495632212.2332.12078"
}


If you have any problems or questions regarding the commission system, please write to affiliate@wedos.com.

Go to top