Aare

Min Partner API · v1

Introduction

Partner API docs and onboarding for Min. The Min Partner API lets you register users, move funds, embed income programs, and receive webhooks — without rebuilding custody, compliance, or payout infrastructure.

Base URL

All partner routes: https://mini-rdjs.onrender.com/v1/partner/...

Key concepts

TermDescription
Platform userMin mobile app user (partner_id is null)
Partner userUser created under your partner tenant via API
API keyServer credential ema_pk_... with granular scopes
User JWT7-day token for end-user clients on standard Min routes

Income programs

Embed these services in your app. Partners earn 5% commission on income from each program.

Security

Never expose ema_pk_ keys in client-side mobile apps. Proxy partner API calls through your backend. Store webhook secrets in environment variables.