Upsert Webhook
POST
/save-webhook
Creates or updates a webhook
Request
Headers
An API Key is required to access this endpoint.
Name
Value
x-api-key
your_api_key
Body
Name
Type
Description
id
string
Unique ID for the webhook.
isEnabled
boolean
Whether webhook is active.
url
string
Webhook URL.
Header
Parameter ID is required when updating an existing parameter.
Name
Type
Description
key
string
Name of the header.
value
string
Value associated with the header.
Example
Response
The API returns the response in JSON format.
Each response includes a success
boolean and webhookId
.
Example
Last updated