curl --request POST \
--url https://prod.featherhq.com/api/v1/twilio/import \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"accountSid": "<string>",
"authToken": "<string>",
"phoneNumber": "<string>"
}'
{
"success": true,
"displayMessage": "<string>"
}
curl --request POST \
--url https://prod.featherhq.com/api/v1/twilio/import \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"accountSid": "<string>",
"authToken": "<string>",
"phoneNumber": "<string>"
}'
{
"success": true,
"displayMessage": "<string>"
}
Twilio account connected successfully
The response is of type object
.