- How you get credentials
- The base URL for your environment
- The two calls every integration makes
The base URL below is the current development environment. Your onboarding
email will confirm the production base URL to use before you go live.
How you get credentials
When your organization is onboarded as a partner, we create a partner record on our side and email your team:- Client ID — a public identifier for your organization
- Client Secret — a private secret, shown to you only once in the onboarding email
Base URL
| Environment | Base URL |
|---|---|
| Development | https://be-dev-1.dev.ndovu.co |
| Production | confirmed in your onboarding email |
/api/v3/partners/auth.
The integration flow
Every partner integration follows the same two-step flow:Authenticate
Exchange your client ID and client secret for a short-lived access token.
See Authentication.
Fetch your products
Use that access token to list the investment plans/funds available to your
partner account. See Getting Products.

