> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/network/network-api.md).

# Network API

Users are able to manage their Partners, Reports, and Dashboards programmatically outside of the Dashboard by using the Offer18 Network API. It is one of the handy tool under White-label services to use users' own customized login/signup page.

**For using Network API, one needs the following API Credentials.**

1. Secret key&#x20;
2. API key
3. mid

**How to extract these credentials from the Offer18 Dashboard.**

1. **Go to Account » Security**
2. **Click on view to get the Secret key**

![](/files/GRgYYH5H2DkWFNgr7Yqd)

**Available API's**

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>📄 <strong>Offers API</strong></td><td></td><td><a href="/pages/siGHWgdmT6WZl2wn1FFS">/pages/siGHWgdmT6WZl2wn1FFS</a></td></tr><tr><td></td><td>📄 <strong>Offer Create API</strong></td><td></td><td><a href="/pages/2TyQNVwnvJpLfTm6QvEQ">/pages/2TyQNVwnvJpLfTm6QvEQ</a></td></tr><tr><td></td><td>📄 <strong>Conversion API</strong></td><td></td><td><a href="/pages/Rlx2RDPdC4P9rnVlrutA">/pages/Rlx2RDPdC4P9rnVlrutA</a></td></tr><tr><td></td><td>📄 <strong>Reports API</strong></td><td></td><td><a href="/pages/wZKfys0mcz8cjyISU9Cd">/pages/wZKfys0mcz8cjyISU9Cd</a></td></tr><tr><td></td><td>📄 <strong>Login API</strong></td><td></td><td><a href="/pages/3A0MDvtV9pv5XKOJiLk0">/pages/3A0MDvtV9pv5XKOJiLk0</a></td></tr><tr><td></td><td><strong>📄 Affiliate &#x26; Advertiser Create API</strong></td><td></td><td><a href="/pages/3FktdroiU5fIOhQBUiHz">/pages/3FktdroiU5fIOhQBUiHz</a></td></tr><tr><td></td><td>📄 <strong>Affiliate &#x26; Advertiser Password Reset</strong></td><td></td><td><a href="/pages/UjrzGqqrOoKOWRHlKW7Q">/pages/UjrzGqqrOoKOWRHlKW7Q</a></td></tr></tbody></table>

***

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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