Sigstore Rekor API (consumed)

Rekor is the Sigstore transparency log that cosign writes to and reads from when recording and verifying signing events. The public Rekor service exposes a REST API at rekor.sigstore.dev with operations for creating log entries, retrieving entries by index or UUID, fetching log info and proofs, and searching the index.

API entry from apis.yml

apis.yml Raw ↑
aid: cosign:rekor-api
name: Sigstore Rekor API (consumed)
description: Rekor is the Sigstore transparency log that cosign writes to and reads from when recording
  and verifying signing events. The public Rekor service exposes a REST API at rekor.sigstore.dev with
  operations for creating log entries, retrieving entries by index or UUID, fetching log info and proofs,
  and searching the index.
humanURL: https://docs.sigstore.dev/logging/overview/
baseURL: https://rekor.sigstore.dev
properties:
- type: Documentation
  url: https://docs.sigstore.dev/logging/overview/
- type: OpenAPI
  url: https://raw.githubusercontent.com/sigstore/rekor/main/openapi.yaml
- type: GitHubRepository
  url: https://github.com/sigstore/rekor
tags:
- Rekor
- REST
- Sigstore
- Transparency Log