Path parameters
-
id
string Required UUID of an existing booking from which to fetch diff details
GET
/booking/{id}
curl \
--request GET 'https://example.com/api/v1/booking/{id}'
Response examples (201)
{
"id": "d6f00a51-a175-4a44-a0c7-df62a48548ca"
}