Environments

Learn about the environments available to you on Curacel Auto and how to connect to them

API Environments

Right before we begin making requests to the API, let's have a brief look at the environments provided for us.

An environment is a set of variables that you can use in your requests. If you're working in a team, you can utilize environments to group relevant sets of values together and manage access to common data.

We have provided two environments you can use to prototype, test out, and embed Curacel Auto into your product.

EnvironmentDescriptionBase URL
SandboxA dedicated testing environment where you can test out Curacel Auto without incurring any cost or affecting the production data.

Feel free to thoroughly test API endpoints in this environment before going live.
https://api.sandbox.autoinsure.curacel.co/api
Live/ProductionThis environment is used to embed Curacel Auto API into your application. It uses live data and it is meant for production purposes.https://api.autoinsure.curacel.co/api

📘

Please Note!

The endpoint structure for both environments is the same, the only difference is the base URL.

Great! Now that you know about the environments, start testing by generating your API key in the next section.