GET /api/customers/list HTTP/1.1
Host: test.bagelpay.io
x-api-key: bagel_test_2A9B6B2438D1473F88ACB8F8128FE5B3
Accept: */*
{
"total": 2,
"items": [
{
"id": 1965991816266428400,
"name": "user@gmail.com",
"email": "user@gmail.com",
"remark": "",
"subscriptions": 1,
"payments": 1,
"store_id": "store_1965741114843643906",
"total_spend": 1212,
"created_at": "2025-09-11 12:12:29",
"updated_at": "2025-09-11 12:12:29"
}
],
"code": 200,
"msg": "success"
}