# Get Bookable Slot Retrieves a single bookable slot by its ID for the requesting practice group. Endpoint: GET /v1/slots/{id} Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string, required) - `practitioner_id` (string, required) - `appointment_type_id` (string, required) - `location_id` (string, required) - `start_time` (string, required) - `finish_time` (string, required) ## Response 401 fields ## Response 404 fields ## Response 500 fields