Environments

The separation of environments in an API infrastructure is essential to ensure the stability and security of operations. Each environment serves a specific purpose, enabling controlled testing, development, and deployment. Separate environments also make it easier to diagnose problems and customize configuration for each phase of the API lifecycle.

Below are the URLs to access the different environments of our API:

Staging:

https://public-api-staging.vulneri.io

Production:

https://public-api.vulneri.io

Make sure to use URLs corresponding to your desired environment when accessing the API for testing, or production purposes.

Last updated