groups.billing.get


Description

Coming Soon!


Code Examples

curl -X GET 'https://api.rivet.gg/cloud/groups/{group_id}/billing'

Request Parameters

group_id

required path parameter

watch_index

optional query parameter

Response Body

  • group
    object
    • group.payment_method_attached_ts
      string

      RFC3339 timestamp

    • group.payment_method_valid_ts
      string

      RFC3339 timestamp

    • group.payment_failed_ts
      string

      RFC3339 timestamp

    • group.payment_succeeded_ts
      string

      RFC3339 timestamp

  • watch
    object

    Provided by watchable endpoints used in blocking loops.

    • watch.index
      string

      Index indicating the version of the data responded. Pass this to WatchQuery to block and wait for the next response.