Affiliate & Advertiser Password Reset

Common Parameters

Query

Type

Description

mid

Integer

Network Account ID

api-key

String

Network API Key

secret-key

String

Network Secret Key


Affiliate Password Reset

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

🔗 Click to Test Affiliate Password Reset API

Filters

Body

Type

affiliate-email

String

API Response

{
    "status": "200",
    "response": "affiliate_pass_reset:completed",
    "password": "00000000",
    "affiliate_id": "000000"
}


Advertiser Password Reset

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

🔗 Click to Test Advertiser Password Reset API

Filters

Body

Type

advertiser-email

String

API Response

{
    "status": "200",
    "response": "advertiser_pass_reset:completed",
    "password": "00000000",
    "advertiser_id": "000000"
}

Last updated