post
https://cpaaswa.netcorecloud.net/api/v2/metainfo/webhook/manage_webhook
Use this API to enable or disable webhook endpoints without changing their configuration.
Status Options
- enable – Activate webhook to start receiving events.
- disable – Temporarily pause webhook delivery.
Typical Use Cases
- Disable webhooks during maintenance.
- Re-enable after testing or scaling down load.
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" }
404Webhook Not Found
The specified webhook does not exist.
{
"status": "failure",
"message": "Webhook not found"
}
404Webhook Not Found
The specified webhook does not exist.
{ "status": "failure", "message": "Webhook not found" }
500Internal Server Error
A server error occurred. Try again later.
{
"status": "failure",
"message": "Internal server error"
}
500Internal Server Error
A server error occurred. Try again later.
{ "status": "failure", "message": "Internal server error" }
