Get voice credentials for given department
Get voice credentials for given department
Path Parameters
departmentUUID string required
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
brokerNumber string
dealerSubaccountUsername string
dealerSubaccountPassword string
departmentUUID string
dealerUUID string
useForOutgoingCommunication boolean
useForStickiness boolean
isHosted boolean
uuid string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "brokerNumber": "string",
  "dealerSubaccountUsername": "string",
  "dealerSubaccountPassword": "string",
  "departmentUUID": "string",
  "dealerUUID": "string",
  "useForOutgoingCommunication": true,
  "useForStickiness": true,
  "isHosted": true,
  "uuid": "string",
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...