How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Infisical Secret Scanning API

The Secret Scanning API from Infisical — 26 operation(s) for secret scanning.

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

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

This API exposes 37 operations across 26 paths. It is described by OpenAPI 3.2.0, at version 0.0.1.

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

37 operations 26 paths 0 schemas 3 DELETE19 GET6 PATCH9 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

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

  • bearerAuth — An access token in Infisical

Paths & Operations 37

Across 26 paths, the API surfaces 37 operations — 3 DELETE, 19 GET, 6 PATCH, 9 POST. Each is listed below with its method, path, parameters, and response codes.

Secret Scanning 37
GET
/api/v2/secret-scanning/data-sources/options
List the available Secret Scanning Data Source Options.
listSecretScanningDataSourceOptions → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources
List all the Secret Scanning Data Sources for the specified project.
listSecretScanningDataSources 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/findings
List all the Secret Scanning Findings for the specified project.
listSecretScanningFindings 1 param → 200400401403404422500
PATCH
/api/v2/secret-scanning/findings
Update one or more Secret Scanning Findings in a batch.
updateSecretScanningFindingsBatch body → 200400401403404422500
PATCH
/api/v2/secret-scanning/findings/{findingId}
Update the specified Secret Scanning Finding.
updateSecretScanningFinding 1 param body → 200400401403404422500
GET
/api/v2/secret-scanning/configs
Get the Secret Scanning Config for the specified project.
getSecretScanningConfig 1 param → 200400401403404422500
PATCH
/api/v2/secret-scanning/configs
Update the specified Secret Scanning Configuration.
updateSecretScanningConfig 1 param body → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/github
List the GitHub Data Sources for the specified project.
listGitHubDataSources 1 param → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/github
Create a GitHub Data Source for the specified project.
createGitHubDataSource body → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/github/{dataSourceId}
Get the specified GitHub Data Source by ID.
getGitHubDataSource 1 param → 200400401403404422500
PATCH
/api/v2/secret-scanning/data-sources/github/{dataSourceId}
Update the specified GitHub Data Source.
updateGitHubDataSource 1 param body → 200400401403404422500
DELETE
/api/v2/secret-scanning/data-sources/github/{dataSourceId}
Delete the specified GitHub Data Source.
deleteGitHubDataSource 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/github/data-source-name/{sourceName}
Get the specified GitHub Data Source by name and project ID.
getGitHubDataSourceByName 2 params → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/github/{dataSourceId}/scan
Trigger a scan for the specified GitHub Data Source.
triggerGitHubDataSourceScan 1 param → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/github/{dataSourceId}/resources/{resourceId}/scan
Trigger a scan for the specified GitHub Data Source resource.
triggerGitHubDataSourceResourceScan 2 params → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/github/{dataSourceId}/resources
Get the resources associated with the specified GitHub Data Source by ID.
listGitHubDataSourceResources 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/github/{dataSourceId}/scans
Get the scans associated with the specified GitHub Data Source by ID.
listGitHubDataSourceScans 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/bitbucket
List the Bitbucket Data Sources for the specified project.
listBitbucketDataSources 1 param → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/bitbucket
Create a Bitbucket Data Source for the specified project.
createBitbucketDataSource body → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/bitbucket/{dataSourceId}
Get the specified Bitbucket Data Source by ID.
getBitbucketDataSource 1 param → 200400401403404422500
PATCH
/api/v2/secret-scanning/data-sources/bitbucket/{dataSourceId}
Update the specified Bitbucket Data Source.
updateBitbucketDataSource 1 param body → 200400401403404422500
DELETE
/api/v2/secret-scanning/data-sources/bitbucket/{dataSourceId}
Delete the specified Bitbucket Data Source.
deleteBitbucketDataSource 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/bitbucket/data-source-name/{sourceName}
Get the specified Bitbucket Data Source by name and project ID.
getBitbucketDataSourceByName 2 params → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/bitbucket/{dataSourceId}/scan
Trigger a scan for the specified Bitbucket Data Source.
triggerBitbucketDataSourceScan 1 param → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/bitbucket/{dataSourceId}/resources/{resourceId}/scan
Trigger a scan for the specified Bitbucket Data Source resource.
triggerBitbucketDataSourceResourceScan 2 params → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/bitbucket/{dataSourceId}/resources
Get the resources associated with the specified Bitbucket Data Source by ID.
listBitbucketDataSourceResources 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/bitbucket/{dataSourceId}/scans
Get the scans associated with the specified Bitbucket Data Source by ID.
listBitbucketDataSourceScans 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/gitlab
List the GitLab Data Sources for the specified project.
listGitLabDataSources 1 param → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/gitlab
Create a GitLab Data Source for the specified project.
createGitLabDataSource body → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/gitlab/{dataSourceId}
Get the specified GitLab Data Source by ID.
getGitLabDataSource 1 param → 200400401403404422500
PATCH
/api/v2/secret-scanning/data-sources/gitlab/{dataSourceId}
Update the specified GitLab Data Source.
updateGitLabDataSource 1 param body → 200400401403404422500
DELETE
/api/v2/secret-scanning/data-sources/gitlab/{dataSourceId}
Delete the specified GitLab Data Source.
deleteGitLabDataSource 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/gitlab/data-source-name/{sourceName}
Get the specified GitLab Data Source by name and project ID.
getGitLabDataSourceByName 2 params → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/gitlab/{dataSourceId}/scan
Trigger a scan for the specified GitLab Data Source.
triggerGitLabDataSourceScan 1 param → 200400401403404422500
POST
/api/v2/secret-scanning/data-sources/gitlab/{dataSourceId}/resources/{resourceId}/scan
Trigger a scan for the specified GitLab Data Source resource.
triggerGitLabDataSourceResourceScan 2 params → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/gitlab/{dataSourceId}/resources
Get the resources associated with the specified GitLab Data Source by ID.
listGitLabDataSourceResources 1 param → 200400401403404422500
GET
/api/v2/secret-scanning/data-sources/gitlab/{dataSourceId}/scans
Get the scans associated with the specified GitLab Data Source by ID.
listGitLabDataSourceScans 1 param → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-secret-scanning-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
Where this information came from

This is an independent, third-party profile of Infisical Secret Scanning API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.