This endpoint allows you to retrieve all events for a given shipment inside your Seven Senders account.
Endpoint
Url: https://api.sevensenders.com/v2/docs.html#/ShipmentEvent/postShipmentEventCollection
Headers
Parameter | Mandatory | Description |
API-KEY | YES | Your authorization key to access Seven Senders API |
Methods
GET
Request
Curl example
Response
The API will respond with an array of events, each element inside the array has the following properties
Field | Type | Example | Description |
event | string | "First Scan at LMC" | The name of the event |
description | string | "The parcel has been scanned for the first time at the Last Mile Carrier" | Description that help you understand what the event means |
creationDate | string | "2017-11-21T19:40:36+0000" | Date and time when this event was generated |
You can find the list of all shipment events that can occur via our Seven Senders events documentation.
Response
Response to a GET shipments/:id call