Skip to main content
POST
admin_api_keys_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:

Body

application/json
name
string
required
access_token
string<jwt>
api_key
string

specify the api-key

Pattern: ^[PT]{1}\d{8}.*$

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