DocsHTTP APIValidate a session

Validate a session

Validate a session. Use POST /auth/validate in Chronoverse, with authentication, parameters, and response details.

POST
/auth/validate

Authentication

cookieSession
apiKey
required

Encrypted session cookie issued after registration or login.

cookie: session
csrfToken
apiKey
required

CSRF cookie issued with the session and required for state-changing requests.

cookie: csrf

All credentials in this group are required.

Parameters

This operation has no path, query, header, or cookie parameters.

Responses

200

Session and CSRF state are valid

401

Missing or invalid session

429

Ingress rate or connection limit exceeded for the client address