Skip to main content

Uniphore Customer Portal

Fetch all Domain Properties Configured

Returns the list of domains configured along with their properties and their unique identifier.

Endpoint

Method: GET

URL: https://uselfserve-<tenant-name>.uniphore.com/cse/connector/interactDomains

curl -X GET "http://localhost:9902/connector/interactDomains" 
     -H "accept: application/json" 
     -H "Authorization: Bearer <token>"
Header Parameter

Authorization - Bearer <Token>

Example Response
{
  "uss_ds_sandbox_uss_ds_sandbox_UNI_BANK_Dev": {
    "domain": "UNI_BANK",
    "applicationKey": "key",
    "environmentName": "Dev",
    "tenantId": "uss_ds_sandbox",
    "orgId": 1,
    "playWaitMessage": false,
    "recordOutboundCall": false
    "waitMessageUrl": "string"
  },
  "uss_2_6_rk_uss_2_6_rk_VA_EnglishUS_V1_Dev": {
    "account": "uss_2_6_rk",
    "domain": "VA_EnglishUS_V1",
    "applicationKey": "key",
    "environmentName": "Dev",
    "tenantId": "uss_2_6_rk",
    "orgId": 2,
    "playWaitMessage": false,
    "recordOutboundCall": false,
    "waitMessageUrl": "string"
  }
}

Note

The response of Fetch all Domain Properties Configured API contains key parameters only. To view all parameters in response, use the Fetch Domain Properties by Unique Key API.

Response and Error Codes

Response Code

Condition

200

OK

401

Unauthorized

403

Forbidden

500

Internal Sample Error

Note

With the error codes, a summary containing the reason for failure is provided.