POST
/
webhooks
/
upsert
curl --request POST \
  --url https://api-dev.withflock.com/webhooks/upsert \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "webhooks": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

Body

application/json
webhooks
string[]
required

An array of webhook payloads to upsert. This will replace all existing webhooks in your application.