Skip to Content
TTConnect public documentation
APIOverview

API Overview

The TTConnect API lets you integrate your own apps and systems with the platform. All endpoints use a common base path and return JSON.


Base URL

Use your environment’s API host, for example:

  • Productionhttps://api.your-domain.com/api/v1
  • Staginghttps://staging-api.your-domain.com/api/v1

Replace the host with the base URL your team provides.


What you can do

The API covers:

  • Auth — Login, token refresh, and API key management.
  • Stores & tenants — Read store and brand info (including public data).
  • Memberships & products — List and manage memberships and products.
  • Payments — Create payments, check status, and handle refunds (card and crypto).
  • Coupons — Validate and claim coupons.
  • Quests — List quests and claim or verify completions.
  • Referrals — Referral links and tracking.
  • Storage — Upload and retrieve files (e.g. images).

Most endpoints require authentication. See Authentication and Endpoints for details.

Last updated on