Accelerate the Value of Data

About the D&B Connector Profile Name

You can configure the profile name for your tenant in D&B connector.

You can use the profile name to read and update the mappings while setting up D&B connectors.

Request

GET: {DnBConnectorUri}/config/tenants

See Table1: Parameters to configure the profile name to view the list of parameters, which helps you read the profile and update the mappings.

Table 1. Parameters to configure the profile name
Parameter Name RequiredDescription
HeaderenvironmentUrlYesThis parameter provides information about the URL of the environment.
HeadertenantIdYesThis parameter provides information about the ID of the tenant.
StringAuthorizationYesReltio access token in the form Bearer: <<token>>, see Authentication API.

Response


HTTP CODE:
Success: 200
{
  "success": "OK",
  "tenant": {
    "environmentUrl": "https://test.reltio.com",
    "tenantId": "ACC360CTI"
  },
  "profile": "test-01-nested"
}