Get beneficiary Run in API Explorer
Ask AI
Returns a confirmed beneficiary belonging to the authenticated API key owner.
Headers
-
Public API key issued from the Lumetrade API key management flow.
-
API secret paired with the public API key.
GET
/api/v1/beneficiaries/{beneficiaryId}
curl \
--request GET 'https://api.lumetrade.com/api/v1/beneficiaries/ben_7K9Q2M' \
--header "X-API-KEY: string" \
--header "X-API-SECRET: string"
Response examples (200)
{
"id": "ben_7K9Q2M",
"currency": "ZAR",
"nickname": "FNB Savings",
"withdrawFormDetails": {
"bankName": "FNB",
"accountNumber": "1234567890"
},
"createdAt": "2026-05-11T10:15:30Z"
}
Response examples (404)
{
"id": "ben_7K9Q2M",
"currency": "ZAR",
"nickname": "FNB Savings",
"withdrawFormDetails": {
"bankName": "FNB",
"accountNumber": "1234567890"
},
"createdAt": "2026-05-11T10:15:30Z"
}