Sessions
Create a session
Creates a new short-lived session that you can pass to the Scheduling Component to enforce user authentication. Your request must include the ID of an existing Configuration object.
post/v3/scheduling/sessions
Request body
Example request
{
"configuration_id": "AAAA-BBBB-1111-2222",
"slug": "my-page-slug",
"time_to_live": 10
}Response
Create a new scheduling session
Example response
{
"request_id": "5fa64c92-e840-4357-86b9-2aa364d35b88"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.