API get publishers

From Wiki

Jump to: navigation, search

Contents

GET publishers

Advertisers can check automatically with which publishers they currently have an active relationship. This endpoint also provides information about publisher region(s) and promotion type.

Who can use it?

Advertisers

How to call it

https://api.awin.com/advertisers/1001/publishers?&accessToken=<addYourTokenHere> (lists all publishers the advertiser has an active relationship with)

Add the parameter 'accessToken' to provide your access key as described in API authentication and authorization.

How the response looks

[
  {
    "id": 123456,
    "name": "example publisher",
    "primaryRegion": "FR",
    "salesRegions": null,
    "primaryType": "Editorial content"
  },
  {
    "id": 654321,
    "name": "example publisher 2",
    "primaryRegion": "FR",
    "salesRegions": [
      "US",
      "CA"
    ],
    "primaryType": "Cashback"
  },
()

Which datafields do we provide?

field name description
id ID of the publisher
name name of the publisher
primaryRegion main/primary region of the publisher
salesRegions additional sales regions of the publisher (if defined)
primaryType primary promotion type of the publisher

Privacy

Due to new European legislation regarding how websites store information about you, AWIN is updating its privacy policy. You can see the new version of our policy here. If you would like to see the information we capture on this website, please click here for further details. In order to accept cookies on this site please click the 'I ACCEPT' button