API Reference
Register a webhook for validation events.
cURL
curl --request POST \ --url https://api.example.com/v1/webhooks \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": [ "<string>" ], "secret": "<string>", "format": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "secret": "<string>" }
Successful Response