Skip to main content
POST
/
api
/
post-call-webhooks
/
{id}
/
toggle
Toggle post-call webhook status
curl --request POST \
  --url http://localhost:8080/api/post-call-webhooks/{id}/toggle \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-API-SECRET: <api-key>'
{
  "message": "Post-call webhook status toggled successfully",
  "status": "success",
  "error": null,
  "data": {
    "id": "string",
    "organization_id": "string",
    "name": "string",
    "url": "string",
    "description": "string",
    "is_active": true,
    "created_at": "2026-02-05T07:32:06.875Z",
    "updated_at": "2026-02-05T07:32:06.875Z"
  }
}

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Path Parameters

id
string
required

Response

Post-call webhook status toggled successfully

message
string
status
string
error
string | null
data
object