# Verify Session **POST /v1/auth/sessions/verify** Verify session in an application by session token and/or optionally extend the expiration time of the session by N minutes from now if the `session_expires_in` property is present. ## HTTP Request `POST /v1/auth/sessions/verify` ## Returns A successful response returns a `Session` object with associated authentication factors that include unique identifiers and delivery methods. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Body: application/json (object) - **session_token** (string) `Required if session_jwt not present` Unique Session Token to verify. - **session_jwt** (string) `Required if session_token not present` Unique Session JWT to verify. ## Responses ### 200 OK #### Body: application/json (object) - **session** (object) - **session_token** (string) - **session_jwt** (string) [Powered by Bump.sh](https://bump.sh)