For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhook Deliveries

Add a webhook

/webhooks

GET https://api.terminal.africa/v1/webhooks/deliveries

Terminal Africa logs every outbound webhook your account receives and lets you inspect delivery attempts or replay a notification when your endpoint missed it.

Provide one of the following:

Option A

Query param
Type
Required
Description

resource_type

string

Yes*

Type of resource. See Supported resource types.

resource_id

string

Yes*

ID of the resource, e.g. SH-ABC123, AD-XYZ789, PK-DEF456

Option B

Query param
Type
Resolves to

shipment_id

string

resource_type=shipment

address_id

string

resource_type=address

packaging_id

string

resource_type=packaging

* Required as a pair (resource_type + resource_id) or via one of the shortcut params above.

Optional filters

Query param
Type
Default
Description

event

string

Filter by event name, e.g. shipment.delivered

webhook_id

string

Only return deliveries sent to a specific webhook endpoint

page

integer

1

Page number

perPage

integer

20

Results per page (max 100)

Last updated

Was this helpful?