v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Scenes (Express Avatars)

Get a list of the scenes

get/scenes

Query parameters

limitnumber double

pagination - the amount of scenes to return

tokenstring

pagination - the pagination token from the previous response, default = 100

Response

OK

tokenstring

Example response

{
  "scenes": [
    {
      "config": {
        "logo": {
          "position": [
            0,
            500
          ]
        }
      }
    }
  ]
}