> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stakeholder APIs

> Use the Stakeholder APIs to add stakeholders for an account.

You can use the Stakeholder APIs to add a stakeholder for an account. Each stakeholder will have their KYC. A stakeholder can be a signatory or an owner of the business.

<br />

<CardGroup cols={2}>
  <Card title="Create a Stakeholder" href="/docs/api/partners/stakeholder/create">
    `POST` `/v2/accounts/:account_id/stakeholders`

    Creates a stakeholder.
  </Card>

  <Card title="Fetch a Stakeholder With ID" href="/docs/api/partners/stakeholder/fetch-with-id">
    `GET` `/v2/accounts/:account_id/stakeholders/:stakeholder_id`

    Retrieves the details of a stakeholder.
  </Card>

  <Card title="Fetch All Stakeholders" href="/docs/api/partners/stakeholder/fetch-all">
    `GET` `/v2/accounts/:account_id/stakeholders`

    Retrieves the details of all stakeholders.
  </Card>

  <Card title="Update a Stakeholder" href="/docs/api/partners/stakeholder/update">
    `PATCH` `/v2/accounts/:account_id/stakeholders/:stakeholder_id`

    Updates a stakeholder.
  </Card>
</CardGroup>

## Related Guides

* [Sub-merchant Onboarding APIs](/docs/partners/aggregators/onboarding-api)
* [Set Up Webhooks](/docs/partners/aggregators/onboarding-api/webhooks)
* [Webhook Payloads](/docs/webhooks/partners)
