Skip to content

Test a webhook with static payload.

Request

Security
oauth2(Required scopes: webhook.subscription:ping) or bearerAuth or apiKeyHeader
Path
webhookSubscriptionIdstringrequired

The ID of the webhook subscription

POST
/webhooks/{webhookSubscriptionId}/ping
curl -i -X POST \
  'https://sandboxapi.peach.finance/api/webhooks/{webhookSubscriptionId}/ping' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success