OpenapiBilling
Get_purchase_history
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Query Parameters
page?|
Format
int64Range
0 <= valuepage_size?|
Format
int64Range
0 <= valuepayment_provider?string|null
start_date?string|null
end_date?string|null
Response Body
application/json
curl -X GET "https://example.com/api/user/bill/purchase/history"{ "items": [ { "amount": 0, "attemptId": "ff88f33b-bb8d-4c28-947a-07ff3d628b10", "completedAt": "string", "createdAt": "string", "currency": "string", "paymentProvider": "string", "points": 0, "productName": "string", "status": "string", "targetMappingId": "07ad7809-8dcd-4639-8951-8197c6d26450" } ], "total": 0}Empty
Empty