Endpoint
Authentication
Requires a Personal API Access Token.Header
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 URLCOPY_PASTE: JWK created from JSON stringCERTIFICATE: JWK extracted from certificatePUBLIC_KEY/PRIVATE_KEY: JWK extracted from keyKEYSTORE: JWK extracted from keystoreGENERATE: JWK generated by Apinizer
Permissions
User must have any permission in the project (read access).Related Documentation
- Get JWK - Get a specific JWK
- Create JWK - Create a new JWK
- Generate JWK - Generate a new JWK

