> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usedora.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Booking Detail Via Link Code

### 📝 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 Code                 | Meaning                                                          | Description | Data schema |
| -------------------------------- | ---------------------------------------------------------------- | ----------- | ----------- |
| <Badge color="green">200</Badge> | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)          | none        | Inline      |
| <Badge color="red">422</Badge>   | [Bad Request](https://tools.ietf.org/html/rfc7231#section-6.3.1) | none        | Inline      |

<ResponseExample>
  ```json sample response theme={null}
  {
  "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"
  }
  }
  }
  ```
</ResponseExample>
