Skip to main content
GET
/
webhooks
/
events
List webhook events
curl --request GET \
  --url https://api.terminal49.com/v2/webhooks/events \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "tracking-request-events",
      "type": "webhook_event_category",
      "attributes": {
        "name": "Tracking Request Events",
        "events": [
          {
            "name": "tracking_request.succeeded",
            "description": "Shipment created and linked to the tracking request."
          }
        ]
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://terminal49.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Token YOUR_API_TOKEN

The APIs require authentication to be done using header-based API Key and Secret Authentication.

API key and secret are sent va the Authorization request header.

You send your API key and secret in the following way:

Authorization: Token YOUR_API_KEY

Response

200 - application/json

OK

data
object[]