POST
/
utils
/
import-twilio-number
curl --request POST \
  --url https://eu-gcp-api.vg-stuff.com/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

Response

200
application/json

Successful response

The response is of type object.