neuron Document Experience API
Environments
This page provides information about the different environments available for the REST API provided by Anypoint Exchange. Each environment is designed to serve specific purposes, such as development (DEV), testing (TST), and production.
Available Environments
Pre Production Environment:
Base URL:
https://api.uat.neurondigitaltrading.com/docs/us/v1
Description: This environment is dedicated for user acceptance testing before deploying to production. Use this environment to verify the functionality and performance of your application.
Production Environment:
Base URL:
https://api.neurondigitaltrading.com/docs/us/v1
Description: This is the live production environment where your application will be deployed for actual usage. Use this environment when your application is ready for real-world usage.
Switching Environments
To switch between different environments, update the base URL in your API requests according to the environment you want to target. Make sure to use the appropriate credentials and configurations specific to each environment.
Example Request in cURL:
curl --location 'https://api.neurondigitaltrading.com/docs/us/v1/documents/risks/<riskId>' \
--header 'Content-Type: application/json' \
--header 'neuron-conversation-id: <>' \
--header 'neuron-request-id: <>' \
--header 'client_id: <>' \
--header 'Authorization: Bearer <>'Visit API Summary to find more information about different endpoints and associated request and response details.