cURL
curl --request POST \ --url https://api.example.com/api/integrations/webhooks \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": [ {} ], "secret": "<string>" } '
{ "id": "<string>", "url": "<string>", "events": [ {} ] }
Was this page helpful?