Skip to main content
Tanqory IconTanqory Logo
Log In
Get Started
  • Home
  • Why Tanqory
  • Pricing
  • Partners
  • Themes
  • App Store
  • Academy
  • Affiliates
  • Community
  • Developers
  • Support
  • Business Tools
  • News
  • Research
  • Blog
  • Engineering
  • Legal
  • Status
  • Build & Launch
  • Sell & Get Paid
  • Market & Engage
  • Ship & Deliver
  • Operate & Control
  • Go Global
  • Platform Overview
  • Commerce Core
  • Builder
  • Creative & Brand
  • Intelligence & Automation
  • Operations
  • Integrations
  • Industries overview
  • E-commerce & Retail
  • Wholesale & B2B
  • Restaurants
  • Events & Ticketing
  • Health & Wellness
  • Services
  • About
  • Executive
  • Leadership
  • Governance
  • Brand Identity
  • Careers
  • Legal
Reference
Tanqory.com
API reference
  • Overview
  • Admin API
  • Store API
  • AI API
Get started
  • Quickstart
  • Authentication
  • Base URLs and regions
  • Pagination
  • Errors
  • Rate limits
  • Webhooks
  • Versioning
Build with
  • SDKs
  • MCP server
  • Agent runtime
Resources
  • Publication coverage
  • API license and terms↗
  • Status↗
  • Trust center↗
API reference
  • Overview
  • Admin API
  • Store API
  • AI API
Get started
  • Quickstart
  • Authentication
  • Base URLs and regions
  • Pagination
  • Errors
  • Rate limits
  • Webhooks
  • Versioning
Build with
  • SDKs
  • MCP server
  • Agent runtime
Resources
  • Publication coverage
  • API license and terms↗
  • Status↗
  • Trust center↗

API reference

APIs

Three OpenAPI 3-described services: Admin (auth, stores, billing, domains), Store (per-pod commerce primitives), and AI (chat, RAG, embeddings, agents). Every endpoint here is generated from the production spec — if the upstream service changes, the reference updates on the next sync.

Make your first call

Every Tanqory API uses an HTTP Bearer token in the Authorization header. Create a key in your dashboard, then run the call below against https://api.tanqory.com.

GET /api/v1/stores
curl -X GET 'https://api.tanqory.com/api/v1/stores' \
  -H "Authorization: Bearer $TANQORY_API_KEY" \
  -H "Content-Type: application/json"

Base URL resolved from spec.servers[0] at build time.

Get started

  • Quickstart →

    Make your first authenticated call in five minutes.

  • Authentication →

    Bearer JWT, OAuth 2.1, MFA, key rotation.

  • Pagination →

    Cursor pattern across every list endpoint.

  • Errors →

    Standard error envelope, HTTP status mapping, idempotency.

  • Rate limits →

    Per-key headers, 429 handling, backoff.

  • Webhooks →

    Subscription, HMAC-SHA256 signing, retry policy.

  • Versioning →

    Dated versions and the 12-month deprecation window.

Endpoints

  • Admin API →292 endpoints · 30 resources

    Auth, stores, billing, domains, notifications, analytics.

  • Store API →1336 endpoints · 114 resources

    Products, orders, customers, inventory, checkout, content, themes. OpenAPI export is in progress — endpoint count will appear once upstream completes.

  • AI API →46 endpoints · 10 resources

    Chat, RAG, embeddings, image generation, semantic search, agents.

Build with

  • SDKs →

    TypeScript shipped. Python and Go on the roadmap.

  • MCP server →

    Connect Claude Code, Cursor, ChatGPT — every operation exposed as a tool.

  • Agent runtime →

    AI workflows with retry, audit, and human-approval gates.

Coverage + legal

  • Publication coverage →

    Live counts of what tanqory.dev surfaces from the spec and the publishable filter rule.

  • API License and Terms →

    Access levels, OAuth scopes, sandbox rules, rate limits, prohibited uses. Canonical text in the Tanqory Legal Library.

Resources

  • Status ↗

    Real-time platform health across Admin, Store, and AI services.

  • Trust Center ↗

    Security and compliance posture — subprocessors, security.txt, audit reports.

  • Subprocessor register ↗

    Current list of data sub-recipients with jurisdiction and purpose.

  • Support ↗

    Direct escalation to the developer-support inbox.

  • Home
  • Why Tanqory
  • Pricing
  • Partners
  • Themes
  • App Store