Skip to main content
GET
https://staging.api.onenumber.africa/v1
/
recipients
/
{reference}
Get Recipient
curl --request GET \
  --url https://staging.api.onenumber.africa/v1/recipients/{reference} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "reference": "<string>",
      "phoneNumber": "<string>",
      "firstName": "<string>",
      "lastName": "<string>",
      "email": "<string>"
    }
  ]
}

Request Path Parameter

reference
string
required
The reference of the Recipient.

Successful Response Data

data
array