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=",
    "advertiser_id": "000000"
}


Employee Login API

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

Example API Request

API Response

{
    "status": "200",
    "response": "employee_login_validated",
    "redirect_path": "https://example000.offer18.com/employee/redirect?s=0000000000&net_api_log_session=00000000000000000000000000000000000000000000000000000000000=",
    "employee_id": "0011"
}


Affiliate Employee Login

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

Example API Request

API Response

{
    "status": "200",
    "response": "affiliate_employee_login_validated",
    "redirect_path": "https://example000.offer18.com/afe/redirect?s=0000000000&net_api_log_session=00000000000000000000000000000000000000000000000000000000000=",
    "affiliate_id": "00000",
    "login_affiliate_employee_id": "011"
}

For secure interactions, always call the API from the server-side.

Last updated

Was this helpful?