Webhooks Guide

The following guide outline the available webhook functionality provided by MyCarrier. This section will detail the webhooks available for subscription, provide example payloads for each webhook type, and cover any additional information related to our webhook functionality.

Beyond retrieving shipment updates via GET APIs, you have the option to receive them through webhook PUSH. By setting up and registering a webhook, which is an HTTP-based callback function, you allow shipment updates to be automatically pushed to your specified endpoint whenever changes occur.

This approach facilitates efficient, event-driven communication between your application and our system, ensuring you stay informed in real time.