addAffiliatePostback
1.1.1 Summary
Add global post back URL for an affiliate.1.1.2 Request
Request Method: POST
Query String Parameters:
Parameter | Description | Type | Data Range |
key |
Network API Key; * Required |
string |
POST Parameters:
Parameter | Description | Type | Data Range |
affiliate_id |
Affiliate ID * Required |
Int | |
post_back_url |
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/addAffiliatePostBack?key=603E3F0E3266E
[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)