axprism_webhooks_create: Create a webhook subscription

View source: R/axprism.R

axprism_webhooks_createR Documentation

Create a webhook subscription

Description

Create a webhook subscription

Usage

axprism_webhooks_create(client, url, event, ticker_filter = NULL)

Arguments

client

An axprism_client.

url

Callback URL.

event

Event type (see axprism_webhooks_events).

ticker_filter

Optional ticker filter.

Value

Parsed API response as a named list.

Examples

client <- axprism_client(api_key = "demo-key")
## Not run: 
axprism_webhooks_create(client, "https://example.com/hook", "filing.created")

## End(Not run)

axprism documentation built on July 8, 2026, 9:07 a.m.