production and sandbox.
Each environment has its own base URL, which is used when making API requests.
Production Environment
Theproduction environment is the live environment where your application will interact with our API when it is deployed and running for end users. This environment provides access to real data and should be used with care to prevent unintended actions or data manipulation.
Base URL:
https://api.trio.com.br
Sandbox Environment
Thesandbox environment is a separate, isolated environment designed specifically for development, testing, and experimentation purposes. This environment allows your development team to work with our API without affecting real data or causing unintended consequences in the production environment.
Base URL:
https://api.sandbox.trio.com.br

