Fetch information about status events connected to shipments.
To fetch batches of status events this entry point uses a query parameter fetchId to track which events have been returned by previous calls. A client using this entry point should save the fetchId returned by a previous call and use that as parameter value for the next call. If no fetchId is available from a previous call the value -1 can used to make a call that will return the fetchId to use in a subsequent call.
No more than 100 events are returned as a result of a single call. If more than 100 events are available the done value in the result will be false and you should make another call to fetch the remaining events. Repeated calls when done is false are not subject to the rate limits (see below) of this entry point.
There is a rate limit on this entry point and if calls are made too fast the minDelay value in the result will return how long you have to wait (in milliseconds) before calling again. To avoid an uneven call rate because of the rate limit try to keep the call rate to less than one call per five minutes.
Read more: https://help.unifaun.com/uo-se/en/integrations/shipment-status-via-api/shipment-status.html
This service requires a license for the Status events function that can be ordered separately. To view functions available to you, go to Help -> Session menu in your account and look in the License keys section. This function is represented by REST API Status events license key.