Skip to main content

Get voice credentials for given dealer

Get voice credentials for given dealer

Path Parameters
    dealerUUID string required
Responses

OK


Schema
    dealerVoiceCredentialsMap object
    property name* VoiceCredentialsResponse
    brokerNumber string
    dealerSubaccountUsername string
    dealerSubaccountPassword string
    departmentUUID string
    dealerUUID string
    useForOutgoingCommunication boolean
    useForStickiness boolean
    isHosted boolean
    uuid string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
  • errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /dealers/:dealerUUID/voicecredentials

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
dealerUUID — path required
curl / cURL
curl -L -X GET '/communications/dealers/:dealerUUID/voicecredentials' \
-H 'Accept: application/json'