Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 963 Bytes

Verify session.md

File metadata and controls

20 lines (20 loc) · 963 Bytes

Verify session

Checks whether the user session is still active and valid (without renewal).

Remember to provide the authentication HTTP headers as described in the Authenticate using a session key and the Authenticate using a user tokeny sections.
All the query string parameters in URL must be UTF-8 URL Encoded.

HTTP Headers

user_key / Session_key

HTTP Method

GET

HTTP Request

https://app.gateway.smsend.it/API/v1.0/REST/checksession

Returns

Code Description
200String “true” if the session is valid, “false” otherwise.
404[Unauthorized] User_key, Token or Session_key are invalid or not provided
400Other errors, details are in the body