Authorization
header. The header’s value should comprise the Bearer
prefix followed by the secret key generated through the platform’s user interface.
Here’s an example using curl:
dotenv
package to load sensitive data from environment variables. This is an effective strategy to ensure the security of your secret keys, for example:BEARER_TOKEN=”YOUR_API_KEY"
axios
and dotenv
before running the code:
python-dotenv
package to load sensitive data from environment variables. This is an effective strategy to ensure the security of your secret keys.requests
and python-dotenv
before running the code: