The sandbox is only accessible through the documentation interface. You can’t call it directly from external tools or scripts.
Base URLs
Here are the base URLs used behind the scenes when you interact with our documentation:Service | Sandbox Base URL |
---|---|
Midaz APIs | https://onboarding.sandbox.midaz.io (Onboarding APIs) https://transaction.sandbox.midaz.io (Transactions APIs) |
Access Manager | https://auth.sandbox.midaz.io (Auth APIs) https://identity.sandbox.midaz.io (Indentity APIs) |
CRM | https://crm.sandbox.midaz.io |
Fees Engine | https://fees.sandbox.midaz.io |
Smart Templates | https://smart-templates.sandbox.midaz.io |
What you can do
The sandbox lets you:- Run real API calls from the docs
- Preview how the request/response cycle works
- Understand data formats, headers, and authentication flows
- Learn and experiment without risk
You can test without setting up your own environment. Just click “Try it” on any endpoint and see how it behaves.
Limitations
The sandbox is designed for learning and exploration. It comes with a few intentional limitations:- It only works through the documentation
- Data is mocked or non-persistent
- Some features may return sample or static responses
- Authentication may be simulated or skipped depending on the endpoint