Retrieves a specific booking by its unique identifier.
Endpoint
GET /bookings/{id}Authentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | uuid | Yes | Unique identifier of the booking |
Response
Error
Example Usage
Get booking by ID
curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/booking-management/bookings/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_TOKEN"