API Reference

Public REST endpoints under https://api.strideops.ai/v1.

Base URL

https://api.strideops.ai/v1

All endpoints require a bearer token. See Authentication for token issuance, rate limits, and error codes.

Resources

Conventions

  • IDs - UUIDs unless noted. Some objects expose a secondaryId short-id for human-readable URLs.
  • Timestamps - ISO 8601, UTC, second precision.
  • Money - string-encoded decimal ("5000.00"), never float.
  • Phone numbers - E.164 (+15558675309).
  • Pagination - offset-based via ?offset=…&limit=…. Responses include a pagination block with hasMore (and total where cheap to compute).

OpenAPI spec

The whole v1 surface publishes a machine-readable OpenAPI 3.1 spec:

curl https://api.strideops.ai/v1/openapi

On this page