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