cURL
curl --request POST \ --url https://api.hyra.io/workspace/sessions/{workspaceId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "external_description": "<string>", "public_start_offset": 123, "public_slock_offset": 123, "series_start_date": "2023-11-07T05:31:56Z", "game_link": "<string>", "roles": [ "<string>" ], "reoccurring": true, "publish_to_discord": true, "disable_cohost": true, "cron_expression": "<string>", "allow_adhoc": true } '
{ "_id": "<string>", "workspace": "<string>", "name": "<string>", "external_description": "<string>", "public_start_offset": 123, "public_slock_offset": 123, "series_start_date": "2023-11-07T05:31:56Z", "game_link": "<string>", "publish_to_discord": true, "roles": [ "<string>" ], "disable_cohost": true, "reoccurring": true, "allow_adhoc": true, "game_thumbnail_url": "<string>", "cron_expression": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response