API Endpoints
What is an API endpoint?
An API endpoint is a point where the API connects with the software program. Usually, there are two endpoints, one each for Testing and for the Production environment.
Decentro's Endpoints (India)
We have two endpoints, one for Staging and another for Production.
Environment | Endpoint |
---|---|
Staging/Sandbox | https://in.staging.decentro.tech |
Production | https://in.decentro.tech |
What is UAT environment? How is it different from production?
The UAT environment is like a test environment that allows you to explore our APIs and try them out using the staging credentials. This one doesn’t involve real money transfers for safety purposes but essentially gives you all the responses exactly like the way they would come in production.
Updated 10 months ago