Get reservation
documentedRetrieve a reservation by its ID.
GET /api/v2_5/reservations/{reservation_id}Reservationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.cheqroom.com/v1/api/v2_5/reservations/{{$reservation_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Api-Key: {{CHEQROOM_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"