Returns a list of all configured webhook endpoints for your account.
Security
bearerAuth or basicAuth
- Mock serverhttps://docs.resolvepay.com/_mock/partners-api/openapi/webhooks
- Sandbox serverhttps://app-sandbox.resolvepay.com/api/webhooks
- bearerAuth
- basicAuth
curl -i -X GET \
'https://docs.resolvepay.com/_mock/partners-api/openapi/webhooks?limit=25&page=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'An object with an array of results containing up to the limit. If no subscriptions are found, the results array will be empty.
Response
- Response with multiple webhook endpoint subscriptions
- Response with partner merchant webhook subscriptions
- Response with no webhook endpoints configured
{ "count": 3, "page": 1, "limit": 25, "results": [ { … }, { … }, { … } ] }