Skip to main content
GET
/
usermanagement
/
find-all-beneficiery
Find All Beneficiary
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/usermanagement/find-all-beneficiery \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
This endpoint fetches all saved recipient profiles (beneficiaries) linked to the authenticated user’s account. This list is typically displayed when a user initiates a new transaction to select a pre-saved recipient.

Request Headers

This endpoint requires a valid Access Token for authorization to identify the user and their associated beneficiaries.
X-Auth-Token
string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint.
platform
string
default:"fincode"
required
      Platform identifier. Use fincode.
uuid
string
default:"200"
required
      Unique request identifier.

Code Examples

curl --location 'https://remitjunction.fincode.software/api/v6/services/usermanagement/find-all-beneficiery' \
--header 'X-Auth-Token: YOUR_JWT_ACCESS_TOKEN' \
--header 'platform: fincode' \
--header 'uuid: 200'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Response

200

List of beneficiaries