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

The Identities API from Infisical — 7 operation(s) for identities.

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

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

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

13 operations 7 paths 0 schemas 2 DELETE4 GET2 PATCH5 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 Identities API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 13

Across 7 paths, the API surfaces 13 operations — 2 DELETE, 4 GET, 2 PATCH, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Identities 13
POST
/api/v1/projects/{projectId}/identities
Create an identity in a project
createProjectMachineIdentity 1 param body → 200400401403404422500
GET
/api/v1/projects/{projectId}/identities
List identities in a project
listProjectMachineIdentities 4 params → 200400401403404422500
PATCH
/api/v1/projects/{projectId}/identities/{identityId}
Update an identity in a project
updateProjectMachineIdentity 2 params body → 200400401403404422500
DELETE
/api/v1/projects/{projectId}/identities/{identityId}
Delete an identity from a project
deleteProjectMachineIdentity 2 params → 200400401403404422500
GET
/api/v1/projects/{projectId}/identities/{identityId}
Get an identity by ID in a project
getProjectMachineIdentityById 2 params → 200400401403404422500
POST
/api/v1/identities
Create machine identity
createMachineIdentity body → 200400401403404422500
GET
/api/v1/identities
List machine identities
listMachineIdentities 1 param → 200400401403404422500
PATCH
/api/v1/identities/{identityId}
Update machine identity
updateMachineIdentity 1 param body → 200400401403404422500
DELETE
/api/v1/identities/{identityId}
Delete machine identity
deleteMachineIdentity 1 param → 200400401403404422500
GET
/api/v1/identities/{identityId}
Get a machine identity by id
getMachineIdentityById 1 param → 200400401403404422500
POST
/api/v1/identities/search
Search machine identities
searchMachineIdentities body → 200400401403404422500
POST
/api/v2/identities/search
Search machine identities across organization and/or project scopes. Returns identities the caller has access to, each annotated with all roles assigned to that membership.
searchMachineIdentitiesV2 body → 200400401403404422500
POST
/api/v2/identities/search/count
Return per-scope counts of machine identities matching the given search filter. The response contains a count for every scope passed in the request body (zero when the caller has no access to that sc…
countMachineIdentitiesV2 body → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-identities-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