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.
Parameter | Name | Required | Description |
---|---|---|---|
Header |
environmentUrl |
Yes | This parameter provides information about the URL of the environment. |
Header |
tenantId |
Yes | This parameter provides information about the ID of the tenant. |
String |
Authorization |
Yes | This parameter represents the access token in the Bearer format. |
Response
HTTP CODE:
Success: 200
{
"success": "OK",
"tenant": {
"environmentUrl": "https://test.reltio.com",
"tenantId": "ACC360CTI"
},
"profile": "test-01-nested"
}