URLs
The Norman API offers two environments for different stages of your development process:
-
Sandbox:
sandbox.norman.finance
This is the test environment where you can build, test, and validate your integration with Norman. No real data is processed here, allowing for safe experimentation and development.Example Request:
GET https://sandbox.norman.finance/api/v1/institutions/users/
-
Production:
api.norman.finance
This is the live environment for real, production-level usage. Only use this environment with real customer data once your integration has been thoroughly tested in the sandbox.Example Request:
GET https://api.norman.finance/api/v1/institutions/users/
Tips:
- Always start by testing in the sandbox to catch issues early and refine your integration.
- Use distinct API keys for each environment to avoid accidental data leakage between environments.
- Be mindful of the different rate limits and behaviors that may apply in the production environment.
-
Custom API domain
If you’d like to use a custom domain for your application (e.g., tax.partner-example.com
), please reach out to our team, and we’ll assist you with the configuration.
Updated 3 months ago