Checks whether there is a valid session identified by the given session ID.
https://chatwee-api.com/v2/sso-user/validate-session
GET https://chatwee-api.com/v2/sso-user/validate-session?chatId=57c493789da1fbc017000029&clientKey=507f191e810c19729de860ea&sessionId=3d14222e14addf548a12ffad
true
Name | Description | Type | Mandatory | Remarks |
---|---|---|---|---|
chatId | unique chat ID | string | yes | available in 'INTEGRATION' section of the Chatwee Dashboard |
clientKey | client secret | string | yes | available in 'INTEGRATION' section of the Chatwee Dashboard |
sessionId | session ID | string | yes | obtained with /sso-user/login method |