Create a session
POST {{baseUrl}}/v3/scheduling/sessions
Creates a new short-lived session that you can pass to the Scheduling Component to enforce end-user authentication. Your request must include the ID of an existing Configuration object.
Request Body
{"configuration_id"=>"<string>", "time_to_live"=>5}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data":"\u003cobject\u003e"}