Create Webhook
POST {{server_url}}/webhooks
Remove 'balance' and 'hold' from the request
Request Body
{"data"=>{"type"=>"webhook", "attributes"=>{"label"=>"some label", "url"=>"https://webhook.site/81ee6b53-fde4-4b7d-85a0-0b6249a4488d", "token"=>"MyToken", "contentType"=>"Json"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |