π API Documentation
SecTrail Certificate Manager provides a powerful RESTful API that enables you to automate your certificate management operations.
Overviewβ
The SecTrail CM API provides comprehensive endpoints for certificate lifecycle management. Using the API, you can:
- Perform certificate signing operations
- Upload and manage certificates
- Manage discovery lists in bulk
- Query the certificate inventory
API Documentation Interfaceβ
SecTrail CM offers an interactive Swagger/OpenAPI documentation interface for you to explore and test all API endpoints:
https://your-sectrailcm-server/documentation
Through this interface, you can:
- View all available endpoints
- Review request/response schemas
- Test API calls directly
Authenticationβ
Before you start using the API, you need to authenticate with a Bearer token. For detailed information, refer to the Authentication section.
Getting Startedβ
- Create a user with API role
- Obtain an authentication token
- Start using API endpoints
For all endpoints and usage examples, please review the Endpoints page.