Skip to main content

Create or Map Twilio data for a dealer


ApiScope: manage.dealer.write
API Scope Level: DepartmentScope
Path Parameters
    ServiceSubscriberDepartment string required
Request Body required
    subAccountSID string
    subAccountAuthToken string
    phoneNumber string
    provisionNumber boolean
    createSubAccount boolean
    mapSecondaryNumber boolean
    statusCallbackUrl string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    requestUuid string
POST /v2/department/:ServiceSubscriberDepartment/twilio

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDepartment — path required
Body required
{
"subAccountSID": "string",
"subAccountAuthToken": "string",
"phoneNumber": "string",
"provisionNumber": true,
"createSubAccount": true,
"mapSecondaryNumber": true,
"statusCallbackUrl": "string"
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/twilio' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"subAccountSID": "string",
"subAccountAuthToken": "string",
"phoneNumber": "string",
"provisionNumber": true,
"createSubAccount": true,
"mapSecondaryNumber": true,
"statusCallbackUrl": "string"
}'