API Method – getOfferBanners
API Method – getOfferBanners
getOfferBanners
Get offer banner information.
API Category
Offer
HTTP Method
GET
Request Call Example
HTTP:
GET /api/v2/getOfferBanners?key=yourapikey HTTP/1.1
Host: yourapplicationdomain
Java:
Unirest.get("http://yourapplicationdomain/api/v2/getOfferBanners?key=yourapikey").asString();
Parameters
Response
Sample in JSON:
getOfferBanners
Get offer banner information.
API Category
Offer
HTTP Method
GET
Request Call Example
HTTP:
GET /api/v2/getOfferBanners?key=yourapikey HTTP/1.1
Host: yourapplicationdomain
Java:
Unirest.get("http://yourapplicationdomain/api/v2/getOfferBanners?key=yourapikey").asString();
Parameters
Name | Type | Description |
offer_id* | Integer | Offer ID |
Response
Sample in JSON:
{ "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)