Retrieve a month's bill
GET
https://api2.transloadit.com/bill/{DATE}?signature={SIGNATURE}
Retrieves the billing data for the given DATE
.
The query component DATE
is in YYYY-MM
format. So for example, to retrieve your bill for March 2019 you would use 2019-03
.
GET query components
-
Passing
signature
is required. For more information please check Signature Authentication.
Response
Here’s an example response body:
On success this request returns a JSON response with the success code BILL_FOUND
and the corresponding bill data. The invoice_id
in the response will be null
for the bill of the current month.
On error it contains a JSON response including an error
field that contains an error status code and a reason
field that contains details on what went wrong.