- Overview
- Matchmaker
- Serverless Lobbies
- CDN
- Identity
- KV
- Cloud
- Cloud
- POST⭐️ cloud.games.namespaces.createGameNamespace
- PUT⭐️ cloud.games.namespaces.updateGameNamespaceVersion
- POST⭐️ cloud.games.versions.createGameVersion
- GETcloud.auth.inspect
- GETcloud.devices.links.get
- POSTcloud.devices.links.prepare
- GETcloud.games.games.getGameById
- POSTcloud.games.games.createGame
- GETcloud.games.games.getAnalytics
- POSTcloud.games.games.validateGame
- GETcloud.games.games.getGameById
- POSTcloud.games.avatars.completeCustomAvatarUpload
- GETcloud.games.avatars.listGameCustomAvatars
- POSTcloud.games.games.gameBannerUploadPrepare
- POSTcloud.games.games.gameBannerUploadComplete
- GETcloud.games.builds.listGameBuilds
- POSTcloud.games.builds.createGameBuild
- GETcloud.games.cdn.listGameCdnSites
- POSTcloud.games.cdn.createGameCdnSite
- POSTcloud.games.games.gameLogoUploadPrepare
- POSTcloud.games.games.gameLogoUploadComplete
- POSTcloud.games.matchmaker.exportMatchmakerLobbyHistory
- DELcloud.games.matchmaker.deleteMatchmakerLobby
- GETcloud.games.matchmaker.getLobbyLogs
- POSTcloud.games.matchmaker.exportLobbyLogs
- POSTcloud.games.namespaces.validateGameNamespace
- GETcloud.games.namespaces.getGameNamespaceById
- GETcloud.games.namespaces.analytics.getAnalyticsMatchmakerLive
- POSTcloud.games.namespaces.updateNamespaceCdnAuthUser
- DELcloud.games.namespaces.removeNamespaceCdnAuthUser
- PUTcloud.games.namespaces.setNamespaceCdnAuthType
- PUTcloud.games.namespaces.toggleNamespaceDomainPublicAuth
- POSTcloud.games.namespaces.addNamespaceDomain
- DELcloud.games.namespaces.removeNamespaceDomain
- GETcloud.games.namespaces.logs.getNamespaceLobby
- GETcloud.games.namespaces.logs.getNamespaceLobby
- POSTcloud.games.namespaces.updateGameNamespaceMatchmakerConfig
- POSTcloud.games.namespaces.validateGameNamespaceMatchmakerConfig
- POSTcloud.games.namespaces.createGameNamespaceTokenDevelopment
- POSTcloud.games.namespaces.validateGameNamespaceTokenDevelopment
- POSTcloud.games.namespaces.createGameNamespaceTokenPublic
- GETcloud.games.namespaces.GetGameNamespaceVersionHistoryList
- POSTcloud.games.avatars.prepareCustomAvatarUpload
- POSTcloud.games.tokens.createCloudToken
- POSTcloud.games.versions.validateGameVersion
- GETcloud.games.versions.getGameVersionById
- POSTcloud.groups.validate
- GETcloud.groups.getBilling
- GETcloud.groups.getInvoicesList
- GETcloud.groups.getPaymentsList
- GETcloud.groups.getTransfersList
- POSTcloud.groups.billingCheckout
- POSTcloud.groups.convertGroup
- GETcloud.logs.getRayPerfLogs
- GETcloud.tiers.getRegionTiers
- POSTcloud.uploads.completeUpload
Cloud
API
cloud.groups.getBilling
GET https://cloud.api.rivet.gg/v1/groups/{group_id}/billing
curl -X GET 'https://cloud.api.rivet.gg/v1/groups/{group_id}/billing'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Response
A group billing summary.
A list of multiple game lobby expenses.
A human readable short identifier used to references resources. Different than a uuid
because this is intended to be human readable. Different than DisplayName
because this should not include special characters and be short.
The URL of this game's logo image.
The URL of this game's banner image.
A list of namespace summaries.
RFC3339 timestamp.
Represent a resource's readable display name.
A human readable short identifier used to references resources. Different than a rivet.common#Uuid
because this is intended to be human readable. Different than rivet.common#DisplayName
because this should not include special characters and be short.
A list of multiple region tier expenses.
A human readable short identifier used to references resources. Different than a rivet.common#Uuid
because this is intended to be human readable. Different than rivet.common#DisplayName
because this should not include special characters and be short.
A human readable short identifier used to references resources. Different than a rivet.common#Uuid
because this is intended to be human readable. Different than rivet.common#DisplayName
because this should not include special characters and be short.
How long a region tier has been active (in milliseconds).
Amount of expenses for this region tier (in hundred-thousandths USD, 100,000 = $1.00).
A group's available balance.
The bank account number of this group's bank source.
The bank routing number of this group's bank source.
A list of region summaries.
A human readable short identifier used to references resources. Different than a rivet.common#Uuid
because this is intended to be human readable. Different than rivet.common#DisplayName
because this should not include special characters and be short.
The server provider of this region.
A universal number given to this region.
Represent a resource's readable display name.
Represent a resource's readable display name.
curl -X GET 'https://cloud.api.rivet.gg/v1/groups/{group_id}/billing'