# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.offer18.com/network/network-api/affiliate-and-advertiser-password-reset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
