games.billing.get


Description

Coming Soon!


Code Examples

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

Request Parameters

game_id

required path parameter

watch_index

optional query parameter

Response Body

  • plan
    string
  • active_plan
    string
  • subscription
    object
    • subscription.period_start_ts
      string

      RFC3339 timestamp

    • subscription.period_end_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.