Verifies an existing stage session is still valid.

Behavior: Validates that the specified stage session is still active and valid using the provided authentication token and identifier. Returns 404 if the session is invalid or expired.

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

Side Effects: The session validity is checked but the session state may be updated as part of verification.

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 is invalid or has expired.

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

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