Skip to content

Commit

Permalink
update query auth method
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Dec 9, 2024
1 parent 39cd087 commit a1057ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ slug: overview

Many of Sentio's features are available through API.

To get started, you should have an API key, and pass it by the header with the field `api-key`, refer [API Key](api-key "mention") to create one.
To get started, you should have an API key, refer [API Key](api-key "mention") to create one. To authorize the API calls, you could choose either of the following:
- Pass it by the header `api-key`,
- Pass it by the query parameter `api-key`, e.g. `http://app.sentio.xyz/v1/api/service/query?api-key=<your-api-key>`

0 comments on commit a1057ff

Please sign in to comment.