mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add API Key auth method to environment endpoints, add endpoints to public REST API docs
This commit is contained in:
11
docs/api-reference/endpoints/secrets/list.mdx
Normal file
11
docs/api-reference/endpoints/secrets/list.mdx
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "List"
|
||||
openapi: "GET /api/v3/secrets/"
|
||||
---
|
||||
|
||||
<Tip>
|
||||
Using this route requires understanding Infisical's system and cryptography.
|
||||
It may be helpful to read through the
|
||||
[introduction](/api-reference/overview/introduction) and [guide for retrieving
|
||||
secrets](/api-reference/overview/examples/retrieve-secret).
|
||||
</Tip>
|
||||
Reference in New Issue
Block a user