Skip to main content
POST
Grant the caller's account its one-time starter μ balance, IF its contract is signed

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Response

Grant outcome, mnemom-billing's result passed through verbatim: {granted:true, mmu} when the starter balance was seeded, {granted:false, reason:"already_granted"} on an idempotent replay, or {granted:false, reason:"contract_not_signed"} when the account has no signed-off contract (no money moved).

The response is of type object.