API
cloud.groups.getInvoicesList
API
cloud.groups.getInvoicesList
Returns a list of invoices for the given group.
GET https://cloud.api.rivet.gg/v1/groups/{group_id}/billing/invoices
curl -X GET 'https://cloud.api.rivet.gg/v1/groups/{group_id}/billing/invoices'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
group_idrequired
string
Query Parameters
anchor
string
The pagination anchor. Set to the returned anchor of this endpoint to receive the next set of items.
limit
integer
Amount of invoices to return.
Response
anchor
string
The pagination anchor.
invoicesrequired
array
A list of a group's billing invoices.
curl -X GET 'https://cloud.api.rivet.gg/v1/groups/{group_id}/billing/invoices'