Get Webhook
Returns a webhook.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Webhook identifier
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"
Query Parameters
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.
Response
OK
Webhook
Webhook identifier
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"
External provider name
"in_memory"
External provider webhook event identifier
"hook_123"
External provider webhook event type
"charge.paid"
Persisted internal webhook action type
UPDATE_PAYMENT, PAYMENT_PAID, UPDATE_ORDER, UPDATE_TRANSFER "PAYMENT_PAID"
Original provider webhook payload
{ "id": "hook_123", "type": "charge.paid" }
Webhook processing status
RECEIVED, PROCESSED, FAILED "PROCESSED"
Number of provider deliveries for this event
2
Creation timestamp
"2026-01-01T00:00:00.000Z"
Last provider delivery timestamp
"2026-01-01T00:00:00.000Z"
Last update timestamp
"2026-01-01T00:00:00.000Z"
Webhook processing error
"Payment not found"
Created by
null
Updated by
null
Webhook processed timestamp
"2026-01-01T00:00:00.000Z"