Appearance
e-Próspera API
Use the official CLI or direct REST + OAuth APIs to verify residents, incorporate LLCs, and access user-consented data.
$ curl -X POST https://portal.eprospera.com/api/v1/verify_rpn \ -H "Authorization: Bearer ak-..." \ -H "Content-Type: application/json" \ -d '{"rpn": "80000000000012"}' # → { "result": "found_legal_entity", "active": true }
Install eprospera, verify RPNs, search the registry, and incorporate LLCs with JSON-first commands.
Let users sign in with their e-Próspera account and access consented personal and entity data.
Attribute incorporations to your referral code and track referral activity via the API.
Some portal features (tax filing, annual reports, etc.) are not yet exposed through the public API. Let us know if you need something that isn't documented here.