page — เริ่มต้น 1size — ค่าเริ่มต้น 100, สูงสุด 1000 (เกินจะได้ 400)from — ISO 8601 UTC ขอบล่างแบบ inclusive (ต้องลงท้ายด้วย Z เท่านั้น ไม่รับ offset เช่น +07:00)to — ISO 8601 UTC ขอบบนแบบ exclusivefrom=2026-04-17T00:00:00Z&to=2026-04-18T00:00:00Zcurl --location --request GET 'https://core.privageapp.com/api/v1/connect/transactions?page&size&sort&search&from=2026-04-17T00:00:00Z&to=2026-04-18T00:00:00Z' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 250,
"page": 1,
"size": 100
},
"data": [
{
"uuid": "txn-uuid-string",
"refId": "ref-id-string",
"name": "สมชาย",
"lastName": "ใจดี",
"phone": "0812345678",
"cardNo": "001",
"refNo": "REF-001",
"createdAt": "2026-01-15T10:00:00Z",
"points": 100,
"receiveType": "EARN",
"amount": 1000
}
]
}