| axprism_webhooks_create | R Documentation |
Create a webhook subscription
axprism_webhooks_create(client, url, event, ticker_filter = NULL)
client |
An |
url |
Callback URL. |
event |
Event type (see |
ticker_filter |
Optional ticker filter. |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_webhooks_create(client, "https://example.com/hook", "filing.created")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.