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

JFrog Evidence API

Create and manage evidence attestations

JFrog Evidence API is one of 53 APIs that JFrog publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Evidence. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a getting-started guide, an API reference, and an engineering blog.

This API exposes 10 operations across 9 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 2.x.

Requests are made against 2 base URLs: https://{server}.jfrog.io/access, https://{host}/access.

10 operations 9 paths 5 schemas 1 DELETE6 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.x
Base URL
https://myserver.jfrog.io/artifactory/api
Authentication
HTTP Bearer, HTTP Basic
Contact
Terms of Service
Resource Areas
1

Authentication & Security 2

JFrog Evidence API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • bearerAuth — Access token authentication
  • basicAuth — Basic username/password authentication

Paths & Operations 10

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

Evidence 10

Create and manage evidence attestations

POST
/v1/evidence
JFrog Create Evidence
createEvidence body → 201400401404
POST
/v1/evidence/search
JFrog Search Evidence
searchEvidence body → 200400
GET
/v1/evidence/{evidenceId}
JFrog Get Evidence
getEvidence 1 param → 200404
DELETE
/v1/evidence/{evidenceId}
JFrog Delete Evidence
deleteEvidence 1 param → 204404
GET
/v1/evidence/subject/artifact
JFrog Get Artifact Evidence
getArtifactEvidence 2 params → 200404
GET
/v1/evidence/subject/build
JFrog Get Build Evidence
getBuildEvidence 3 params → 200404
GET
/v1/evidence/subject/release-bundle
JFrog Get Release Bundle Evidence
getReleaseBundleEvidence 3 params → 200404
GET
/v1/evidence/subject/package
JFrog Get Package Evidence
getPackageEvidence 3 params → 200404
POST
/v2/evidence
JFrog Create Evidence
createEvidence body → 201
GET
/v2/evidence/{name}/{version}
JFrog Get Evidence
getEvidence 2 params → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Evidence (11 properties), Evidence_2 (9 properties), EvidenceSearchRequest (7 properties), EvidenceRequest (6 properties). Each schema is shown below with its type and property counts.

EvidenceSearchRequest
object
7 properties
CreateEvidenceRequest
object
6 properties 2 required
EvidenceRequest
object
6 properties 2 required
Evidence_2
object
9 properties
Evidence
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jfrog-evidence-api-openapi.yml Raw ↑

Other APIs JFrog publishes across the network.

JFrog Access Tokens API
JFrog Artifacts & Storage API
JFrog Audit API
JFrog Builds API
JFrog Commands API
JFrog Components API
JFrog Deployments API
JFrog Device Groups API
JFrog Devices API
JFrog Distribution API
JFrog Execution API
JFrog Experiments API