1.1.1 Summary

Get global post back URLs of a affiliate.
 

1.1.2  Request

 
Request Method: GET
Query String Parameters:
 

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

1.1.3  Response

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

1.1.4  Example

Request URL:
http://
{Your_Network_Domain}/api/v1/getGlobalPostBacks?key=603E3F0E3266E&a=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": ""
}