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 - cursor-based via ?cursor=…&limit=…. Responses include nextCursor when more pages exist.

OpenAPI spec

The Proposals API publishes a machine-readable OpenAPI 3.0 spec:

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

Contacts and Knowledge Bases don't have OpenAPI specs yet - the prose pages in this section are authoritative until they do.

On this page