OratoraDocs
APIReferenceSessions

Stage an activity moment

POST
/sessions/{id}/present

Stages a moment for an activity so the host can bring it live. Returns the created LiveMoment. The session id in the path is informational; the activity id determines the target session.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Session id.

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

application/json

application/json

curl -X POST "https://example.com/sessions/string/present" \  -H "Content-Type: application/json" \  -d '{    "activityId": "string"  }'
{  "moment": {}}