Ana içeriğe atla

API Sections

JWKs (JSON Web Keys)

Keystores

Keys (Crypto Keys)

Certificates

Authentication

All endpoints require authentication using a Personal API Access Token.

Permissions

GET Operations (List/Get Certificate/Key/Keystore/JWK)

  • User must have SECRETS + VIEW permission in the project
  • If the asset category does not exist, user must have at least one permission in the project

POST/PUT/DELETE Operations (Create/Update/Delete Certificate/Key/Keystore/JWK)

  • User must have SECRETS + MANAGE permission in the project
  • For deployment operations (when deploying certificates to environments), user must also have SECRETS + DEPLOY_UNDEPLOY permission

Permission Requirements

OperationRequired Permission
List/Get Certificate/Key/Keystore/JWKSECRETS + VIEW (or any permission if category doesn’t exist)
Create/Update/Delete Certificate/Key/Keystore/JWKSECRETS + MANAGE
Deploy Certificate to EnvironmentSECRETS + DEPLOY_UNDEPLOY
Export CertificateSECRETS + EXPORT_IMPORT