# Get a specific booking **GET /bookings/{booking_id}** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **booking_id** (integer(int32)) ID of booking to return ## Responses ### 200 An array of booking properties #### Body: application/json (array[array]) ### 404 No booking with that ID exists #### Body: application/json (array[array]) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)