Environments
JOOR provides a sandbox environment that can be used to test your applications against the JOOR API. The sandbox environment replicates all features and functions of our production environment. Access to the JOOR sandbox will be made available when your account's token is created.
Environment | Auth Endpoint | API Endpoint |
---|---|---|
Sandbox | https://atlas-sandbox.jooraccess.com/auth/ | https://apisandbox.jooraccess.com/v4/ |
Production | https://atlas.jooraccess.com/auth/ | https://api.jooraccess.com/v4/ |
Sandbox and Production Tokens
Your account will receive separate tokens for each environment. Sandbox tokens will not work in production and vice versa.
Should you need to whitelist specific static IPs, use the following:
- Production: 100.24.231.189 and 50.17.89.0
- Sandbox: 44.207.36.185 and 44.208.87.181
Updated over 2 years ago