WalletGroup
Get WalletGroup
API Documentation
- Getting Started
- Customer
- Product
- ProductLimit
- Wallet
- WalletGroup
- Payout
WalletGroup
Get WalletGroup
The endpoint retrieves a list of all wallet groups.
GET
/
walletgroups
/
get
curl --request GET \
--url https://waas-staging.cafeone.ng/api/v1/walletgroups/get \
--header 'x-api-key: <api-key>'
Response
✅ Success Response
Status Code: 200 OK
{
"code": "00",
"success": true,
"message": "Retrieved Successfully",
"data": [
{
"id": "d1d0e7a1-0830-11f0-a8a9-6045bd97b81d",
"name": "string",
"walletGroupFeatureDto": []
},
{
"id": "dc56bc91-0833-11f0-a8a9-6045bd97b81d",
"name": "Idbanc",
"walletGroupFeatureDto": []
}
]
}
❌ Error Responses
Status Code: 500 Internal Server Error
{
"code": "500",
"success": false,
"message": "An unexpected error occurred",
"data": null
}
curl --request GET \
--url https://waas-staging.cafeone.ng/api/v1/walletgroups/get \
--header 'x-api-key: <api-key>'