cURL
curl --request POST \ --url https://api-dev.withflock.com/webhooks/upsert \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "webhooks": [ "<string>" ] }'
An array of webhook payloads to upsert. This will replace all existing webhooks in your application.