Back to docs

API Reference

Sentari provides a comprehensive REST API for integration with your existing toolchain and workflows.

Authentication

API requests are authenticated via JWT bearer tokens. Obtain a token by authenticating with the /api/v1/auth/login endpoint.

Key Endpoints

GET
/api/v1/devices

List all devices in your fleet

GET
/api/v1/inventory

Fleet-wide package inventory

GET
/api/v1/cve

CVE correlation results

GET
/api/v1/compliance/reports

Compliance reports

POST
/api/v1/sbom/generate

Generate SBOM

OpenAPI Specification

Full OpenAPI 3.1 specification is available at /api/v1/openapi.json on your Sentari server instance. Interactive API docs are available at /docs.

Full API documentation

Detailed API documentation with request/response schemas is available on your Sentari server instance at /docs. Need help with integration? Contact us.