- Sandbox Server for Webhook API'shttps://api-sandbox.sendpro360.pitneybowes.com/webhook/api/v1/events
- Production Server for Webhook API's (uses live data)https://api.sendpro360.pitneybowes.com/webhook/api/v1/events
curl -i -X GET \
https://api-sandbox.sendpro360.pitneybowes.com/webhook/api/v1/events \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
[ { "eventId": "reservation", "name": "reservation" }, { "eventId": "cancelreservation", "name": "cancelreservation" }, { "eventId": "deposit", "name": "deposit" }, { "eventId": "pickup", "name": "pickup" }, { "eventId": "stalemailpickup", "name": "stalemailpickup" }, { "eventId": "updatereservation", "name": "updatereservation" }, { "eventId": "onhold", "name": "onhold" } ]