cURL
curl --request GET \ --url 'https://api.example.com/api/v1/channel/twilio/{twilio_auth_id}/phone_numbers?api_key='
[ { "friendly_name": "<string>", "sid": "<string>" } ]
Retrieve twilio phone numbers
Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.
in-
Successful Response
Was this page helpful?