POST
/
organizations
/
{organization}
/
databases
/
{database}
/
webhooks
/
{id}
/
test
Test a webhook
curl --request POST \
  --url https://api.planetscale.com/v1/organizations/{organization}/databases/{database}/webhooks/{id}/test \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

organization
string
required

The name of the organization

database
string
required

The name of the database

id
string
required

The ID of the webhook

Response

Webhook test event successfully triggered