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 Projects API

The Projects API from Infisical — 10 operation(s) for projects.

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

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

This API exposes 18 operations across 10 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.

18 operations 10 paths 0 schemas 4 DELETE8 GET3 PATCH3 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 Projects API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 18

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

Projects 18
GET
/api/v1/workspace/{workspaceId}/secret-snapshots
Return project secret snapshots ids
5 params → 200400401403404422500
GET
/api/v1/projects/{projectId}/secret-snapshots
Return project secret snapshots ids
5 params → 200400401403404422500
GET
/api/v1/workspace/{workspaceId}
Get project
1 param → 200400401403404422500
DELETE
/api/v1/workspace/{workspaceId}
Delete project
1 param → 200400401403404422500
PATCH
/api/v1/workspace/{workspaceId}
Update project
1 param body → 200400401403404422500
POST
/api/v1/projects
Create a new project
createProject body → 200400401403404422500
GET
/api/v1/projects
List projects
listProjects 2 params → 200400401403404422500
GET
/api/v1/projects/{projectId}
Get project
getProjectById 1 param → 200400401403404422500
DELETE
/api/v1/projects/{projectId}
Delete project
deleteProject 1 param → 200400401403404422500
PATCH
/api/v1/projects/{projectId}
Update project
updateProject 1 param body → 200400401403404422500
GET
/api/v1/projects/slug/{slug}
Get project details by slug
getProjectBySlug 1 param → 200400401403404422500
GET
/api/v1/projects/{projectId}/secret-validation-rules
1 param → 200400401403404422500
POST
/api/v1/projects/{projectId}/secret-validation-rules
1 param body → 200400401403404422500
PATCH
/api/v1/projects/{projectId}/secret-validation-rules/{ruleId}
2 params body → 200400401403404422500
DELETE
/api/v1/projects/{projectId}/secret-validation-rules/{ruleId}
2 params → 200400401403404422500
POST
/api/v2/workspace
Create a new project
body → 200400401403404422500
DELETE
/api/v2/workspace/{slug}
Delete project
1 param → 200400401403404422500
GET
/api/v2/workspace/{slug}
Get project details by slug
1 param → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-projects-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 Folders API
Infisical GCP Auth API