Retrieve secrets
Retrieve secrets
Retrieve all secrets for an Infisical project and environment.
When using a service token with access to a single environment and path, you don’t need to provide request parameters because the server will automatically scope the request to the defined environment/secrets path of the service token used.
For all other cases, request parameters are required.
The ID of the workspace
The environment slug
Path to secrets in workspace
Create secret
Create secret
Create a secret in Infisical.
Name of secret to create
The ID of the workspace
The environment slug
Value of secret
Comment of secret
Path to secret in workspace
The type of the secret. Valid options are “shared” or “personal”
Retrieve secret
Retrieve secret
Retrieve a secret from Infisical.
Name of secret to retrieve
The ID of the workspace
The environment slug
Path to secrets in workspace
The type of the secret. Valid options are “shared” or “personal”
Update secret
Update secret
Update an existing secret in Infisical.
Name of secret to update
The ID of the workspace
The environment slug
Value of secret
Path to secret in workspace.
The type of the secret. Valid options are “shared” or “personal”
Delete secret
Delete secret
Delete a secret in Infisical.
Name of secret to update
The ID of the workspace
The environment slug
Path to secret in workspace.
The type of the secret. Valid options are “shared” or “personal”