To help you smoothly integrate and test Trustpair’s API, we provide access to three distinct environments:
- Mock
- Sandbox
- Production
Each environment serves a specific purpose throughout the development lifecycle.
Mock Environment
Base URL:https://app-sandbox-mock.trustpair.com/
The Mock Environment is a dedicated Pre-Production environment that mimics the behavior of the Trustpair API in production, allowing developers to test integrations without relying on real-time external data sources.
Unlike the production environment, responses in the mock are not influenced by actual third-party data. Instead, evaluations are either:
- Randomized (default behavior), or
- Manually forced by the user through the request payload.
This capability is ideal for end-to-end testing, demo setups, and automated test scenarios.
📌 Mock environment does not reflect real-world validation, and should not be used for UAT.
Sandbox Environment
Base URL:https://app-sandbox.trustpair.com/
The Sandbox is a Pre-Production environment connected to Trustpair’s external data sources.
- Mirrors Production behavior closely (including real data integrations)
- Lets you test your full API setup in a realistic context
- Does not support additional checks (e.g., manual validations)
Limited usage:
You can perform up to 500 evaluations in the sandbox. Additional checks may incur billing.
Production Environment
Base URL:https://app.trustpair.com/
The Production environment is the live, fully-operational API used in your day-to-day workflows.
- Connected to real external data sources
- Includes additional validation steps if required
- Accessible only after UAT (User Acceptance Testing) sign-off
Environment URLs
Don't forget to update the URL in your requests depending on the environment server you want to query. Note that Trustpair's API documentation is by-design provided with URLs from the Sandbox environment
Environment Summary
Environment | URL | Connected to external sources | Supports forced Data | Usage limitations |
---|---|---|---|---|
Mock | https://app-sandbox-mock.trustpair.com/ | ❌ No | ✅ Yes | None |
Sandbox | https://app-sandbox.trustpair.com/ | ✅ Yes | ❌ No | 500 checks, then billed |
Production | https://app.trustpair.com/ | ✅ Yes | ❌ No | Requires UAT approval |