API
cloud.games.tokens.createCloudToken
API
cloud.games.tokens.createCloudToken
Creates a new game cloud token.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/tokens/cloud
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/tokens/cloud'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
Response
tokenrequired
string
A JSON Web Token. Slightly modified to include a description prefix and use Protobufs of JSON.
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/tokens/cloud'