Discussions

Ask a Question
Back to All

How to get latest data from webhooks without waiting for an event to trigger ?

(edited)

I'm using webhooks API, and I need to get regular updates on my shipment. For the moment, I am deleting and recreating the shipment/endpoint to trigger the "shipment.added.to.endpoint" webhook event with the latest data.

Is this a good practice ? How could I get regular updates for my shipment ?