Certificates API
Overview
The Certificates API provides endpoints for managing SSL/TLS certificates in Apinizer. Certificates are used for secure communication, encryption, and authentication in API Proxies.
Endpoints
- List Certificates - Get all certificates for a project
- Get Certificate - Get a specific certificate
- Create Certificate - Create a new certificate
- Update Certificate - Update an existing certificate
- Delete Certificate - Delete a certificate
- Export Certificate - Export certificate as ZIP file
- Get Truststore Certificates - Get certificates from environment truststore
Authentication
All endpoints require authentication using a Personal API Access Token.
Permissions
ROLE_MANAGE_PROXIES- Required for all certificate operationsROLE_DEPLOY_UNDEPLOY_PROXIES- Required for deployment operations
Related Documentation
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats