GET
/
customers
/
get
/
id
/
{id}
curl --request GET \
  --url https://waas-staging.cafeone.ng/api/v1/customers/get/id/{id} \
  --header 'x-api-key: <api-key>'
id
string
required

The unique identifier for the customer.
Example: ‘f6210a05-fb5b-11ef-a8a9-6045bd97b81d’

Response

{
  "code": "00",
  "success": true,
  "message": "Retrieved Successfully",
  "data": null
}