Ana içeriğe atla

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Query Parameters

None.

Response

Success Response (200 OK)

Response Fields

JWK Management Object

Notes

  • JWK key material (rsa, ec, oct, okp fields) is excluded from list response for performance
  • Each JWK can be deployed to multiple environments
  • JWKs can be created from various sources (URL, certificate, key, keystore, or generated)
  • Use Get JWK endpoint to retrieve full JWK details including key material

Error Response (401 Unauthorized)

Error Response (400 Bad Request)

cURL Example

Notes and Warnings

  • Performance:
    • JWK key material is excluded from list response
    • Use Get JWK endpoint to retrieve full JWK details
  • Source Types:
    • URL: JWK fetched from a URL
    • COPY_PASTE: JWK created from JSON string
    • CERTIFICATE: JWK extracted from certificate
    • PUBLIC_KEY/PRIVATE_KEY: JWK extracted from key
    • KEYSTORE: JWK extracted from keystore
    • GENERATE: JWK generated by Apinizer

Permissions

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