Skip to main content
Turris exposes two environments to customers:
Turris strongly recommends testing and building your integration with this API in the sandbox environment first.

Environment Comparison

The sandbox environment allows you to experiment with the API without incurring any charges. The following should be taken into consideration:

Important Considerations

Never use third-party email addresses in the sandbox environment.Sandbox data is test data, but sandbox email is real. Any address you send in a request can receive a real message in a real inbox, so use only addresses you have full access to.Carriers and MGAs: the highest-stakes case is POST /v2/upstream/downstream-entity-associations/invite, a carrier-only operation. Every downstream entity you invite to onboard is sent an invitation email containing a magic link, so a wrong address hands a working sign-in link to someone outside your organization.

NPN Availability

Not all NPN numbers exist in the sandbox environment. If they do exist, their associated compliance data is most likely scrambled or incorrect.

Credential Isolation

  • API Client credentials are environment-specific
  • Restricted Access Tokens are environment-specific
  • Credentials are not portable between environments

Data Isolation

The sandbox and production environments are entirely separate. Data is not portable between them.

Base URLs