API Integration
API CPA
Please get in touch with your Account Manager in order to enable your API Integration
Here you have all the information regarding our API Integration, if you have any questions please get in touch with your Account Manager
CPA API Credentials
Use the previous token to authenticate your requests, using the parameter mwsd.
API available methods
countryCountry codes separated by comma using ISO 3166-1 Alpha-2 code (E.g. AU,PT,US)
carrierCarrier names separated by comma (E.g. Vodafone,Orange,Claro)
verticalsCategories separated by comma (E.g. Carrier Billing,Dating,Live Cams)
statusPossible values: Active, Paused and Blocked
flowsFlows separated by comma (E.g. 1 Click,DOI,PIN Submit)
order_byPossible values: Performance, ID and Payout
offersNumeric values, separated by comma
payout_aboveDecimal value, using dot notation (E.g. 2.5)
limitLimit the number of offers retrieved
pagesPaginate the results retrieved
This is an example of a method that returns all available offers for your affiliate account. You can delete or add any method from the URL.
https://affiliates.mobipium.com/api/cpa/findmyoffers/?country=[country]&verticals=[vertical]&status=[status]&flows=[flows]&order_by=[order_by]&offers=[offers]&payout_above=[payout_above]&limit=100&pages=1&mwsd=[YOUR_TOKEN_HERE]
CPI API Integration
Welcome to our CPI API, any questions please contact your Account Manager
CPI API Credentials
API available methods
Use the previous token to authenticate your requests, using the parameter mwsd .
List offers
This method returns available offers for your affiliate account. You may use the following filter parameters:
http://affiliates.mobipium.com/api/cpi/findmyoffers/?offers=[offers]&country=[country]&carrier=[carrier]&os=[os]&payout_above=[payout_above]&approvalstatus=[approvalstatus]&limit=100&pages=1&mwsd=[YOUR_TOKEN_HERE]
offers
Numeric values, separated by comma
countryCountry codes,separated by comma, using ISO 3166-1 Alpha-2 code, eg. AU,PT,US
osSingle value, with the following possibilities: android and ios
payout_aboveDecimal value, using dot notation, eg. 2.5
approvalstatusPossible values: approved, pending, rejected
limitUsed for limit the number of offers retrieved. Not required parameter
pagesUsed for paginate the results retrieved. Not required parameter.