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.
access token
The publicly accessible HTTPS endpoint that will receive webhook POST requests
"https://api.example.com/webhooks/arb-platform"
URL successfully registered
The response is of type string.
"URL successfully registered"