# Reseller Lists

`GET` `https://secctrl.tutelar.io/api/v1/onboarding-protect/reseller`

## Query Parameter

| Parameter | Type   | Is Mandatory | Description                                                           |
| --------- | ------ | ------------ | --------------------------------------------------------------------- |
| page      | Number | No           | Specifies the page number of results to fetch. Pagination starts at 1 |
| limit     | Number | No           | Specifies the maximum number of items to return per page.             |

200: OK

401: Unauthorized

## Success Response

```json
{
  "success": true,
  "message": "Reseller lists are",
  "data": {
    "reseller": [
      {
        "reseller_id": "TUTRESREPL00004",
        "reseller_ref_id": "RESTUT300013",
        "name": "playo"
      },
      {
        "reseller_id": "TUTRESRERE00003",
        "reseller_ref_id": "RESTUTMER0003",
        "name": "Reseller Traders"
      },
      {
        "reseller_id": "TUTRESRERE00002",
        "reseller_ref_id": "RESTUT0002",
        "name": "Reseller Two Traders"
      },
      {
        "reseller_id": "TUTRESRERE00001",
        "reseller_ref_id": "RESTUT0001",
        "name": "Reseller One Traders"
      }
    ]
  }
}
```

```json
{
  "message": "Invalid authentication credentials"
}
```


---

# 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://docs.v2.tutelar.io/reseller-lists.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.
