v1

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

Update Api Key

Update an existing api key

put/api_keys/{id}

Path parameters

idstring required
Example:6307a60c41de27127515a575

Identifier of the resource

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

Request body

activeboolean

Indicates if the webhook key is active

descriptionstring

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

Example request

{
  "active": true,
  "description": "online store"
}

Response

successful operation