games.avatars.listGameCustomAvatars


Description

Lists custom avatars for the given game.


Code Examples

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

Request Parameters

game_id

required path parameter

Response Body

  • custom_avatars
    array of objects

    A list of custom avatar summaries.

    • custom_avatars.upload_id
      string
    • custom_avatars.display_name
      string

      Represent a resource's readable display name.

    • custom_avatars.create_ts
      string

      RFC3339 timestamp

    • custom_avatars.url
      string

      The URL of this custom avatar image. Only present if upload is complete.

    • custom_avatars.content_length
      number

      Unsigned 64 bit integer.

    • custom_avatars.complete
      boolean

      Whether or not this custom avatar has completely been uploaded.