Affiliate & Advertiser Login API

Common Parameters

Query

Type

Description

mid

Integer

Network Account ID

api-key

String

Network API Key

secret-key

String

Network Secret Key


Fields

Body

Type

mail

String

password

String


Affiliate Login API

POST https://api.offer18.com/api/m/affiliate_login

🔗 Click to Test Affiliate Login API

Example API Request

API Response

{
    "status": "200",
    "response": "affiliate_login_validated",
    "redirect_path": "https://example000.offer18.com/af/redirect?s=0000000000&net_api_log_session=00000000000000000000000000000000000000000000000000000000000==",
    "affiliate_id": "000000"
}


Advertiser Login API

POST https://api.offer18.com/api/m/advertiser_login

🔗 Click to Test Advertiser Login API

Example API Request

API Response

{
    "status": "200",
    "response": "advertiser_login_validated",
    "redirect_path": "https://example000.offer18.com/ad/redirect?s=0000000000&net_api_log_session=00000000000000000000000000000000000000000000000000000000000=",
    "affiliate_id": "000000"
}

Last updated