Register a new webhook URL
urls
Register a new webhook URL
Registers a webhook URL to receive real-time notifications about platform events such as case closures, docket filings, and phase changes. The URL must be publicly accessible and respond to POST requests.
POST
Register a new webhook URL
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Body
application/json
The publicly accessible HTTPS endpoint that will receive webhook POST requests
Example:
"https://api.example.com/webhooks/arb-platform"
Response
URL successfully registered
The response is of type string.
Example:
"URL successfully registered"