API Environments

CrediLinq API supports three environments - Sandbox, Staging, and Production. Each environment has one or more base URLs, defined as shown below:

Sandbox API

Sandbox API has fewer restrictions than a staging environment, allowing engineers to try things easily and quickly. Developers at the initial level test out their entire development life cycle over this environment.

https://sandbox-api.credilinq.ai/

Staging API

The CrediLinq Staging environment, as its name suggests, will be a close replica (less the data) of the production system. It is used to test upgrades and patches before going to production.

https://stage-api.credilinq.ai/

Production API

Ultimately the consumer switches to the CrediLinq Production API once their application is ready.

https://api.credilinq.ai/

🚧

Switching Environments

In order to allow users to test our products, endpoints on this documentation point to the sandbox environment URL: https://sandbox-api.credilinq.ai/ and the staging environment URL: [https://stage-api.credilinq.ai/.

Once applications by consumer are you must switch the base URL of endpoints to Production environment (URL: https://api.credilinq.ai)