Skip to main content

Developers · v1 preview

SV-API-000

Build · on top · of Suavo

Delivery rails,
wired for code.

Enterprise API · Fleet Operator SDK · webhooks · OAuth 2.0. Per-contract today. Self-serve OpenAPI + TS SDK lands Q3 2026.

suavo · curl sandbox
$ curl -X POST https://api.suavollc.com/v1/prescriptions \
    -H "Authorization: Bearer $SUAVO_TOKEN" \
    -H "Idempotency-Key: rx_8a3c91" \
    -d '{ "patient_id":"pt_401", "cold_chain":true }'

→ 201 Created
{
  "rx_id": "rx_8a3c91",
  "status": "QUEUED",
  "eta": "2026-04-21T19:42:00Z",
  "audit_hash": "sha256:a0f3…9b7c"
}

Surfaces · four

SV-API-001

Surface area

Four developer surfaces.

01 · Enterprise APIv1 · preview

REST + webhooks for multi-location chains and hospital networks.

  • POST /v1/pharmacies
  • POST /v1/prescriptions
  • GET /v1/deliveries/:id
  • POST /v1/webhooks
02 · Fleet Operator SDKv1 · preview

White-label fleet tooling on Suavo's compliance + dispatch rails.

  • React Native driver kit
  • Rate-card + reconciliation
  • Exception feed subscription
  • Dashboard embed (iframe/headless)
03 · Webhooksv1 · preview

Lifecycle, custody, exceptions, writeback.

  • delivery.created · dispatched · picked-up
  • custody.handoff-signed · patient-verified
  • temperature.excursion · cold-chain.break
  • writeback.completed · failed
04 · OAuth 2.0v1 · preview

Scoped tokens · asymmetric signing · pharmacy / fleet scope gating.

  • authorization_code + PKCE
  • client_credentials
  • scope restrictions
  • token rotation + audit log

Roadmap · Q3 2026

SV-API-EOF

Public docs

Self-serve OpenAPI + TypeScript SDK, Q3 2026.Until then: email, sandbox within 1 business day.