/
Get webhook subscription...
Security
oauth2(Required scopes: webhook.subscription:read) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/webhooks/{webhookSubscriptionId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "message": "string", "status": 0, "data": { "eventTypes": [ … ], "webhookType": "direct", "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "companyId": "string", "enabled": true, "hmacSecretKey": "string", "hydrateData": false, "webhookDirectDetails": { … }, "webhookProxyDetails": { … } } }