API
cloud.groups.getPaymentsList
API
cloud.groups.getPaymentsList
Returns a list of payments for the given group.
GET https://cloud.api.rivet.gg/v1/groups/{group_id}/billing/payments
curl -X GET 'https://cloud.api.rivet.gg/v1/groups/{group_id}/billing/payments'
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
start_payment_id
string
The payment ID of the payment after which to start listing.
Response
paymentsrequired
array
A list of a group's billing payments.
end_payment_id
string
The ID of the last payment listed.
curl -X GET 'https://cloud.api.rivet.gg/v1/groups/{group_id}/billing/payments'