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/v2/connect/transactions?page&size&search&from=2026-04-17T00:00:00Z&to=2026-04-18T00:00:00Z' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 0,
"page": 0,
"size": 0
},
"data": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"ref_id": "string",
"name": "string",
"last_name": "string",
"phone_code": "string",
"phone_number": "string",
"card_no": "string",
"ref_no": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"points": 0,
"receive_type": "string",
"amount": 0
}
]
}