Environments
Two environments are available: Sandbox and Production
12plus API offers two environments:
- The Sandbox environment is the test environment of our API.
When you test 12plus API, you have access to our Sandbox environment for the duration of the free trial, and you keep access to it once you become a customer. - The Production environment for your live Requests.
The Sandbox environment is isolated from the production one. This isolation allows developers and testers to experiment with new code and features without affecting the live production environment.
When you request your bearer token, be sure to select the right environment.
Environment | baseUrl |
---|---|
Staging | https://preprod-12plus.herokuapp.com/api/v1 |
Production | https://undeplus.herokuapp.com/api/v1 |
Updated 4 months ago