Skip to main content
GET
/
api
/
v1
/
deliveries
/
{id}
Get Delivery
curl --request GET \
  --url https://{subdomain}.unicyfalcon.com/api/v1/deliveries/{id}
Returns one delivery by UUID. 404 if not found.