create_webhook
Create a webhook subscription for SEC filing events. Supply an HTTPS URL and event list; receive subscription details and a one-time HMAC signing secret to verify callbacks.
Instructions
Create a webhook subscription. Required: url (HTTPS) and events (e.g. ['filing.created']). Optional: filing_types to narrow events to specific form types ('10-K', '8-K'); description for your own notes. Returns the new subscription details PLUS a one-time HMAC signing secret you MUST save — the api will not show it again. Free-tier callers receive a 402 error; webhooks require Starter+ plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| events | Yes | ||
| description | No | ||
| filing_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |