Billing
Last modified:2025-11-29 22:06:11
OperationId:getInvoices
List all invoices under my account
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
{
"invoices": [
{
"id": "308976",
"date": "2016-12-30",
"dateorig": "2016-12-30",
"duedate": "2017-01-06",
"paybefore": "2017-01-06",
"total": "19.65",
"datepaid": "2016-12-30 12:40:47",
"status": "Paid",
"merge_id": null,
"number": "2016\/12\/1",
"currency": "USD"
}
]
}
This response does not have a body.
curl --location --request GET 'https://my.hitechcloud.vn/api/invoice' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:06:11