ZORAJOIN Developer Platform

Global Digital Cards Marketplace API

Build websites, mobile apps, seller tools, and digital card integrations using secure ZORAJOIN APIs.

{
  "request_id": "8f3a90c2b1e4d7aa",
  "success": true,
  "action": "auth_login",
  "message": "Login successful",
  "data": {
    "token_type": "Bearer",
    "access_token": "..."
  }
}
12+ Countries
3+ Languages
7+ Currencies
JWT Authentication

Quick Start

Start by logging in and receiving a Bearer access token.

POST /api/auth/login
{
  "login": "test@test.com",
  "password": "123456",
  "device_id": "device-001",
  "lang": "en"
}

API Modules

Authentication

Register, login, logout, device tracking, and current user profile.

Countries

List supported countries with phone keys, default language, and currency.

Cities

Load cities by selected country for registration and user profile.

Languages

Supported languages including code, name, and RTL direction.

Currencies

Supported currencies with code, symbol, and exchange rate.

Pages

Landing page content, privacy policy, terms, and help center by language.

API Explorer

Use the current API tester while the integrated explorer is being prepared.

Open API Tester