Herald
OpenapiBilling

Get_purchase_history

GET
/api/user/bill/purchase/history

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Query Parameters

page?|
Formatint64
Range0 <= value
page_size?|
Formatint64
Range0 <= value
payment_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