Skip to main content

Get voice credentials for given department

Get voice credentials for given department

Path Parameters
    departmentUUID string required
    brokerNumber string required
Responses

OK


Schema
    vcard string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /departments/:departmentUUID/brokerNumber/:brokerNumber

Authorization

name: basicAuthtype: httpscheme: basic

Request

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