Skip to main content

πŸ“– 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​

  1. Create a user with API role
  2. Obtain an authentication token
  3. Start using API endpoints

For all endpoints and usage examples, please review the Endpoints page.