opensesh docs

Reinstate a cancelled session

POST
/events/{eventId}/sessions/{submissionId}/reinstate

Clears the cancellation and reopens tasks that were waived by it. With notifySpeakers on, speakers get a reinstatement email — carrying a fresh calendar invite when the session is scheduled and invites had gone out; otherwise the schedule is flagged so a fresh invite can be sent later.

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Path Parameters

eventId*string
submissionId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/events/string/sessions/string/reinstate" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "reopenedTasks": 0,  "createdEmails": 0,  "calendarReinvited": true}