Get Inbound Delivery
GET /v2/webhooks/inbound/{receiver_id}/deliveries/{delivery_id}
Required scopes
partner:incoming-webhooks:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getInboundDelivery |
| Tags | InboundReceivers |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| receiver_id * | path | id | |
| delivery_id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| id * | string (uuid) | UUID v4. |
| type * | enum (1) | incoming_webhook |
| team_id * | id | UUID v4. |
| receiver_id * | id | UUID v4. |
| receiver_kind * | enum (9) | aws_transfer_familysendgridsesmailguntwiliobandwidthfirebaseapnsgeneric_hmac |
| external_id * | string | |
| received_at * | timestamp | RFC 3339 / ISO 8601 timestamp. |
| processed_at | timestamp | RFC 3339 / ISO 8601 timestamp. |
| processing_status * | enum (4) | pendingacceptedrejecteddeduplicated |
| payload | object | |
| signature_verification * | object | |
| replay_of | string (uuid) | |
| produced_engagement_event_ids | id[] | |
| produced_outbound_event_ids | id[] |
Example request
GET https://api.digitalonboarding.com/v2/webhooks/inbound/{receiver_id}/deliveries/{delivery_id}
Authorization: Bearer <partner-token>