Skip to main content
Get Booking Detail Via Link Code
curl --request GET \
  --url https://dev.api.fleets.usedora.com/api/v1/booking-inbound/get_booking_link_detail/link_code
{
"status": "success",
"data": {
"uuid": "649547b5-7f68-4ff0-94e4-3a4a7a7922b5",
"profile_id": "8e116ffe-6012-4242-be89-0267db26bef2",
"booking_form_template_id": "4ffb790b-631f-4c55-ad75-0e65990c0022",
"link_code": "sendstack",
"link_url": "https://usedora.com/sendstack",
"logo": "https://usedora-bucket-dev.s3.amazonaws.com/provider-logos/X5xQzSnl3Mn1k4YhgvNGVyN2ViP4dkXygIE1fY9U.png",
"business_name": "Sendstack",
"business_address": "Aso Housing Estate, Airport road, Abuja",
"business_phone": "+2348082738270",
"pricing": {
  "uuid": "beefeae8-5bdb-4100-bf46-2c850fc2f722",
  "pricing_model": "Per Kilometer (KM)",
  "pricing_model_slug": "per_km",
  "per_km_amount": "200",
  "express_delivery": {
    "express_type": null,
    "express_value": null
  },
  "created_at": "2024-04-01T11:19:38.000000Z",
  "updated_at": "2024-04-01T11:19:38.000000Z"
}
}
}

📝 Summary

This endpoint gives you a unique, shareable URL that you can send directly to your customers. Think of it as a personalized portal and your customers can use this single link to either book a new order right away or effortlessly track an existing package’s journey .

Responses

HTTP Status CodeMeaningDescriptionData schema
200OKnoneInline
422Bad RequestnoneInline
{
"status": "success",
"data": {
"uuid": "649547b5-7f68-4ff0-94e4-3a4a7a7922b5",
"profile_id": "8e116ffe-6012-4242-be89-0267db26bef2",
"booking_form_template_id": "4ffb790b-631f-4c55-ad75-0e65990c0022",
"link_code": "sendstack",
"link_url": "https://usedora.com/sendstack",
"logo": "https://usedora-bucket-dev.s3.amazonaws.com/provider-logos/X5xQzSnl3Mn1k4YhgvNGVyN2ViP4dkXygIE1fY9U.png",
"business_name": "Sendstack",
"business_address": "Aso Housing Estate, Airport road, Abuja",
"business_phone": "+2348082738270",
"pricing": {
  "uuid": "beefeae8-5bdb-4100-bf46-2c850fc2f722",
  "pricing_model": "Per Kilometer (KM)",
  "pricing_model_slug": "per_km",
  "per_km_amount": "200",
  "express_delivery": {
    "express_type": null,
    "express_value": null
  },
  "created_at": "2024-04-01T11:19:38.000000Z",
  "updated_at": "2024-04-01T11:19:38.000000Z"
}
}
}