API
Last updated August 03, 2026
Sparkoo exposes a small set of public HTTP endpoints for storefront operations and catalog access. Machine clients can discover them via /.well-known/api-catalog (RFC 9727) and the OpenAPI document at /openapi.json. Agent auth discovery: /auth.md.
Saleor GraphQL
Product catalog, checkout, and account operations use Saleor GraphQL:
- Endpoint: https://api.sparkoobd.com/graphql/
- Channel slug:
sparkoobd - Currency: BDT
Storefront HTTP
GET /api/health— liveness for the Next.js storefrontGET /api/bd/thanas?district=…— Bangladesh thana/upazila list for checkout address formsGET /api/auth/status— whether the browser session is signed in (cookie-scoped; not a public third-party API)
