v1

latestOpenAPI 3.0.3MIT-LICENSE2026-07-2469127278.1 KB
Api Keys

Create API key

Creates a new API key.

The response includes an authentication_token that is shown only once (at creation time). Copy and store it securely.

post/api_keys

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

X-Child-Company-Idstring

In the case of a holding company, the company id of the child company to which will process the request.

Request body

descriptionstring

A name or brief explanation of what this API key is used for.

role'private' required

Defines the type of API key to create. Only "private" is supported for creation. A "public" API key already exists by default per company/environment.

Example request

{
  "description": "online store",
  "role": "private"
}

Response

successful operation