---
title: "Auth Token Get Namespace"
method: POST
path: "/api/v1.auth-token.namespace.get"
tags: ["Auth Tokens"]
---

# Auth Token Get Namespace

`POST /api/v1.auth-token.namespace.get`

Get Auth Token namespace

## Request body

- AuthTokenGetNamespaceIn
  - `name` string, required

## Response `200`

- AuthTokenGetNamespaceOut
  - `name` string, required
  - `created` integer, required
  - `updated` integer, required

## Other responses

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

## Changes

- **2026-04-21** `c30222181768` — 1 breaking, 5 info
  - the `detail` response's property type changed from `array` to `string` for status `422`
  - added the optional property `location` to the response with the `400` status
  - added the optional property `location` to the response with the `401` status
  - added the optional property `location` to the response with the `403` status
  - …2 more
- **2026-04-14** `7f5edfb12f87` — 1 breaking
  - the `name` request property's minLength was increased from `0` to `1`
- **2026-04-14** `14bcce06404b` — 1 breaking, 1 warning, 1 info
  - added the pattern `^[a-zA-Z0-9\-/_.=+]+$` to the request property `name`
  - the `name` request property's maxLength was set to `256`
  - the `name` response's property pattern `^[a-zA-Z0-9\-/_.=+]+$` was added for the status `200`
- **2026-04-13** `e6c44b12ecfb` — 2 breaking
  - the `created` response's property type changed from `string` to `integer`, and format from `date-time` to `uint64` for status `200`
  - the `updated` response's property type changed from `string` to `integer`, and format from `date-time` to `uint64` for status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.auth-token.namespace.get/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/63ce680327d7?raw)
