post
https://cpaaswa.netcorecloud.net/api/v3/metainfo/webhook/update_webhook
Use this API to create or update webhook configurations.
Set the webhook URL, custom headers, and alert email settings.
Limits
- Up to 3 incoming and 5 event webhooks.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad Request
The request body or parameters are invalid.
{
"status": "failure",
"message": "Invalid webhook type. Must be 'incoming' or 'event'"
}
400Bad Request
The request body or parameters are invalid.
{ "status": "failure", "message": "Invalid webhook type. Must be 'incoming' or 'event'" }
401Unauthorized
Missing or invalid Bearer token.
{
"status": "failure",
"message": "Invalid Bearer token"
}
401Unauthorized
Missing or invalid Bearer token.
{ "status": "failure", "message": "Invalid Bearer token" }
500Webhook Limit Exceeded
The maximum number of webhooks for this type has been reached.
{
"status": "failure",
"message": "Max allowed incoming events exceeded"
}
500Webhook Limit Exceeded
The maximum number of webhooks for this type has been reached.
{ "status": "failure", "message": "Max allowed incoming events exceeded" }
