Table of Contents
Get Individual Beneficiaries #
Returns the list of saved beneficiaries (friends) for the authenticated user.
Endpoint #
GET https://api-test.10npay.com/app/get-individual-beneficiaries
Headers #
Authorization: Bearer <access_token>Accept: application/json
Response #
200 OK – JSON array:
[
{
"id": 590,
"firstName": "Ivailo",
"lastName": "Petkov",
"email": "user@example.com",
"status": "Active",
"photo": null
}
]
Error codes #
- 401 – token missing/expired.
- 500 – backend error (retry).
