Hello guys!
I have an app that needs to connect with Amadeus (developers.amadeus.com) to get flight information.
I am not able to correctly configure the call to get the token.
This is an example in “curl”:
curl “https://test.api.amadeus.com/v1/security/oauth2/token”
-H “Content-Type: application/x-www-form-urlencoded”
-d “grant_type=client_credentials&client_id={client_id}&client_secret={client_secret}”
I’ve tried in several ways, including importing the “curl” and without success.
If anyone can help, thanks in advance.
The link below gives access to the documentation.
Cheers,
Jacques