# Fetch detailed information from an existing booking **GET /booking/{id}** ## Technical flow ```mermaid erDiagram CUSTOMER }|..|{ DELIVERY-ADDRESS : has CUSTOMER ||--o{ ORDER : places CUSTOMER ||--o{ INVOICE : "liable for" DELIVERY-ADDRESS ||--o{ ORDER : receives INVOICE ||--|{ ORDER : covers ORDER ||--|{ ORDER-ITEM : includes PRODUCT-CATEGORY ||--|{ PRODUCT : contains PRODUCT ||--o{ ORDER-ITEM : "ordered in" ``` ## Servers - https://example.com/api/v1: https://example.com/api/v1 () ## Parameters ### Path parameters - **id** (string) UUID of an existing booking from which to fetch diff details ## Responses ### 201 Booking successfully retrieved #### Body: application/json (object) - **id** (string) Unique id of your booking [Powered by Bump.sh](https://bump.sh)