Validate Session
This API is used to check if a given session token is currently active in the system.
🔑Header Parameters
| Header | Type | Description | Example |
|---|---|---|---|
| Authorization | string | Bearer token for user authentication | Bearer access_token |
| x-api-key | string | API key for client authentication | x-api-key |
🟢Success Response - 200 OK
Content-type : application/json
| Field | Type | Description | Example/ENUM |
|---|---|---|---|
| status | string | Status of the API call (always "success") | "success" |
| code | string | Response code indicating outcome of the request | "s-101" |
| message | string | Description of the result | "Session Verified" |
| data | string | Indicates if the session is active (true/false) | "true" or "false" |
put
/authentication/v1/user/session