cURL
curl --request GET \ --url https://api.hyra.io/workspace/{workspaceId} \ --header 'Authorization: Bearer <token>'
{ "_id": "<string>", "group_id": "<string>", "name": "<string>", "theme": "<string>", "week_starts_on": "<string>", "permissions": [ "<string>" ], "onboarded": true, "games": [ { "id": "<string>", "name": "<string>", "thumbnail": "<string>" } ], "shares_info": true, "cover_image": "<string>" }
Get general settings
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Default Response
Show child attributes