This endpoint allows you to retrieve beneficiaries.
cURL
curl --request GET \ --url https://processor-prod.up.railway.app/beneficiaries \ --header 'x-service-key: <api-key>'
{ "success": true, "status": 200, "message": "Beneficiaries fetched successfully", "timestamp": "2025-09-08T21:16:13.410Z", "data": { "beneficiaries": [ { "id": "68bf2eba196a18d7bd166184", "is_active": true, "currency": "ngn", "details": {} } ], "total": 1, "page": 1, "limit": 10 } }
This is the current page being requested relative to size of a page
Beneficiaries fetched successfully
true
200
"Beneficiaries fetched successfully"
"2025-09-08T21:16:13.410Z"
Show child attributes