Starts a new stage session for the authenticated user.

Behavior: Initiates a new stage session using the provided authentication token and identifier. The token is normally supplied by the calling system as the unique identifier of the experience. Returns 404 if the session cannot be started.

Authorization: Requires an authenticated user (class-level [Authorize]).

Side Effects: A new stage session is created for the authenticated user.

Error Scenarios: Returns 400 if the input model is null or invalid. Returns 401 if the user is not authenticated. Returns 404 if the session could not be started.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The Nomad.Common.Models.Security.AuthTokenRequestModel containing the token and identifier for session creation.

string
required
length ≥ 1
string
required
length ≥ 1
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json