cURL
curl --request POST \ --url https://api.hyra.io/workspace/{workspaceId}/games \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "game_id": "<string>" }'
{ "id": "<string>", "name": "<string>", "thumbnail": "<string>" }
Add a new game to 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