addGlobalPostBack
1.1.1 Summary
Add global post back URL for a affiliate.1.1.2 Request
Request Method: POST
Query String Parameters:
Parameter | Description | Type | Data Range |
key |
Network API Key; * Required |
String | |
a |
Affiliate ID * Required |
Int |
POST Parameters:
Parameter | Description | Type | Data Range |
post_back_url |
Global Post Back URL * Required |
String |
1.1.3 Response
Header:HTTP Status | Object | Description | Error Code |
201 | Created Successfully | 0 | |
400 | Parameter | Invalid Parameters | 62XX |
Formatted in JSON
1.1.4 Example
Request URL:http://{Your_Network_Domain}/api/v1/addGlobalPostBack?key=603E3F0E3266E&a=2
[POST DATA]
Response:
{ "httpStatus": 201, "data": { "post_back_url_id": "33"} , "errorCode": 0, "message": "" } |
Close All
API V3
API V2
-
User - Network
-
User - Affiliate
-
Offer
-
Report
-
Dictionary
API V1 (DEPRECATED)