amadeus-node
amadeus-node copied to clipboard
No response found for this query
I'm using the travel destinations API in production as well as the dates API, and I'm getting the following undocumented response code that I don't expect.
example query:
/v1/shopping/flight-dates?origin=CPH&destination=SGN&departureDate=2025-11-15%2C2025-11-29
description: [
{
status: 404,
code: 1797,
title: 'NOT FOUND',
detail: 'No response found for this query'
}
],