---
title: "Verify Session"
method: GET
path: "/verify"
tags: ["/verify"]
---

# Verify Session

`GET /verify`

Verify if session token is valid and extend a user session. Tokens expire 20 minutes from last login or API usage. Everytime an API call is run the session extends 20 minutes.

## Response `200`

Successful (200)

- object

## Other responses

- `401` — Unathorized (401)

---

[API](https://skmtc.dev/zesty/apis/authentication-api.md) · [All operations](https://skmtc.dev/zesty/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zesty/authentication-api/revisions/7dbb9f92176e/schema)
