Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
--url https://prod.featherhq.com/api/v1/twilio/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"accountSid": "<string>",
"authToken": "<string>",
"phoneNumber": "<string>"
}'{
"success": true,
"displayMessage": "<string>"
}curl --request POST \
--url https://prod.featherhq.com/api/v1/twilio/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"accountSid": "<string>",
"authToken": "<string>",
"phoneNumber": "<string>"
}'{
"success": true,
"displayMessage": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.