cURL
curl --request GET \ --url https://app.zazubot.com/api/v1/billing/invoices \ --header 'Authorization: Bearer <token>'
{ "invoices": [ { "id": "<string>", "url": "<string>", "amount": 123, "currency": "<string>", "date": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my workspace ID?
Successful response
The response is of type object.
object