GET
/
workspace
/
{workspaceId}
/
games
curl --request GET \
  --url https://api.hyra.io/workspace/{workspaceId}/games \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "thumbnail": "<string>"
  }
]

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Response

200 - application/json
id
string
name
string
thumbnail
string