cURL
curl --request POST \ --url https://api-dev.withflock.com/webhooks/upsert \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "webhooks": [ "<string>" ] } '
Documentation IndexFetch the complete documentation index at: https://docs.withflock.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.withflock.com/llms.txt
Use this file to discover all available pages before exploring further.
An array of webhook payloads to upsert. This will replace all existing webhooks in your application.