---
title: "Changes to Create an API key"
method: POST
path: "/v1/api-keys"
---

# Changes to Create an API key

`POST /v1/api-keys`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 50 revisions.

- **2026-06-15** `76b9bb35619f` — 3 breaking, 3 warning, 6 info
- **2026-04-29** `d4adae930be5` — 1 breaking, 38 info
- **2026-04-20** `2e48fd9894e1` — 1 info
- **2026-02-12** `fabaadf195a9` — 1 info

## Changes

- **2026-06-15** `76b9bb35619f` — 3 breaking, 3 warning, 6 info
  - removed the required property `is_active` from the response with the `200` status
  - removed the required property `is_restriction` from the response with the `200` status
  - removed the required property `is_scopes_enabled` from the response with the `200` status
  - removed the request property `is_active`
  - removed the request property `is_restriction`
  - removed the request property `is_scopes_enabled`
  - added the new optional request property `active`
  - added the new optional request property `restricted`
  - added the new optional request property `scopes_enabled`
  - added the required property `active` to the response with the `200` status
  - added the required property `restricted` to the response with the `200` status
  - added the required property `scopes_enabled` to the response with the `200` status
- **2026-04-29** `d4adae930be5` — 1 breaking, 38 info
  - the request property `label` became required
  - added the new optional request property `account`
  - added the new optional request property `billing`
  - added the new optional request property `calls`
  - added the new optional request property `campaigns`
  - added the new optional request property `embeddable`
  - added the new optional request property `is_scopes_enabled`
  - added the new optional request property `messages`
  - added the new optional request property `numbers`
  - added the new optional request property `recordings`
  - added the new optional request property `subaccounts`
  - added the new optional request property `trunks`
  - added the new optional request property `two_fa`
  - added the new optional request property `validator`
  - added the new optional request property `webhooks`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - the response property `created_at` became required for the status `200`
  - the response property `id` became required for the status `200`
  - the response property `is_active` became required for the status `200`
  - the response property `is_restriction` became required for the status `200`
  - the response property `label` became required for the status `200`
  - the response property `permitted_ips` became required for the status `200`
  - the response property `value` became required for the status `200`
  - added the required property `account` to the response with the `200` status
  - added the required property `billing` to the response with the `200` status
  - added the required property `calls` to the response with the `200` status
  - added the required property `campaigns` to the response with the `200` status
  - added the required property `embeddable` to the response with the `200` status
  - added the required property `is_scopes_enabled` to the response with the `200` status
  - added the required property `last_used_at` to the response with the `200` status
  - added the required property `messages` to the response with the `200` status
  - added the required property `numbers` to the response with the `200` status
  - added the required property `recordings` to the response with the `200` status
  - added the required property `subaccounts` to the response with the `200` status
  - added the required property `trunks` to the response with the `200` status
  - added the required property `two_fa` to the response with the `200` status
  - added the required property `validator` to the response with the `200` status
  - added the required property `webhooks` to the response with the `200` status
- **2026-04-20** `2e48fd9894e1` — 1 info
  - api operation id `api_keys_create` was added
- **2026-02-12** `fabaadf195a9` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/wavix/apis/wavix-apis/docs/v1/api-keys/post.md) · [API](https://skmtc.dev/wavix/apis/wavix-apis.md) · [Page](https://skmtc.dev/wavix/apis/wavix-apis/changes/v1/api-keys/post)
