Recipes
Recipes
Complete walkthroughs for one use case at a time: numbered steps, the call each one makes, and the response you should expect. A guide explains how something works and the reference documents one call. A recipe shows the whole job done.
No recipe matches that.
Deliver a package end to end
Pick a vehicle, price the delivery, book the trip, then read the trip and its invoice once it lands.
Drive a trip through its lifecycle
Advance a sandbox trip from pending to completed yourself, so every webhook fires without waiting for a real courier.
Verify a webhook signature
Read the raw bytes, compare the HMAC in constant time, then acknowledge before doing the work.