v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Api Keys

Create Api Key

Create a api key

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

rolestring required

Example request

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

Response

successful operation