Skip to main content
POST
/
v1
/
ramp
/
subaccount
/
webhook
Add Webhook
curl --request POST \
  --url https://staging-api.bullring.finance/v1/ramp/subaccount/webhook \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "url": "https://merchant.com/webhooks"
}'

Authorizations

x-api-key
string
header
required

Body

application/json
url
string<uri>
required
Example:

"https://merchant.com/webhooks"

Response

Webhook registered successfully.