Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

The ID of the organization

id
string
required

The id of record

Body

application/json
repository
string
required

Repository to verify against, e.g. ghcr.io/acme/app

purpose
enum<string>
default:both
Available options:
pull,
push,
both

Response

Credential verified successfully