Skip to main content
GET
/
api
/
v1
/
customer
/
{customerId}
Get customer by ID
curl --request GET \
  --url https://sandbox.api.afriex.com/api/v1/customer/{customerId} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "name": "Jane Smith",
    "email": "jane.smith@example.com",
    "phone": "+2348192837465",
    "customerId": "69d5ffe1ab82306f11b032f3",
    "countryCode": "NG",
    "createdAt": "2026-04-08T07:12:33.519Z",
    "updatedAt": "2026-04-08T07:12:33.519Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.afriex.com/llms.txt

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

Retrieve a specific customer by their unique identifier.

Authorizations

x-api-key
string
header
required

Static business API key from the dashboard

Path Parameters

customerId
string
required

The unique identifier of the customer

Response

Customer retrieved successfully.

data
object