Skip to content

Commit

Permalink
Update how-to-use-api-key.md
Browse files Browse the repository at this point in the history
  • Loading branch information
losatnick authored Oct 2, 2023
1 parent 4ae96a7 commit c5eb36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-use-api-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ API keys are alpha-numeric codes that identify and authenticate an application o

# Steps to use API Key

This guide helps you with the steps to use the API key to interact with the API.
Review these steps to interact with the API using the API key

> :::caution
> The API key is passed in the **header** of your HTTP API request and is used only for private use, like in server-side applications. This key is not to be exposed or shared; if you use the API key in your client-side application (E.g., frontend, browser-based applications), attackers can capture it using the client tools (E.g., browser console) and abuse your API key.
Expand Down

0 comments on commit c5eb36d

Please sign in to comment.