# Get a specific booking model fee **GET /bookings/{booking_id}/models/{booking_model_id}/fees/{booking_model_fee_id}** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **booking_id** (integer(int32)) ID of booking that booking model belongs to - **booking_model_id** (integer(int32)) ID of booking model that fee belongs to - **booking_model_fee_id** (integer(int32)) ID of specific booking model fee to retrieve ## Responses ### 200 Array of fee details #### 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)