# 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
```

:link: [<mark style="color:blue;">**Click to Test Affiliate Password Reset API**</mark>](https://offer18.readme.io/reference/password-reset)

#### 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
```

:link: [<mark style="color:blue;">**Click to Test Advertiser Password Reset API**</mark>](https://offer18.readme.io/reference/advertiser-password-reset)

#### Filters

| **Body**         | **Type** |
| ---------------- | -------- |
| advertiser-email | String   |

#### **API Response**

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

{% hint style="info" %}
**For secure interactions, always call the API from the server-side.**
{% endhint %}
