API Endpoints
Below are the available API endpoints with examples on how to use them:
1. Fetch Identity Certificates
Gets the SSL certificates associated with a domain.
/identity/{domain}
Example: /identity/example.com
2. Fetch Specific Certificate
Retrieves detailed information about a specific certificate by its ID.
/certificate/{id}
Example: /certificate/123456
3. Fetch CA Details
Provides details about a Certificate Authority (CA) by its ID.
/ca/{id}
Example: /ca/78910