API Reference
Build on
Sentrige.
Full REST API for programmatic access to findings, assets, compliance data, scans, and webhooks. Integrate Sentrige into your existing workflows.
Protocol
REST + JSON
Base URL
api.sentrige.io/v1
Auth
Bearer Token
Rate Limit
1,000 req/min
API Endpoints
Explore all available endpoints organized by resource type.
Findings
Query, filter, and manage security findings across all connected sources.
GET/findings
GET/findings/{id}
POST/findings/{id}/resolve
POST/findings/{id}/snooze
Assets
Discover and inventory all cloud resources, repos, and identities.
GET/assets
GET/assets/{id}
GET/assets/{id}/risks
Compliance
Access compliance control status, evidence, and audit reports.
GET/compliance/frameworks
GET/compliance/{framework}/controls
GET/compliance/{framework}/evidence
Scans
Trigger and monitor security scans across your infrastructure.
POST/scans
GET/scans/{id}
GET/scans/{id}/results
Webhooks
Subscribe to real-time events for findings, scans, and compliance changes.
GET/webhooks
POST/webhooks
DELETE/webhooks/{id}
Try It
Make your first API call
curl -X GET "https://api.sentrige.io/v1/findings?severity=critical" \ -H "Authorization: Bearer sk_live_xxxxxxxxx" \ -H "Content-Type: application/json"
Official SDKs
First-class SDK support for the most popular languages.
⬢Node.js
$ npm install @sentrige/sdk
🐍Python
$ pip install sentrige
🔵Go
$ go get sentrige.io/sdk
Ready to integrate?
Start building with the Sentrige API. Full access included in every plan.