webhook_subscribe
Register an HTTPS endpoint to receive signed webhook events for specified user and event types.
Instructions
Register an HTTPS endpoint to receive signed webhook events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| user_id | No | ||
| event_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| active | No | ||
| secret | Yes | HMAC signing secret; shown only once | |
| event_types | No |