POST
/
utils
/
import-twilio-number
curl --request POST \
  --url https://eu-voiceglow-runtime-vbmbkqccuq-ey.a.run.app/v3/utils/import-twilio-number \
  --header 'Content-Type: application/json' \
  --data '{
  "twilioNumber": "<string>",
  "twilioAccountSid": "<string>",
  "twilioAccountAuthToken": "<string>",
  "twilioCallerId": "<string>",
  "workspaceId": "<string>",
  "agentId": "<string>"
}'
{
  "phoneNumber": "<string>",
  "phoneNumberSid": "<string>",
  "message": "<string>"
}

Body

application/json
twilioNumber
string
required
Minimum length: 10
twilioAccountSid
string
required
twilioAccountAuthToken
string
required
twilioCallerId
string
required
workspaceId
string
agentId
string

Response

200
application/json
Successful response
phoneNumber
string
required
phoneNumberSid
string
required
message
string
required