Skip to main content

Get departmentUUID for given broker number

Get departmentUUID for given broker number

Path Parameters
    brokerNumber string required
Responses

OK


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

Authorization

name: basicAuthtype: httpscheme: basic

Request

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