> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stakeholder APIs

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

Fork the Razorpay Postman Public Workspace and try the Stakeholder APIs using your [Test API Keys](/partners/aggregators/onboarding-api#api-authentication/).

[](https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-d1f55eac-11ca-49b6-92cc-2fb96ceb0f5e)

### Related Guides

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

### Endpoints

* **post** `/v2/accounts/:account_id/stakeholders` - Create a Stakeholder:
  Creates a stakeholder.

* **get** `/v2/accounts/:account_id/stakeholders/:stakeholder_id` - Fetch a Stakeholder With ID:
  Retrieves the details of a stakeholder.

* **get** `/v2/accounts/:account_id/stakeholders` - Fetch All Stakeholders:
  Retrieves the details of all stakeholders.

* **patch** `/v2/accounts/:account_id/stakeholders/:stakeholder_id` - Update a Stakeholder:
  Updates a stakeholder.
