API
cloud.games.avatars.listGameCustomAvatars
API
cloud.games.avatars.listGameCustomAvatars
Lists custom avatars for the given game.
GET https://cloud.api.rivet.gg/v1/games/{game_id}/avatars
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/avatars'
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
custom_avatarsrequired
array
A list of custom avatar summaries.
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/avatars'