Getting Started with the Xeni Activities APIHow to Book an ActivityHow to Browse Activity Tags and CategoriesHow to Cancel an Activity BookingHow to Check Activity AvailabilityHow to Get Activity DetailsHow to Retrieve Activity Booking DetailsHow to Search for Activities with FiltersHow to Search for Activity DestinationsCar Rental API - Getting StartedCar Rental API - Understanding Response FieldsHow to Book a Car RentalHow to Get Rental Car Details and Equipment Add-OnsHow to Retrieve or Cancel a Car Rental BookingHow to Search for Available Rental CarsHow to Search for Pickup LocationsHow to Use Car Rental Search FiltersDeals API Best Practices for IntegrationDeals API Frequently Asked QuestionsGetting Started with the Xeni Deals APIDeals API Request Parameters and Headers ReferenceDeals API Supported Currencies and LocalizationHow to Display Deals in Your ApplicationHow to Fetch Hotel Deals by LocationFlights API Error Codes and TroubleshootingGetting Started with the Xeni Flights APIHow to Book a FlightHow to Check Flight Availability and PricingHow to Confirm or Cancel a Flight BookingHow to Retrieve Fare Rules for a FlightHow to Retrieve Flight Booking DetailsHow to Search for Airports Using AutocompleteHow to Search for FlightsHow to Use Flight Search Filters, Sorting, and PaginationHow to Check Room Availability and PricingHow to Filter Vacation Rental ResultsHow to Get Resort Property Details, Amenities, and AccessibilityHow to Hold and Confirm a Resort BookingHow to Release a Resort HoldHow to Retrieve Resort Booking DetailsHow to Search for Available ResortsHow to Search for Resort DestinationsHow to Search for Vacation Rental LocationsHow to Search for Vacation RentalsHow to Use Resort Search Filters and SortingGetting Started with the Xeni Resorts APIResorts API: Understanding Booking Statuses and PoliciesGetting Started with the Vacation Rentals APIVacation Rentals Frequently Asked QuestionsVacation Rentals Supported Property TypesUnderstanding Async Search for Vacation RentalsAuthentication & API SignaturesBooking Hotels — Direct API & SSO CheckoutError Handling, Rate Limits & Best PracticesGetting Started with the Xeni Hotels APIManaging Bookings: Status, Retrieval & CancellationPricing Confirmation & Token LifecycleRetrieving Hotel Details & Room AvailabilitySearching for Hotels: Locations, Filters & PaginationSearching for HotelsSession Management & Correlation IDsAPI authentication and getting your API keys

How to Retrieve Activity Booking Details

Last updated: 2026-03-03

How to Retrieve Activity Booking Details

After creating a booking, you can retrieve its full details at any time using the booking ID. This is useful for confirming booking status, displaying reservation details to customers, or verifying information before processing a cancellation.

Endpoint

GET {{api_host}}/api/ext/activity/bookings/{bookingId}

Headers

HeaderRequiredDescription
x-api-keyYesYour Xeni API key

Path Parameters

ParameterTypeRequiredDescription
bookingIdstringYesThe booking ID you provided when creating the booking.

Example Request

GET {{api_host}}/api/ext/activity/bookings/MY-BOOKING-001

Usage Notes

  • The bookingId in the URL is the same ID you passed in the bookingId field when creating the booking. This is your own tracking ID, not a provider-generated reference.
  • Use this endpoint to verify a booking was created successfully after the booking call returns.
  • This endpoint is also useful for building booking management interfaces where customers can view their upcoming activities.
  • You should retrieve booking details before attempting a cancellation to confirm the booking is still active and eligible for cancellation.

Next Steps

If you need to cancel a booking, first check the cancellation penalty. See How to Cancel an Activity Booking.

Was this article helpful?