PROD: https://api.helthjem.no/parcels/v1/tracking/deprecated/fetch/{identifier}/{locale}/{onlyLastEvent}
PRE-PROD: https://api.pre.helthjem.no/parcels/v1/tracking/deprecated/fetch/{identifier}/{locale}/{onlyLastEvent}
To track parcels events there are 2 options:
- To use Event Log API v2 (documentation link)
- Or to connect to an event queue at AWS SQS (documentation link)
Event Log API can display events in 3 languages: English (EN), Norwegian (NO), or Swedish (SE).
Full list of events
The full list of all
apikey
can be found here: https://jira-di.atlassian.net/wiki/spaces/DIPUB/pages/93355692/Parcel+Event+Log+v1#List-of-possible-eventsRequest example
bashGET https://api.helthjem.no/parcels/v1/tracking/fetch/70724762100927781/NO/false
Detailed documentation https://jira-di.atlassian.net/wiki/spaces/DIPUB/pages/1883144376/Parcel+Event+Log+V2
Events Tracking API v0
This is a previous version of the Events Tracking API that is temporarily available before it is decommissioned.
PROD: https://api.helthjem.no/parcels/v1/tracking/deprecated/fetch/{identifier}/{locale}/{onlyLastEvent}
PRE-PROD: https://api.pre.helthjem.no/parcels/v1/tracking/deprecated/fetch/{identifier}/{locale}/{onlyLastEvent}
Request example
bashGET https://api.helthjem.no/parcels/v1/tracking/deprecated/fetch/00370724762481912681/NO/false
Detailed documentation https://jira-di.atlassian.net/wiki/spaces/DIPUB/pages/93355692/Parcel+Event+Log+v1