v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Webhooks

Update Webhook

updates an existing webhook

put/webhooks/{id}

Path parameters

idstring required
Example:6307a60c41de27127515a575

Identifier of the resource

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

urlstring url

Here you must place the URL of your Webhook remember that you must program what you will do with the events received. Also do not forget to handle the HTTPS protocol for greater security.

subscribed_eventsstring[]

events that will be sent to the webhook

activeboolean

whether the webhook is active or not

Example request

{
  "url": "https://webhook.site/89277eaa-a8e4-4306-8dc5-f55c80703dc8",
  "active": true
}

Response

successful operation