Reports
Reports API overview
The Reports API allows integrators to generate and retrieve report data from SCM in CSV format.
The API supports generating reports for multiple data types, including SSL certificates, client certificates, device certificates, activity logs, domain data, and administrative records.
Report data is generated based on the provided request parameters and streamed directly to the client.
Reports API endpoints
The following table lists the endpoints for generating and retrieving report data.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| Generate and stream report data | POST | /api/report/v2/stream | Generate a report based on request parameters and stream the result as CSV data. |
Updated about 2 months ago