---
title: "create an API key for an account"
method: POST
path: "/ApiKeys"
tags: ["Accounts"]
---

# create an API key for an account

`POST /ApiKeys`

## Request body

- object
  - `account_sid` string, uuid, required

## Response `200`

new API key

- object
  - `sid` string, uuid
  - `token` string, uuid

## Other responses

- `404` — account not found
- `500` — system error

## Changes

> 27 revisions in range; 2 could not be searched.

- **2025-05-01** `fdfd9d6cf2ce` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/ApiKeys/post.md)

---

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