Shareholder API
The Shareholder API provides endpoints for managing shareholder operations in the FinHub platform. These endpoints allow for creating, retrieving, updating, and managing shareholder information for organizations.Available Endpoints
This tag groups endpoints related to shareholder management operations, including:Method | Endpoint | Description |
---|---|---|
GET | /api/v2.1/shareholder | Get all shareholders |
POST | /api/v2.1/shareholder | Create a new shareholder |
GET | /api/v2.1/shareholder/ | Get shareholder by ID |
PUT | /api/v2.1/shareholder/ | Update a shareholder |
DELETE | /api/v2.1/shareholder/ | Delete a shareholder |