FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update quick-start.md by copeland3300 · Pull Request #271 · amadeus4dev/developer-guides · GitHub

This repository was archived by the owner on Jul 17, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
3 changes: 3 additions & 0 deletions docs/quick-start.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ curl "https://test.api.amadeus.com/v1/security/oauth2/token" \
!!! warning
Please take a look at our [Authorization guide](API-Keys/authorization.md) to understand how the process works in depth.

!!! note
Ensure you're sending your request via HTTPS, rather than HTTP. If sent by HTTP, you will recieve a 403 error.

According to the documentation, you need to use `v1/shopping/flight-destinations` as the endpoint, followed by the mandatory query parameter `origin`. As you want to filter the offers to those cheaper than 200 EUR, you need to add the `maxPrice` parameter to your query as well.

Our call is therefore:
Expand Down

Back | FazBrowse Home | New Git URL