Ana içeriğe atla

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Response

Success Response (200 OK)

Response Fields

JWK Object

Notes

  • This endpoint returns the complete JWK including key material
  • Key material is decrypted and returned in the response
  • Use List JWKs endpoint for a lightweight list without key material

Error Response (400 Bad Request)

cURL Example

Notes and Warnings

  • Key Material:
    • Full key material is returned in the response
    • Private keys are included for RSA, EC, and OKP types
    • Handle key material securely
  • Performance:
    • This endpoint returns complete JWK data
    • Use List JWKs for better performance when key material is not needed

Permissions

User must have any permission in the project (read access).