cURL
curl --request GET \ --url https://api.hyra.io/workspace/{workspaceId}/games \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "thumbnail": "<string>" } ]
Get all games in the Home layout
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object[].
object[]