---
title: "Changes to Generate a new API Token"
method: POST
path: "/Accounts/{AccountSid}/tokens"
---

# Changes to Generate a new API Token

`POST /Accounts/{AccountSid}/tokens`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 40 revisions.

- **2026-05-12** `2916d5e3072e` — 2 breaking, 2 info
- **2026-05-12** `5344c0c93a4c` — 1 breaking, 4 info
- **2026-01-19** `d5fbaaddfa3e` — 3 breaking, 5 info
- **2026-01-15** `479ede876c89` — 5 breaking, 3 info
- **2026-01-15** `07f73f74a61d` — 1 breaking, 1 info
- **2026-01-15** `3c88f14db21e` — 6 breaking, 2 warning, 4 info

## Changes

- **2026-05-12** `2916d5e3072e` — 2 breaking, 2 info
  - added `#/components/schemas/uuid` to the `subproject_id` request property `allOf` list
  - the `id` response's property type/format changed from `string`/`uuid` to ``/`` for status `200`
  - the `subproject_id` request property type/format was generalized from `string`/`uuid` to ``/``
  - added `#/components/schemas/uuid` to the `id` response property `allOf` list for the response status `200`
- **2026-05-12** `5344c0c93a4c` — 1 breaking, 4 info
  - added 'unevaluatedProperties' constraint to the request body
  - added 'unevaluatedProperties' constraint to the response body for the status `200`
  - added 'unevaluatedProperties' constraint to the response body for the status `400`
  - added 'unevaluatedProperties' constraint to the response body for the status `401`
  - added 'unevaluatedProperties' constraint to the response body for the status `422`
- **2026-01-19** `d5fbaaddfa3e` — 3 breaking, 5 info
  - the `permissions` request property's minItems was increased to `1`
  - the `name` request property's minLength was increased from `0` to `1`
  - the `subproject_id` request property type/format changed from `string`/`` to `string`/`uuid`
  - added the non-success response with the status `400`
  - the response property `id` became required for the status `200`
  - the response property `name` became required for the status `200`
  - the response property `permissions` became required for the status `200`
  - the response property `token` became required for the status `200`
- **2026-01-15** `479ede876c89` — 5 breaking, 3 info
  - the response property `code` became optional for the status `422`
  - the response property `message` became optional for the status `422`
  - the `code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `422`
  - removed the required property `more_info` from the response with the `422` status
  - removed the required property `status` from the response with the `422` status
  - added the optional property `attribute` to the response with the `422` status
  - added the optional property `type` to the response with the `422` status
  - added the optional property `url` to the response with the `422` status
- **2026-01-15** `07f73f74a61d` — 1 breaking, 1 info
  - removed the media type `application/json` from the request body
  - added the media type `application/x-www-form-urlencoded` to the request body
- **2026-01-15** `3c88f14db21e` — 6 breaking, 2 warning, 4 info
  - added the new required request property `name`
  - added the new required request property `permissions`
  - the request's body type/format changed from ``/`` to `object`/``
  - the `code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `422`
  - removed the required property `type` from the response with the `422` status
  - removed the required property `url` from the response with the `422` status
  - removed `subschema #1, subschema #2, subschema #3` from the request body `allOf` list
  - removed the optional property `attribute` from the response with the `422` status
  - added the new optional request property `subproject_id`
  - added the non-success response with the status `401`
  - added the required property `more_info` to the response with the `422` status
  - added the required property `status` to the response with the `422` status

---

[Operation](https://skmtc.dev/signalwire/apis/compatibility-api/docs/Accounts/:AccountSid/tokens/post.md) · [API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [Page](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/tokens/post)
