v1

latestOpenAPI 3.0.3MIT-LICENSE2026-07-2469127278.1 KB
Webhooks

Update webhook

Updates an existing webhook.

put/webhooks/{id}

Path parameters

idstring required

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 required

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.

synchronousboolean

It is a value that allows to decide if the events will be synchronous or asynchronous. We recommend asynchronous = false

eventsstring[]

Example request

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

Response

successful operation