Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Infisical Folders API

The Folders API from Infisical — 16 operation(s) for folders.

Infisical Folders API is one of 73 APIs that Infisical publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Folders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 24 operations across 16 paths. It is described by OpenAPI 3.0.3, at version 0.0.1.

Requests are made against 3 base URLs: https://us.infisical.com, https://eu.infisical.com, http://localhost:8080.

24 operations 16 paths 0 schemas 4 DELETE10 GET6 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.1
Base URL
https://app.infisical.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Infisical Folders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 24

Across 16 paths, the API surfaces 24 operations — 4 DELETE, 10 GET, 6 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Folders 24
POST
/api/v1/folders
Create folders
body → 200400401403404422500
GET
/api/v1/folders
Get folders
6 params → 200400401403404422500
PATCH
/api/v1/folders/{folderId}
Update folder
1 param body → 200400401403404422500
PATCH
/api/v1/folders/batch
Update folders by batch
body → 200400401403404422500
DELETE
/api/v1/folders/{folderIdOrName}
Delete a folder
1 param body → 200400401403404422500
GET
/api/v1/folders/{id}
Get folder by id
1 param → 200400401403404422500
GET
/api/v1/workspace/{projectId}/tags
1 param → 200400401403404422500
POST
/api/v1/workspace/{projectId}/tags
1 param body → 200400401403404422500
GET
/api/v1/workspace/{projectId}/tags/{tagId}
2 params → 200400401403404422500
PATCH
/api/v1/workspace/{projectId}/tags/{tagId}
2 params body → 200400401403404422500
DELETE
/api/v1/workspace/{projectId}/tags/{tagId}
2 params → 200400401403404422500
GET
/api/v1/workspace/{projectId}/tags/slug/{tagSlug}
2 params → 200400401403404422500
GET
/api/v1/projects/{projectId}/tags
listSecretTags 1 param → 200400401403404422500
POST
/api/v1/projects/{projectId}/tags
createSecretTag 1 param body → 200400401403404422500
GET
/api/v1/projects/{projectId}/tags/{tagId}
getSecretTagById 2 params → 200400401403404422500
PATCH
/api/v1/projects/{projectId}/tags/{tagId}
updateSecretTag 2 params body → 200400401403404422500
DELETE
/api/v1/projects/{projectId}/tags/{tagId}
deleteSecretTag 2 params → 200400401403404422500
GET
/api/v1/projects/{projectId}/tags/slug/{tagSlug}
getSecretTagBySlug 2 params → 200400401403404422500
POST
/api/v2/folders
Create folders
createSecretFolder body → 200400401403404422500
GET
/api/v2/folders
Get folders
listSecretFolders 5 params → 200400401403404422500
PATCH
/api/v2/folders/{folderId}
Update folder
updateSecretFolder 1 param body → 200400401403404422500
PATCH
/api/v2/folders/batch
Update folders by batch
updateSecretFoldersBatch body → 200400401403404422500
DELETE
/api/v2/folders/{folderIdOrName}
Delete a folder
deleteSecretFolder 1 param body → 200400401403404422500
GET
/api/v2/folders/{id}
Get folder by id
getSecretFolderById 1 param → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-folders-api-openapi.yml Raw ↑

Other APIs Infisical publishes across the network.

Infisical Admin API
Infisical Alibaba Cloud Auth API
Infisical App Connections API
Infisical Audit Logs API
Infisical AWS Auth API
Infisical Azure Auth API
Infisical Cert Manager API
Infisical Dynamic Secrets API
Infisical Environments API
Infisical Event Subscriptions API
Infisical GCP Auth API
Infisical Groups API