Add images to API reference authentication for getting API keys and notes on crypto

This commit is contained in:
Tuan Dang
2023-01-16 09:58:48 +07:00
parent cba57cf317
commit da251d3d2d
11 changed files with 43 additions and 22 deletions

View File

@@ -2,10 +2,14 @@
title: "Authentication"
---
To authenticate requests with Infisical, you must include an API key in the `X-API-KEY` header of HTTP requests made to the platform. You can obtain an API key from your user settings.
To authenticate requests with Infisical, you must include an API key in the `X-API-KEY` header of HTTP requests made to the platform. You can obtain an API key in User Settings > API Keys
![API key dashboard](../../images/api-key-dashboard.png)
![API key in personal settings](../../images/api-key-settings.png)
![Adding an API key](../../images/api-key-add.png)
<Info>
It's important to keep your API key secure, as it grants access to your
secrets in Infisical. For added security, consider rotating your API key on a
regular basis.
secrets in Infisical. For added security, set a reasonable expiration time and
rotate your API key on a regular basis.
</Info>