Appearance
e-Próspera API
A REST + OAuth 2.0 surface for verifying residents, incorporating LLCs, and accessing user-consented data. One bearer token per request.
$ 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 }
Verify resident permit numbers, search the registry, and incorporate LLCs programmatically.
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.