---
title: "Create a new Token record"
method: POST
path: "/v3/tokens/"
tags: ["tokens"]
---

# Create a new Token record

`POST /v3/tokens/`

Creation of a Token record. (max 100). Child token cannot access tokens/ endpoint

## Request body

- AccountToken
  - `token` string, required
  - `name` string, required
  - `created_at` string, date-time, nullable, required
  - `is_active` boolean

## Response `201`

- AccountToken
  - `token` string, required
  - `name` string, required
  - `created_at` string, date-time, nullable, required
  - `is_active` boolean

## Other responses

- `429`

---

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