Skip to main content
POST
Register a new webhook URL

Authorizations

Authorization
string
header
required

access token

Body

application/json
url
string<uri>
required

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"