From 36b569b97ca3e94256c554fa7660e6432450fd80 Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Tue, 24 Sep 2024 09:50:01 +0200 Subject: [PATCH] fix auth url --- docs/API-Keys/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API-Keys/authorization.md b/docs/API-Keys/authorization.md index e44b64ce..76bb8aec 100644 --- a/docs/API-Keys/authorization.md +++ b/docs/API-Keys/authorization.md @@ -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).