---
title: "Create Org Group Admin Token"
method: POST
path: "/api/v1/auth/org-group-admin-token"
tags: ["Authentication"]
---

# Create Org Group Admin Token

`POST /api/v1/auth/org-group-admin-token`

Create a new auth token that can be used for all operations that aren't downstream for a app_id (so no apps, endpoints, messages, attempts, etc)

## Headers

- `idempotency-key` string

## Request body

- CreateTokenIn
  - `name` string, required — The name of the token.
  - `expiry` integer, nullable — How long the token will be valid for, in seconds.

## Response `201`

- ApiTokenOut
  - `token` string, required
  - `id` string, required
  - `name` string, nullable
  - `createdAt` string, date-time, required
  - `expiresAt` string, date-time, nullable
  - `scopes` string[], nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

[API](https://skmtc.net/svix/apis/svix-api.md) · [All operations](https://skmtc.net/svix/apis/svix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/svix-api/versions/16dbcc056c48/schema)
