Development environments
We provide two access environments to our API to carry out the integration in a safe way and guaranteeing validation before sending information to the production environment.
Staging
You can run all integration tests in this environment, preventing calls from changing production data. Furthermore, this environment is a complete replica of the production server with the same rules and validations, with the exception of the data.
| Authentication | API Base URL |
|---|---|
https://auth-staging.creditas.com.br/api/affiliate_clients/tokens | https://stg-api.creditas.io/mx/b2b |
Production
| Authentication | API Base URL |
|---|---|
https://auth.creditas.com.br/api/affiliate_clients/tokens | https://api.creditas.io/mx/b2b |