API Reference
StrictOps REST API documentation
API Reference
StrictOps provides a REST API for programmatic access to all platform features.
Swagger UI
Interactive API documentation is available at api.strictops.dev/api-docs.
The Swagger UI lets you browse all endpoints, view request/response schemas, and test API calls directly from the browser.
OpenAPI Specification
The OpenAPI 3.0 specification can be downloaded from api.strictops.dev/api-docs-json.
Use this spec to generate client SDKs or import into API testing tools like Postman.
Authentication
All API requests (except health checks) require a JWT token:
Tokens are obtained through the Cognito authentication flow.