Skip to main content

Validate Session

This API is used to check if a given session token is currently active in the system.

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for user authenticationBearer access_token
x-api-keystringAPI key for client authenticationx-api-key

🟢Success Response - 200 OK

Content-type : application/json

FieldTypeDescriptionExample/ENUM
statusstringStatus of the API call (always "success")"success"
codestringResponse code indicating outcome of the request"s-101"
messagestringDescription of the result"Session Verified"
datastringIndicates if the session is active (true/false)"true" or "false"
put/authentication/v1/user/session