Skip to main content

Get voice credentials for given department

Get voice credentials for given department

Path Parameters
    departmentUUID string required
Responses

OK


Schema
    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
  • ]
GET /departments/:departmentUUID/voicecredentials

Authorization

name: basicAuthtype: httpscheme: basic

Request

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