Register a Webhook
Register a webhook
POST
[environmentBaseUrl]/v1/webhooks
This API lets you register a webhook which we will use to send updates.
Request Body
Name
Type
Description
url
string
URL of your endpoint to receive updates.
Last updated