Appearance
Seller API
Overview
Seller API endpoints for seller authentication, tenant management, and product operations.
Base Path: /api/seller
Authentication
Seller endpoints require a valid seller JWT token obtained during login/registration:
Authorization: Bearer <seller_token>Note: Some endpoints (like registration, email verification) do not require authentication.
Endpoints
| Endpoint | Method | Auth Required | Description |
|---|---|---|---|
| Authentication | POST | No | Register, verify, login, logout, password reset |
| Tenant | GET, POST | Yes | Tenant management (list, create, draft, submit) |
| Payonner | POST | Yes | Payoneer registration link |
| Uploads | GET, POST | Yes | File upload management |
| Product Category | GET | No | List product categories |