diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 3e908df..1f6046c 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -191,7 +191,7 @@ curl -X 'GET' \ ### API Query Parameter Authentication > [!WARNING] -> This method is sometimes known as ["Capability URLs"](https://w3ctag.github.io/capability-urls/) because anyone in possession of the URL can perform API actions. It comes with several [important security caveats](https://security.stackexchange.com/questions/118975/is-it-safe-to-include-an-api-key-in-a-requests-url) and is not recommended unless you fully understand the risks. +> This method is sometimes known as ["Capability URLs"](https://w3ctag.github.io/capability-urls/) because anyone in possession of the URL can perform API actions. It comes with [important security caveats](https://security.stackexchange.com/questions/118975/is-it-safe-to-include-an-api-key-in-a-requests-url) and is not recommended unless you fully understand the risks. Pass `api_key=YOURAPITOKENHERE` as a GET/POST query parameter.