1.1.1 Summary

Get offer tracking link for affiliate if it exists.
 

1.1.2 Request

Request Method: GET
Parameters:

Parameter Description Type Data Range
key Network API Key;
Required
string  
a Affiliate ID
Required
Int Single Value
o Offer ID
Required
Int Single Value
 

1.1.3 Response

 
Header:

HTTP Status Object Description Error Code
200   OK 0
 
400
Parameter Affiliate ID Invalid affiliate or status 640X
Parameter Offer ID Invalid offer or status 641X
Parameter Affiliate has no access to offer 6421
404   Not Found 6422
 
Content Format: JSON
 

1.1.4 Example

Sample Request URL:
http://
{Your_Network_Domain}/api/v1/getLink?key=603E3F0E3266&a=2&o=12
 
Response sample:

{
  "httpStatus": 200,
  "data": "http://demo.fuse-tracking.com/tl?a=2&o=12",
  "errorCode": 0,
  "message": ""
}