Partner Webhooks
Get webhook delivery
Authorization
bearerAuth AuthorizationBearer <token>
Partner API key (pt_test_... or pt_live_...)
In: header
Path Parameters
deliveryId*string
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/partner/webhook/deliveries/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "invoiceId": "4f163819-178d-470c-a246-d6768476a6ec", "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b", "partnerId": "bf408d53-df49-40a6-8455-a34bd4360901", "eventType": "string", "environment": "test", "attempts": 0, "lastStatusCode": 0, "nextRetryAt": "2019-08-24T14:15:22Z", "lastAttemptAt": "2019-08-24T14:15:22Z", "deliveredAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "status": "string", "payload": {}}{ "error": { "code": "string", "message": "string" }}