Get Key Pair

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Returns the details of a key pair.

Since: 7.6.0

Security: Requires an authenticated user, or anonymous (if "Anonymous Access" is globally enabled).

Usage: GET /api/security/keypair/{keyPairName}

Produces: application/json

Sample Usage:

{
  "pairName": "alpine-local-key",
  "pairType": "RSA",
  "alias": "artifactory-alpine-local",
  "publicKey": "-----BEGIN PUBLIC KEY-----",
}