Skip to main content
POST
/
webhooks
/
{id}
/
test
Test webhook
curl --request POST \
  --url https://api.pocketsflow.com/webhooks/{id}/test \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)

Path Parameters

id
string
required

Webhook ID

Response

200

Test event sent successfully