Request Headers
Enum:
application/jsonBearer authentication format, for example: Bearer {{API Key}}.
Response Parameters
Monthly billing information.
curl --request GET \
--url https://api.novita.ai/openapi/v1/billing/monthly/bill \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"data": [
{
"billId": "<string>",
"userId": "<string>",
"billingMonth": "<string>",
"totalAmount": "<string>",
"originTotalAmount": "<string>",
"voucherPayAmount": "<string>",
"cashPayAmount": "<string>",
"debtAmount": "<string>",
"status": "<string>",
"invoiceUrl": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"repaidAmount": "<string>"
}
]
}curl --request GET \
--url https://api.novita.ai/openapi/v1/billing/monthly/bill \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"data": [
{
"billId": "<string>",
"userId": "<string>",
"billingMonth": "<string>",
"totalAmount": "<string>",
"originTotalAmount": "<string>",
"voucherPayAmount": "<string>",
"cashPayAmount": "<string>",
"debtAmount": "<string>",
"status": "<string>",
"invoiceUrl": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"repaidAmount": "<string>"
}
]
}application/jsonHide properties
pending (Upcoming)outed (Payment Due)paid (Paid)overdue (Overdue)Was this page helpful?