getOfferCategories
1.1.1 Summary
Get all categories information (CategoryId, CategoryName).1.1.2 Request
Request Method: GETParameters:
Parameter | Description | Type | Data Range |
key |
Network API Key; *Required |
string |
1.1.3 Response
Header:HTTP Status | Object | Description | Error Code |
200 | Success | 0 |
Content Format: JSON
Each category is represented as a JSON code.
Variety of such offers form an array of JSON.
1.1.4 Example
Sample Request URL:http://{Your_Network_Domain}/api/v1/getOfferCategories?key=603E3F0E3266E
Response sample:
{ "httpStatus": 200, "data": [ { "id": 1, "name": "Game" }, { "id": 4, "name": "Dating" }, { "id": 5, "name": "TV" } ], "errorCode": 0, "message": "" } |
Close All
API V3
API V2
-
User - Network
-
User - Affiliate
-
Offer
-
Report
-
Dictionary
API V1 (DEPRECATED)