---
title: "Auth Token Rotate"
method: POST
path: "/api/v1.admin.auth-token.rotate"
tags: ["Admin"]
---

# Auth Token Rotate

`POST /api/v1.admin.auth-token.rotate`

Rotate an auth token, invalidating the old one and issuing a new secret

## Request body

- AdminAuthTokenRotateIn
  - `id` string, required

## Response `200`

- AdminAuthTokenRotateOut
  - `id` string, required
  - `token` string, required
  - `created` integer, required
  - `updated` integer, required

## Other responses

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

## Changes

- **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`
- **2026-03-31** `f62be26d2a53` — 8 breaking, 4 warning
  - the `created` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - the `detail` response's property type changed from `string` to `array` for status `422`
  - the `updated` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - removed the required property `code` from the response with the `422` status
  - …8 more

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.admin.auth-token.rotate/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-service-production.skmtc.workers.dev/v1/apis/svix/diom-api/revisions/a13efaccef64/schema)
