Get a beneficiary
Authorizations
Path parameters
beneficiaryIdstringRequired
Beneficiary ID
Responses
200
The beneficiary
application/json
get
/v1/beneficiaries/{beneficiaryId}GET /v1/beneficiaries/{beneficiaryId} HTTP/1.1
Host: stage-capi.wewireafrica.com
Accept: */*
200
The beneficiary
{
"id": "text",
"firstName": "text",
"lastName": "text",
"email": "text",
"createdAt": "text",
"updatedAt": "text"
}Last updated