Authenticates a user using a token and identifier for stage access.

Behavior: Validates the provided authentication token and identifier against the stage system. The token is normally supplied by the calling system as the unique identifier of the experience, and the token is the temporary authentication credential for the user. Returns 404 if validation fails.

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

Side Effects: A stage session may be created or updated for the authenticated user.

Error Scenarios: Returns 401 if the user is not authenticated. Returns 404 if the token validation fails or the user cannot be found.

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 authentication.

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