cURL
curl --request GET \ --url https://app.alana.shopping/api/workspace/{workspaceId}/billing/invoices \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "invoice_number": "<string>", "date": "2023-11-07T05:31:56Z", "amount": 123, "status": "paid", "pdf_url": "<string>" } ], "pagination": { "limit": 123, "cursor": "<string>", "has_more": true } }
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
1 <= x <= 100
Invoices retrieved successfully
Show child attributes