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
Example request
{
"description": "online store",
"role": "private"
}Response
successful operation