Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.khaime.com/api/v1/partner/marketplace/setup \ -H "X-API-Key: pk_sandbox_your_key" \ -H "Content-Type: application/json" \ -d '{"marketplace_name": "My Marketplace", "default_commission_rate": 10}'
Initialize marketplace mode for your business.
{ "success": true, "data": { "marketplace_id": "mkt_abc123", "status": "active" } }