Skip to content

Commit

Permalink
fix auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua authored Sep 24, 2024
1 parent 8aedfac commit 36b569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API-Keys/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The method to acquire a token is called **grant**. There are different types of

Once you have created an app and received your `API Key` and `API Secret`, you can generate an access token by sending a `POST` request to the authorization server:

[https://test.api.amadeus.com/v1/security/oauth2/token/](https://test.api.amadeus.com/v1/security/oauth2/token/){:target="\_blank"}
[https://test.api.amadeus.com/v1/security/oauth2/token](https://test.api.amadeus.com/v1/security/oauth2/token){:target="\_blank"}

!!!information
Remember that your `API Key` and `API Secret` should be kept private. Read more about best practices for [secure API key storage](https://developers.amadeus.com/blog/best-practices-api-key-storage).
Expand Down

0 comments on commit 36b569b

Please sign in to comment.