Corsano
Corsano is a comprehensive health monitoring platform that provides continuous vital signs monitoring through wearable technology, enabling healthcare providers and individuals to track health metrics, detect anomalies, and maintain proactive health management.

Power end-to-end data operations for your Corsano API with Nexla. Our bi-directional Corsano connector is purpose-built for Corsano, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Corsano or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Corsano workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
Before creating a Corsano credential, you need to obtain an API key from your Corsano account. The API key is required to authenticate with the Corsano API.
To obtain your API key, you need to have a Corsano account with API access enabled. Once you have access to your account, you can generate an API key from your account settings. The API key is used for API token-based authentication for the Corsano API. The API key is sent as a query parameter (token) in API requests to authenticate all API calls to the Corsano API. For detailed information about API key setup and authentication, refer to the Corsano API documentation.
Authenticate
Credentials required
API token based authentication for Corsano API.
| Field | Required | Secret | Description |
|---|---|---|---|
| API Server URL | Yes | No | Enter the URL for the API Server URL you wish to connect to. |
| API URL for Validating Credential | Yes | No | Enter a URL that can be used for validating the credential during credential creation. Leave the default setting for bypassing credential validation during this step and instead enforcing it during source configuration. |
| API Key | Yes | Yes | Your Corsano API Key for sending authenticated requests to Corsano API. |
Create a credential in Nexla
- To create a new Corsano credential, after selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
New Credential Overlay – Corsano

-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
-
Enter the URL for the API Server URL you wish to connect to in the API Server URL field. This should be the base URL for your Corsano API instance. The default value is
https://api.integration.corsano.comif not specified.The API Server URL should be the base URL for your Corsano API instance. The default value is
https://api.integration.corsano.comif not specified. The API Server URL is used to construct the full endpoint URLs for API requests. -
Enter a URL that can be used for validating the credential during credential creation in the API URL for Validating Credential field. You can leave the default setting (
https://developer.corsano.com) for bypassing credential validation during this step and instead enforcing it during source configuration.The API URL for Validating Credential is used to test the credential during credential creation. You can leave the default setting (
https://developer.corsano.com) for bypassing credential validation during this step and instead enforcing it during source configuration. This allows you to create the credential and validate it later when configuring the data source. -
Enter your Corsano API key in the API Key field. This is the API key you obtained from your Corsano account settings. The API key is sent as a query parameter (
token) in API requests to authenticate all API calls to the Corsano API.Keep your API key secure and do not share it publicly. The API key provides access to your Corsano account and should be treated as sensitive information. The API key is sent as a query parameter (
token) in API requests to authenticate all API calls to the Corsano API. For detailed information about obtaining and managing API keys, see the Corsano API documentation. -
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the Corsano connector tile, then select the credential that will be used to connect to the Corsano instance, and click Next; or, create a new Corsano credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common Corsano endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
Corsano data sources can also be manually configured to ingest data from any valid Corsano API endpoint, including endpoints not covered by the pre-built templates, chained API calls, or custom request parameters. Corsano API endpoints typically follow the pattern {api_url}/v1/{endpoint_path}?token={api_key}; remember to include the token query parameter with your API key. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.
Corsano API responses may use different structures like data arrays ($.data[*]) or root-level arrays ($[*]) depending on the endpoint. Use the Test button to verify that your JSON path correctly extracts the desired data from the API response.
Once all configuration steps have been completed, click the Save button to save your data source configuration. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.