stocksmith api
stocksmith api
Section titled “stocksmith api”Make authenticated API requests
Synopsis
Section titled “Synopsis”Make authenticated requests to the Stocksmith API.
The path must be the full API path starting with /api/v1/.
Examples: stocksmith api GET /api/v1/account stocksmith api GET /api/v1/materials stocksmith api GET “/api/v1/materials?sku=WAX-001”
stocksmith api <METHOD> <path> [flags]Options
Section titled “Options” -h, --help help for apiOptions inherited from parent commands
Section titled “Options inherited from parent commands” --api-url string API base URL (default: https://api.stocksmith.io) --json Output raw API envelope (pretty-printed JSON) --ndjson Output auto-paginated NDJSON stream --no-color Disable ANSI color output --token string API token (overrides stored credentials) --verbose Show HTTP request/response detail (token redacted)SEE ALSO
Section titled “SEE ALSO”- stocksmith - Official CLI for the Stocksmith Public API