API Referans
Tüm endpoint listesi, parametreler ve örnek yanıtlar.
Onox Marketplace REST API'si JSON formatında çalışır.
Base URL
https://domain.com/api/v1
Store Endpoints
| Method | Path | Açıklama |
| GET | /store/catalog | Tema ve eklenti listesi |
| GET | /store/item/{type}/{slug} | Tek ürün detayı |
| GET | /store/search | Arama |
Auth Endpoints
| Method | Path | Açıklama |
| POST | /marketplace/login | JWT token al |
| POST | /marketplace/register | Yeni hesap oluştur |
| GET | /marketplace/me | Kullanıcı bilgisi |
License Endpoints
| Method | Path | Açıklama |
| GET | /licenses/mine | Lisanslarım |
| POST | /licenses/refresh | Lisans doğrulama |
| POST | /licenses/activate | Lisans aktivasyonu |
Checkout
| Method | Path | Açıklama |
| POST | /checkout/create-intent | Ödeme başlat |
| GET | /checkout/intent/{id} | Ödeme durumu |