API Reference

API Reference

Coming Soon — The Sandtrace Cloud API is currently in development.

The Sandtrace Cloud API will provide programmatic access to:

  • Submit scan results
  • Query finding history
  • Manage team members
  • Configure alert rules
  • Generate reports

Authentication

All API requests will require a Bearer token:

curl -H "Authorization: Bearer st_your_api_key" \
     https://api.sandtrace.cloud/v1/scans

Endpoints (Planned)

Method Endpoint Description
POST /v1/scans Submit scan results
GET /v1/scans List scan history
GET /v1/scans/:id Get scan details
GET /v1/findings Query findings
GET /v1/team/members List team members
POST /v1/alerts/rules Create alert rule

Check back soon for the full API documentation.