Skip to main content
GET
/
beneficiaries
/
{id}
Retrieve a beneficiary
curl --request GET \
  --url https://api.notchpay.co/beneficiaries/{id} \
  --header 'Authorization: <api-key>'
{
  "status": "Accepted",
  "message": "Beneficiary retrieved",
  "code": 202,
  "beneficiary": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.notchpay.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Unique identifier of the beneficiary

Response

Beneficiary retrieved

status
string
required
Example:

"Accepted"

message
string
required
Example:

"Beneficiary retrieved"

code
integer
required
Example:

202

beneficiary
any
required