Skip to main content
This endpoint requires HMAC-SHA256 authentication. See Authentication for signature computation details.

Partial Updates

All fields in the request body are optional. Only provide the fields you want to change.

URL Changes

If you update the endpoint URL, the system sends a validation ping to verify the new URL is accessible. If the ping fails, the update is rejected.

Disabling Endpoints

To temporarily stop receiving webhooks without deleting the endpoint, set the status field to disabled:
{
  "status": "disabled"
}
To re-enable, set it back to active:
{
  "status": "active"
}
Disabling an endpoint is useful for maintenance periods or when troubleshooting issues, without losing your endpoint configuration.