English
Get paginated invoice list by spaceId
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/space/{spaceId}/billing/invoice/base-list \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "number": "<string>", "amount": 123, "currency": "<string>", "createdTime": "<string>", "status": "<string>", "pdfUrl": "<string>" } ], "hasMore": true, "pageSize": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
Returns paginated invoice list.
Show child attributes
Was this page helpful?