---
title: "Verify"
method: GET
path: "/api/auth/verify"
tags: ["Auth API"]
---

# Verify

`GET /api/auth/verify`

Verify the validity of a JWT token and return updated information

Args:
    credentials: Bearer token from Authorization header

Returns:
    Updated user information and API key

## Response `200`

Successful Response

- unknown

---

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