Request Offer API

POST https://api.offer18.com/api/af/offer_request

🔗 Click to Test Request Offer API

Parameters

Path

Type

Description

key

String

API Key

aid

Integer

Affiliate Id

mid

Integer

Your Advertiser MID

Body

Type

Description

offer_id

Integer

Provide Offerids to Request

(Multiple Values allowed Comma Separated)

https://api.offer18.com/api/af/offer_request?key=000000000&aid=0000&mid=0000


Example API Request


API Response

{
"111111": "Not Allowed",
"222222": "Approved",
"333333": "Approved"
}

Last updated