Get List of Beneficiaries
https://cms.inr-exchange.rare-able.com/api/user/beneficiaries
GET
This endpoint allows an authenticated user to retrieve the list of their saved beneficiary accounts. Each beneficiary record includes details such as name, contact information, account type, bank details, recipient type, country, currency, and account status. This information can be used to initiate transactions or manage beneficiaries programmatically.
Query PARAMS
skip string optional
The number of beneficiary accounts to skip in the list.
take string optional
The maximum number of beneficiary accounts to retrieve in the list.
search_key string optional
A search key to filter beneficiary accounts
HEADERS
Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use
Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"
RESPONSES
success "boolean"
message "string"
code "string"
data "object"
total_beneficiary_accounts "integer"
beneficiary_accounts "array"
success "boolean"
message "string"
code "integer"
data "object"