Reltio
Reltio is a cloud-based master data management (MDM) platform that provides data-driven applications, helping organizations create a single source of truth for their data and build intelligent applications with clean, connected, and contextual data.
Power end-to-end data operations for your Reltio API with Nexla. Our bi-directional Reltio connector is purpose-built for Reltio, 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 Reltio or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Reltio 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 Reltio credential, you need to obtain your OAuth2 Client ID and Client Secret from your Reltio account. Reltio uses OAuth2 2-legged authentication, which allows Nexla to access your Reltio account using client credentials without user interaction.
To obtain your Reltio OAuth2 credentials, follow these steps:
-
Sign in to your Reltio account using your administrator credentials.
-
Navigate to your account settings or API management section in the Reltio interface.
-
Look for the API or OAuth2 Applications section in your account settings, or navigate to Settings > API or Developers > OAuth2 Applications.
-
If you don't have an OAuth2 application yet, look for the option to create or register your OAuth2 application.
-
Click Create OAuth2 Application or Register OAuth2 Application to create a new OAuth2 application.
-
Configure your OAuth2 application settings:
- Enter a name for the application (e.g., "Nexla Integration")
- Review and select the permissions or scopes for the application (if applicable)
- Select 2-legged OAuth or Client Credentials as the grant type
-
Click Create or Register to create the OAuth2 application.
-
Your Client ID will be displayed immediately after creation. Copy the Client ID.
-
Your Client Secret will be displayed immediately after creation. Copy the Client Secret immediately, as it may not be accessible again after you navigate away from the page.
-
Store both credentials securely, as you will need them to configure your Nexla credential. The Client ID and Client Secret are sensitive information and should be kept confidential.
The Client ID and Client Secret are used to authenticate with the Reltio API authentication endpoint (/oauth/token) to obtain an access token. The access token is then sent in the Authorization header with the Bearer prefix for all subsequent API requests to the Reltio API. The access token is automatically obtained and refreshed by Nexla as needed. If your credentials are compromised, you should immediately revoke them in your Reltio account settings and generate new ones. For detailed information about Reltio OAuth2 authentication, API access, and available endpoints, refer to the Reltio API documentation.
Authenticate
Credentials required
| Field | Required | Secret | Description |
|---|---|---|---|
| Client ID | Yes | No | Your Reltio API Client ID. |
| Client Secret | Yes | Yes | Your Reltio API Client Secret. |
Create a credential in Nexla
- After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
New Credential Overlay – Reltio

-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
Reltio uses OAuth2 2-legged authentication for all API requests. Your Client ID and Client Secret are used to authenticate with the Reltio API authentication endpoint to obtain an access token, which is then used for all subsequent API requests.
-
Enter your Reltio Client ID in the Client ID field. This is the Client ID you obtained from your Reltio account settings (Settings > API or Developers > OAuth2 Applications). The Client ID is used along with the Client Secret to authenticate with the Reltio API authentication endpoint and obtain an access token.
-
Enter your Reltio Client Secret in the Client Secret field. This is the Client Secret you obtained from your Reltio account settings. The Client Secret is used along with the Client ID to authenticate with the Reltio API authentication endpoint and obtain an access token. The Client Secret is sensitive information and must be kept confidential.
Your Reltio OAuth2 credentials can be found in your Reltio account settings under Settings > API or Developers > OAuth2 Applications. The Client ID and Client Secret are used to authenticate with the Reltio API authentication endpoint (
/oauth/token) to obtain an access token. The access token is then automatically sent in theAuthorization: Bearer {token}header for all subsequent API requests to the Reltio API.The access token is automatically obtained and refreshed by Nexla as needed. If your credentials are compromised, you should immediately revoke them in your Reltio account settings and generate new ones. The Client ID and Client Secret provide access to your Reltio account data and should be treated as sensitive information. Keep your credentials secure and do not share them publicly.
For detailed information about Reltio OAuth2 authentication, API access, and available endpoints, see the Reltio API documentation.
-
Click the Save button at the bottom of the overlay to save the configured credential. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation and can be selected for use with a new data source or destination.
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 Reltio connector tile, then select the credential that will be used to connect to your Reltio account, and click Next; or, create a new Reltio 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 Reltio 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. If the sample data is not as expected, review the selected endpoint and associated settings, make any necessary adjustments, and test again to ensure that the correct information is displayed before saving.
Manual configuration
Reltio data sources can also be manually configured to ingest data from any valid Reltio API endpoint, including endpoints not covered by the pre-built templates or requiring chained API calls or custom query parameters. 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, and path to data.
Reltio API typically uses the GET method for retrieving data. Construct the API URL from your Reltio environment URI (e.g., https://api.reltio.com), tenant ID, and the API path, for example /reltio/api/{tenant_id}/entities or /reltio/api/{tenant_id}/monitoring/heavyOperations. Set the Response Data Path to $[*] to extract all items from a response array, or $ to extract the entire response for single-record endpoints, depending on the endpoint.
Once all of the relevant settings have been configured, click the Next button to proceed with the rest of the data flow configuration, or click Save to save the data source configuration for later use. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.
Use as a destination
Click the + icon on the Nexset that will be sent to the Reltio destination, and select the Send to Destination option from the menu. Select the Reltio connector from the list of available destination connectors, then select the credential that will be used to connect to your Reltio account, and click Next; or, create a new Reltio credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Reltio endpoints. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Manual configuration
Reltio destinations can also be manually configured to send data to any valid Reltio API endpoint. 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, data format, endpoint URL, and request body. Using manual configuration, you can also configure Nexla to automatically send the response received from the Reltio API after each call to a new Nexla webhook data source.
Reltio API typically uses the POST method to create or update attributes and resources, in JSON format. Construct the API URL from your Reltio environment URI, tenant ID, and the API path, for example /reltio/api/{tenant_id}/entities/{entity_id}/attributes/{attribute_name}. The request body must be valid JSON matching the Reltio API's expected structure for the endpoint in use — use {message.json} to send the entire Nexset record as JSON, or construct a custom structure with specific field mappings.
Save & activate
Once all of the relevant steps in the above sections have been completed, click the Next button to proceed with the rest of the data flow configuration, or click Save to save the destination configuration for later use. To send the data to the configured Reltio endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the Reltio endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.