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

EnvironmentURLConnected to external sourcesSupports forced DataUsage limitations
Mockhttps://app-sandbox-mock.trustpair.com/❌ No✅ YesNone
Sandboxhttps://app-sandbox.trustpair.com/✅ Yes❌ No500 checks, then billed
Productionhttps://app.trustpair.com/✅ Yes❌ NoRequires UAT approval