Appearance
Replace a webhook
PUT
/v1/webhooks/{webhook_id}
Authorizations
api_key
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
webhook_id*
The webhook identifier.
Type
Requiredstring
Request Body
application/json
JSON "version": 1, "event_type": "string", "client_id": "string", "endpoint": "string", "secret": null, "is_active": true
{
}
Responses
OK
application/json
JSON "webhook_id": null, "event_type": "string", "client_id": "string", "endpoint": "string"
{
}