> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.dintero.com/feedback

```json
{
  "path": "/docs/partners/list-merchants",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# List merchant accounts as a partner

> List the merchant accounts under your Dintero partner account using the management auth API and pagination so you can drive operations workflows or dashboards.

# Partner API

This documentation covers how a partner of Dintero can use the API to manage their merchants.

## Listing merchants

Get a list of all your merchant accounts.

* [Merchant account collection](https://docs.dintero.com/management-auth-api.html#operation/aid_mgmnt_accounts_get)

## Get notified when your merchants are onboarded

Subscribe to the `account_add` and `account_update` webhooks to be notified when a new merchant is onboarded or when the merchant changes their information.

* [Subscribe to webhooks API reference](https://docs.dintero.com/webhooks-api.html#operation/aid_source_hooks_post)
