1.1.1  Summary

Get global post back URLs from the affiliate.
 

1.1.2   Request

 
Request Method: GET
Query String Parameters:

Parameter Description Type Data Range
key Network API Key;
* Required
 
string  
affiliate_id Affiliate ID
* Required
 
Int  
 

1.1.3   Response

Header:
HTTP Status Object Description Error Code
200   Successfully 0
400 Parameter Invalid Parameters 62XX
 
Content Format: JSON
 

1.1.4   Example

 
Request URL:
http://{your_network_domain}/api/v1/getAffiliatePostBacks?key=603E3F0E3266E&affiliate_id=2
 
Response :

{
  "httpStatus": 200,
  "data": [
    {
      "id": "33",
      "url": "https:\/\/www.abc.com?time=1465021318"
    },
    {
      "id": "34",
      "url": "https:\/\/www.abc.com?tid={TID}&test=1465021318"
    },
    {
      "id": "38",
      "url": "https:\/\/www.abc.com?time=1465021630"
    },
    {
      "id": "39",
      "url": "https:\/\/www.abc.com?tid={TID}&test=1465021630"
    }
  ],
  "errorCode": 0,
  "message": ""
}