v1

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

Update Api Key

Update an existing api key

put/api_keys/{id}

Path parameters

idstring required

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