CA Gateway provides the following endpoints.
| Description | Endpoint |
|---|---|
| Certificate actions endpoint | https://{host}:{port}/{server.servlet.context-path}/v1/certificate-authorities/{caId}/certificates/{sn}/actions
|
| Certificate events endpoint | https://{host}:{port}/{server.servlet.context-path}/v1/certificate-authorities/{caId}/certificate-events
|
| Documentation endpoint | https://{host}:{port}/{server.servlet.context-path}/doc
|
| Domain actions endpoint | https://{host}:{port}/{server.servlet.context-path}/v1/certificate-authorities/{caId}/domains
|
| Properties endpoint | https://{host}:{port}/{server.servlet.context-path}/v1/certificate-authorities/{caId}/properties?fields={properties}
|
| Status endpoint | https://{host}:{port}/{server.servlet.context-path}/v1/certificate-authorities/{caId}/status
|
| Swagger endpoint | https://{host}:{port}/{server.servlet.context-path}/swagger-ui
|
| Version endpoint | https://{host}:{port}/{server.servlet.context-path}/v1
|