Environment
There are three environments that Volven infrastructure operates on:
DEV (Development environment)
TEST (Testing environment)
PROD (Production environment)
Base URL for API connection is:
https://apigw.<env>.volven.netfor HTTPwss://apigw.<env>.volven.netfor WebSocket
where <env> is dev, test, prod depending on the environment you want to connect.
For example, base URL for production is https://apicf.prod.volven.net.
TLS layer is required for every API endpoint and trying to access insecure http:// or ws:// schema will end up with 301 Moved Permanently returned with redirection to https:// or wss://
Last updated
Was this helpful?