---
title: "Auth Token Verify"
method: POST
path: "/api/v1.auth-token.verify"
tags: ["Auth Tokens"]
---

# Auth Token Verify

`POST /api/v1.auth-token.verify`

Verify Auth Token

## Request body

- AuthTokenVerifyIn
  - `namespace` string, nullable
  - `token` string, required

## Response `200`

- AuthTokenVerifyOut
  - `token` AuthTokenOut
    - `id` string, required
    - `name` string, required
    - `created` string, date-time, required
    - `updated` string, date-time, required
    - `expiry` string, date-time, nullable
    - `metadata` object, required
    - `owner_id` string, required
    - `scopes` string[], required
    - `enabled` boolean, required — Whether this token is currently enabled.

## Other responses

- `400`
- `401`
- `403`
- `422`

## Changes

- **2026-03-31** `f62be26d2a53` — 9 breaking, 4 warning, 2 info
  - the `detail` response's property type changed from `string` to `array` for status `422`
  - the `token/created` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - the `token/expiry` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - the `token/updated` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - …11 more

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.auth-token.verify/post.md)

---

[API](https://skmtc.dev/svix/apis/diom-api.md) · [All operations](https://skmtc.dev/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc.dev/svix/apis/diom-api/revisions/164ff1d32173?raw)
