Skip to main content
POST
admin_api_keys_api_key_id_rotate_post

Authorizations

x-api-key
string
header
required

X-API-Key authentication for accessing admin endpoints. Use Create api-key to create a key.

The content of the header should look like the following:

Path Parameters

api_key_id
string
required

Response

api-key

name
string
required
id
string

An ID that uniquely identifies the resource

created_at
string<date-time>

The date-time when the resource was created

updated_at
string<date-time>
expires_at
string<date-time>
deleted_by
string
deleted_at
string<date-time>
api_key
string
read-only
Last modified on July 14, 2026