Customer
Get All Customer types
API Documentation
- Getting Started
- Customer
- Product
- ProductLimit
- Wallet
- WalletGroup
- Payout
Customer
Get All Customer types
This endpoint enables you to retrieve the Id of a specific customer.
GET
/
customers
/
types
/
all
curl --request GET \
--url https://waas-staging.cafeone.ng/api/v1/customers/types/all \
--header 'x-api-key: <api-key>'
{
"code": "00",
"success": true,
"message": "Retrieved Successfully",
"data": [
{
"id": "0ed8b99b-8097-4e49-bd4c-ff0410c57d27",
"name": "Corporate"
},
{
"id": "f671da57-e281-4b40-965f-a96f4205405e",
"name": "Individual"
}
]
}
Get All Customer types
{
"code": "00",
"success": true,
"message": "Retrieved Successfully",
"data": [
{
"id": "0ed8b99b-8097-4e49-bd4c-ff0410c57d27",
"name": "Corporate"
},
{
"id": "f671da57-e281-4b40-965f-a96f4205405e",
"name": "Individual"
}
]
}
curl --request GET \
--url https://waas-staging.cafeone.ng/api/v1/customers/types/all \
--header 'x-api-key: <api-key>'
{
"code": "00",
"success": true,
"message": "Retrieved Successfully",
"data": [
{
"id": "0ed8b99b-8097-4e49-bd4c-ff0410c57d27",
"name": "Corporate"
},
{
"id": "f671da57-e281-4b40-965f-a96f4205405e",
"name": "Individual"
}
]
}