- Test a webhook with static payload.
Get webhooks
Create webhook subscription
Delete webhook subscription
Get webhook subscription by ID
Update webhook subscription
Test a webhook with stati...
Security
oauth2(Required scopes: webhook.subscription:ping) or bearerAuth or apiKeyHeader
POST
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X POST \
'https://sandboxapi.peach.finance/api/webhooks/{webhookSubscriptionId}/ping' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'