Skip to main content

Links all the phone numbers under a subaccount to the messaging service belonging to that account

Path Parameters
    dealerUUID string required
Query Parameters
    departmentType string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /dealers/:dealerUUID/twilio/applicationToPerson/linkNumbers

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
dealerUUID — path required
departmentType — query required
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/linkNumbers' \
-H 'Accept: application/json'