B2B / RESELLER API
meegold API Documentation
Simple, authenticated, idempotent API documentation. API credentials, IP allowlisting and provider controls remain managed by your existing API system.
Authentication
Use an API key over HTTPS. Never place secrets in frontend JavaScript.
Security
Use unique idempotency keys, server-side verification, signed callbacks and IP allowlists where supported.
Operations
Use order, status and balance endpoints exposed by your API system.
POST /reseller/order
X-API-Key: YOUR_API_KEY
Idempotency-Key: UNIQUE_REQUEST_ID
Content-Type: application/json
{
"product_id": 123,
"quantity": 1,
"fields": {
"configured_by_admin": "value"
}
}Customer fields are intentionally not hard-coded by this theme. Your existing API integration decides which fields a product requires.