Verified MCP server: Twilio

The Twilio MCP server, verified live on a real Mac.

  • Tools enumerated2026-08-03macOS 15.7.7
  • Package@twilio-alpha/mcp 0.7.0
  • Self-reportedtwilio-server 0.0.1
  • MCP protocol2024-11-05
  • Runtimev24.18.0

The tool list below is a live capture from the running server; an authenticated tool call is still pending credentials.

The short answer

Last verified 2026-08-03

The Twilio MCP server puts the Twilio REST API in front of an AI assistant, as 197 tools generated straight from Twilio's own API spec. Every tool in the run behind this page came from the classic 2010-04-01 API: text messages, voice calls, conferences, recordings and transcriptions, the phone numbers you own and the ones you could buy, queues, SIP domains and credentials, usage records, and account keys. The split is 61 list tools, 42 fetch, 35 create, 32 delete and 27 update, so most of it reads and a real part of it writes. It is an official Twilio Labs project, published by Twilio's own npm account, and it runs on your Mac over stdio. It is not credential-free: you hand it a Twilio Account SID together with an API Key SID and Secret, and it checks the shape of both before it will speak the protocol at all. We ran it with placeholder credentials in that exact shape, and it started, completed the handshake, and listed all 197 tools, which is the table below, word for word. The one real tool call we made came back 401 Authenticate, because a placeholder key is not a real key, so this page is badged enumerated rather than fully verified: the tool list is proven live, an authenticated call is pending a real key. Every error on this page, that 401 included, is output we captured. [1][3][6][7]

  • Tools

    197, enumerated live

  • Credentials

    Account SID + API Key and Secret [7]

  • Transport

    stdio, runs on your Mac [6]

  • Maintainer

    Twilio (twilio-labs), official [1][3][5]

  • Downloads

    1,389 last week [2]

  • License

    MIT per GitHub, ISC per README [3][6]

Verification

How this MCP server was verified.

Method

We spawned the server with npx over stdio, passing an Account SID, an API Key SID and an API Secret as command line flags, using placeholder values shaped exactly the way the server validates them, then completed the MCP initialize handshake and called tools/list, which returned all 197 tools into the table below. We then made one real tool call, TwilioApiV2010--ListAccount with no arguments, and Twilio answered 401 Authenticate, because a placeholder key is not a real key: that is why this page is badged enumerated, with the tool list proven live and an authenticated call still pending a real Twilio Account SID plus an API Key SID and Secret. This server prints nothing at all on stderr, so the banner below is the startup line it logged on stdout together with the serverInfo line from its initialize response. We also ran it twice more on purpose with wrongly shaped credentials, and both refusals are in the troubleshooting section.

Startup banner

{"jsonrpc":"2.0","method":"log","params":{"level":30,"time":"2026-08-03T04:56:42.073Z","message":"Twilio MCP Server running on stdio","module":"default"},"id":"d694f02b-50c2-450e-9f3c-b75dd49a6d07"}
{"result":{"protocolVersion":"2024-11-05","capabilities":{"tools":{},"resources":{},"prompts":{}},"serverInfo":{"name":"twilio-server","version":"0.0.1","capabilities":{"resources":{},"tools":{},"prompts":{}},"instructions":"You are an agent to call Twilio APIs. If no accountSid is provided, you MUST use ACdeadbeefdeadbeefdeadbeefdeadbeef"},"instructions":"You are an agent to call Twilio APIs. If no accountSid is provided, you MUST use ACdeadbeefdeadbeefdeadbeefdeadbeef"},"jsonrpc":"2.0","id":1}

One real tool call

tools/call TwilioApiV2010--ListAccount {}
{"jsonrpc":"2.0","id":3,"error":{"code":-32603,"message":"{\"code\":20003,\"message\":\"Authenticate\",\"more_info\":\"https://www.twilio.com/docs/errors/20003\",\"status\":401}"}}

Real lines from the captured result: enough to prove the call answered.

Tools

Every tool, enumerated from the running server.

The server answered tools/list with 197 tools on 2026-08-03. The names, descriptions and parameters below are its own words, copied from that response and never edited.

ToolWhat it does
TwilioApiV2010--CreateAccountFriendlyName

Twilio - Api: This is the public Twilio REST API. Create a new Twilio Subaccount from the account making the request

TwilioApiV2010--ListAccountFriendlyNameStatusPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieves a collection of Accounts belonging to the account used to make the request

TwilioApiV2010--FetchAccountSid*

Twilio - Api: This is the public Twilio REST API. Fetch the account specified by the provided Account Sid

TwilioApiV2010--UpdateAccountSid*FriendlyNameStatus

Twilio - Api: This is the public Twilio REST API. Modify the properties of a given Account

TwilioApiV2010--CreateAddressAccountSid*CustomerName*Street*City*Region*PostalCode*IsoCountry*FriendlyNameEmergencyEnabledAutoCorrectAddressStreetSecondary

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Addresses.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAddressAccountSid*CustomerNameFriendlyNameEmergencyEnabledIsoCountryPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Addresses.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteAddressAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchAddressAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateAddressAccountSid*Sid*FriendlyNameCustomerNameStreetCityRegionPostalCodeEmergencyEnabledAutoCorrectAddressStreetSecondary

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateApplicationAccountSid*ApiVersionVoiceUrlVoiceMethodVoiceFallbackUrlVoiceFallbackMethodStatusCallbackStatusCallbackMethodVoiceCallerIdLookupSmsUrlSmsMethodSmsFallbackUrlSmsFallbackMethodSmsStatusCallbackMessageStatusCallbackFriendlyNamePublicApplicationConnectEnabled

Twilio - Api: This is the public Twilio REST API. Create a new application within your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListApplicationAccountSid*FriendlyNamePageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of applications representing an application within the requesting account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteApplicationAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete the application by the specified application sid (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchApplicationAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch the application specified by the provided sid (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateApplicationAccountSid*Sid*FriendlyNameApiVersionVoiceUrlVoiceMethodVoiceFallbackUrlVoiceFallbackMethodStatusCallbackStatusCallbackMethodVoiceCallerIdLookupSmsUrlSmsMethodSmsFallbackUrlSmsFallbackMethodSmsStatusCallbackMessageStatusCallbackPublicApplicationConnectEnabled

Twilio - Api: This is the public Twilio REST API. Updates the application's properties (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchAuthorizedConnectAppAccountSid*ConnectAppSid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of an authorized-connect-app (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAuthorizedConnectAppAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of authorized-connect-apps belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAvailablePhoneNumberCountryAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchAvailablePhoneNumberCountryAccountSid*CountryCode*

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAvailablePhoneNumberLocalAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Local.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAvailablePhoneNumberMachineToMachineAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAvailablePhoneNumberMobileAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Mobile.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAvailablePhoneNumberNationalAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAvailablePhoneNumberSharedCostAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/SharedCost.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAvailablePhoneNumberTollFreeAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/TollFree.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListAvailablePhoneNumberVoipAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Voip.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchBalanceAccountSid*

Twilio - Api: This is the public Twilio REST API. Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateCallAccountSid*To*From*MethodFallbackUrlFallbackMethodStatusCallbackStatusCallbackEventStatusCallbackMethodSendDigitsTimeoutRecordRecordingChannelsRecordingStatusCallbackRecordingStatusCallbackMethodSipAuthUsernameSipAuthPasswordMachineDetectionMachineDetectionTimeoutRecordingStatusCallbackEventTrimCallerIdMachineDetectionSpeechThresholdMachineDetectionSpeechEndThresholdMachineDetectionSilenceTimeoutAsyncAmdAsyncAmdStatusCallbackAsyncAmdStatusCallbackMethodByocCallReasonCallTokenRecordingTrackTimeLimitUrlTwimlApplicationSid

Twilio - Api: This is the public Twilio REST API. Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListCallAccountSid*ToFromParentCallSidStatusStartTimeStartTime<StartTime>EndTimeEndTime<EndTime>PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieves a collection of calls made to and from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteCallAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchCallAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch the call specified by the provided Call SID (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateCallAccountSid*Sid*UrlMethodStatusFallbackUrlFallbackMethodStatusCallbackStatusCallbackMethodTwimlTimeLimit

Twilio - Api: This is the public Twilio REST API. Initiates a call redirect or terminates a call (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListCallEventAccountSid*CallSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of all events for a call. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchCallNotificationAccountSid*CallSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListCallNotificationAccountSid*CallSid*LogMessageDateMessageDate<MessageDate>PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateCallRecordingAccountSid*CallSid*RecordingStatusCallbackEventRecordingStatusCallbackRecordingStatusCallbackMethodTrimRecordingChannelsRecordingTrack

Twilio - Api: This is the public Twilio REST API. Create a recording for the call (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListCallRecordingAccountSid*CallSid*DateCreatedDateCreated<DateCreated>PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of recordings belonging to the call used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateCallRecordingAccountSid*CallSid*Sid*Status*PauseBehavior

Twilio - Api: This is the public Twilio REST API. Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchCallRecordingAccountSid*CallSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a recording for a call (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteCallRecordingAccountSid*CallSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a recording from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchConferenceAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a conference (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateConferenceAccountSid*Sid*StatusAnnounceUrlAnnounceMethod

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListConferenceAccountSid*DateCreatedDateCreated<DateCreated>DateUpdatedDateUpdated<DateUpdated>FriendlyNameStatusPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of conferences belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListConferenceRecordingAccountSid*ConferenceSid*DateCreatedDateCreated<DateCreated>PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of recordings belonging to the call used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateConferenceRecordingAccountSid*ConferenceSid*Sid*Status*PauseBehavior

Twilio - Api: This is the public Twilio REST API. Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchConferenceRecordingAccountSid*ConferenceSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a recording for a call (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteConferenceRecordingAccountSid*ConferenceSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a recording from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchConnectAppAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a connect-app (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateConnectAppAccountSid*Sid*AuthorizeRedirectUrlCompanyNameDeauthorizeCallbackMethodDeauthorizeCallbackUrlDescriptionFriendlyNameHomepageUrlPermissions

Twilio - Api: This is the public Twilio REST API. Update a connect-app with the specified parameters (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteConnectAppAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete an instance of a connect-app (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListConnectAppAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of connect-apps belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListDependentPhoneNumberAccountSid*AddressSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateIncomingPhoneNumberAccountSid*Sid*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlEmergencyStatusEmergencyAddressSidTrunkSidVoiceReceiveModeIdentitySidAddressSidBundleSid

Twilio - Api: This is the public Twilio REST API. Update an incoming-phone-number instance. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchIncomingPhoneNumberAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an incoming-phone-number belonging to the account used to make the request. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteIncomingPhoneNumberAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a phone-numbers belonging to the account used to make the request. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListIncomingPhoneNumberAccountSid*BetaFriendlyNamePhoneNumberOriginPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateIncomingPhoneNumberAccountSid*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlEmergencyStatusEmergencyAddressSidTrunkSidIdentitySidAddressSidVoiceReceiveModeBundleSidPhoneNumberAreaCode

Twilio - Api: This is the public Twilio REST API. Purchase a phone-number for the account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchIncomingPhoneNumberAssignedAddOnAccountSid*ResourceSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of an Add-on installation currently assigned to this Number. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteIncomingPhoneNumberAssignedAddOnAccountSid*ResourceSid*Sid*

Twilio - Api: This is the public Twilio REST API. Remove the assignment of an Add-on installation from the Number specified. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListIncomingPhoneNumberAssignedAddOnAccountSid*ResourceSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of Add-on installations currently assigned to this Number. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateIncomingPhoneNumberAssignedAddOnAccountSid*ResourceSid*InstalledAddOnSid*

Twilio - Api: This is the public Twilio REST API. Assign an Add-on installation to the Number specified. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchIncomingPhoneNumberAssignedAddOnExtensionAccountSid*ResourceSid*AssignedAddOnSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of an Extension for the Assigned Add-on. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListIncomingPhoneNumberAssignedAddOnExtensionAccountSid*ResourceSid*AssignedAddOnSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of Extensions for the Assigned Add-on. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListIncomingPhoneNumberLocalAccountSid*BetaFriendlyNamePhoneNumberOriginPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateIncomingPhoneNumberLocalAccountSid*PhoneNumber*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlIdentitySidAddressSidEmergencyStatusEmergencyAddressSidTrunkSidVoiceReceiveModeBundleSid

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListIncomingPhoneNumberMobileAccountSid*BetaFriendlyNamePhoneNumberOriginPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateIncomingPhoneNumberMobileAccountSid*PhoneNumber*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlIdentitySidAddressSidEmergencyStatusEmergencyAddressSidTrunkSidVoiceReceiveModeBundleSid

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListIncomingPhoneNumberTollFreeAccountSid*BetaFriendlyNamePhoneNumberOriginPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateIncomingPhoneNumberTollFreeAccountSid*PhoneNumber*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlIdentitySidAddressSidEmergencyStatusEmergencyAddressSidTrunkSidVoiceReceiveModeBundleSid

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchKeyAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateKeyAccountSid*Sid*FriendlyName

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteKeyAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListKeyAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Keys.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateNewKeyAccountSid*FriendlyName

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Keys.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteMediaAccountSid*MessageSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete the Media resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchMediaAccountSid*MessageSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a single Media resource associated with a specific Message resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListMediaAccountSid*MessageSid*DateCreatedDateCreated<DateCreated>PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Read a list of Media resources associated with a specific Message resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchMemberAccountSid*QueueSid*CallSid*

Twilio - Api: This is the public Twilio REST API. Fetch a specific member from the queue (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateMemberAccountSid*QueueSid*CallSid*Url*Method

Twilio - Api: This is the public Twilio REST API. Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListMemberAccountSid*QueueSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve the members of the queue (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateMessageAccountSid*To*StatusCallbackApplicationSidMaxPriceProvideFeedbackAttemptValidityPeriodForceDeliveryContentRetentionAddressRetentionSmartEncodedPersistentActionTrafficTypeShortenUrlsScheduleTypeSendAtSendAsMmsContentVariablesRiskCheckFromMessagingServiceSidBodyMediaUrlContentSid

Twilio - Api: This is the public Twilio REST API. Send a message (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListMessageAccountSid*ToFromDateSentDateSent<DateSent>PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of Message resources associated with a Twilio Account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteMessageAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Deletes a Message resource from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchMessageAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a specific Message (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateMessageAccountSid*Sid*BodyStatus

Twilio - Api: This is the public Twilio REST API. Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateMessageFeedbackAccountSid*MessageSid*Outcome

Twilio - Api: This is the public Twilio REST API. Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateNewSigningKeyAccountSid*FriendlyName

Twilio - Api: This is the public Twilio REST API. Create a new Signing Key for the account making the request. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSigningKeyAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/SigningKeys.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchNotificationAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a notification belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListNotificationAccountSid*LogMessageDateMessageDate<MessageDate>PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of notifications belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchOutgoingCallerIdAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an outgoing-caller-id belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateOutgoingCallerIdAccountSid*Sid*FriendlyName

Twilio - Api: This is the public Twilio REST API. Updates the caller-id (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteOutgoingCallerIdAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete the caller-id specified from the account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListOutgoingCallerIdAccountSid*PhoneNumberFriendlyNamePageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of outgoing-caller-ids belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateValidationRequestAccountSid*PhoneNumber*FriendlyNameCallDelayExtensionStatusCallbackStatusCallbackMethod

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchParticipantAccountSid*ConferenceSid*CallSid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a participant (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateParticipantAccountSid*ConferenceSid*CallSid*MutedHoldHoldUrlHoldMethodAnnounceUrlAnnounceMethodWaitUrlWaitMethodBeepOnExitEndConferenceOnExitCoachingCallSidToCoach

Twilio - Api: This is the public Twilio REST API. Update the properties of the participant (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteParticipantAccountSid*ConferenceSid*CallSid*

Twilio - Api: This is the public Twilio REST API. Kick a participant from a given conference (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateParticipantAccountSid*ConferenceSid*From*To*StatusCallbackStatusCallbackMethodStatusCallbackEventLabelTimeoutRecordMutedBeepStartConferenceOnEnterEndConferenceOnExitWaitUrlWaitMethodEarlyMediaMaxParticipantsConferenceRecordConferenceTrimConferenceStatusCallbackConferenceStatusCallbackMethodConferenceStatusCallbackEventRecordingChannelsRecordingStatusCallbackRecordingStatusCallbackMethodSipAuthUsernameSipAuthPasswordRegionConferenceRecordingStatusCallbackConferenceRecordingStatusCallbackMethodRecordingStatusCallbackEventConferenceRecordingStatusCallbackEventCoachingCallSidToCoachJitterBufferSizeByocCallerIdCallReasonRecordingTrackTimeLimitMachineDetectionMachineDetectionTimeoutMachineDetectionSpeechThresholdMachineDetectionSpeechEndThresholdMachineDetectionSilenceTimeoutAmdStatusCallbackAmdStatusCallbackMethodTrimCallToken

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListParticipantAccountSid*ConferenceSid*MutedHoldCoachingPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of participants belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreatePaymentsAccountSid*CallSid*IdempotencyKey*StatusCallback*BankAccountTypeChargeAmountCurrencyDescriptionInputMinPostalCodeLengthParameterPaymentConnectorPaymentMethodPostalCodeSecurityCodeTimeoutTokenTypeValidCardTypes

Twilio - Api: This is the public Twilio REST API. create an instance of payments. This will start a new payments session (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdatePaymentsAccountSid*CallSid*Sid*IdempotencyKey*StatusCallback*CaptureStatus

Twilio - Api: This is the public Twilio REST API. update an instance of payments with different phases of payment flows. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchQueueAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a queue identified by the QueueSid (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateQueueAccountSid*Sid*FriendlyNameMaxSize

Twilio - Api: This is the public Twilio REST API. Update the queue with the new parameters (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteQueueAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Remove an empty queue (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListQueueAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of queues belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateQueueAccountSid*FriendlyName*MaxSize

Twilio - Api: This is the public Twilio REST API. Create a queue (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateRealtimeTranscriptionAccountSid*CallSid*NameTrackStatusCallbackUrlStatusCallbackMethodInboundTrackLabelOutboundTrackLabelPartialResultsLanguageCodeTranscriptionEngineProfanityFilterSpeechModelHintsEnableAutomaticPunctuationIntelligenceService

Twilio - Api: This is the public Twilio REST API. Create a Transcription (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateRealtimeTranscriptionAccountSid*CallSid*Sid*Status*

Twilio - Api: This is the public Twilio REST API. Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchRecordingAccountSid*Sid*IncludeSoftDeleted

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a recording (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteRecordingAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a recording from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListRecordingAccountSid*DateCreatedDateCreated<DateCreated>CallSidConferenceSidIncludeSoftDeletedPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of recordings belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchRecordingAddOnResultAccountSid*ReferenceSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of an AddOnResult (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteRecordingAddOnResultAccountSid*ReferenceSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a result and purge all associated Payloads (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListRecordingAddOnResultAccountSid*ReferenceSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of results belonging to the recording (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchRecordingAddOnResultPayloadAccountSid*ReferenceSid*AddOnResultSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a result payload (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteRecordingAddOnResultPayloadAccountSid*ReferenceSid*AddOnResultSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a payload from the result along with all associated Data (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListRecordingAddOnResultPayloadAccountSid*ReferenceSid*AddOnResultSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of payloads belonging to the AddOnResult (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchRecordingAddOnResultPayloadDataAccountSid*ReferenceSid*AddOnResultSid*PayloadSid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a result payload (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchRecordingTranscriptionAccountSid*RecordingSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteRecordingTranscriptionAccountSid*RecordingSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListRecordingTranscriptionAccountSid*RecordingSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchShortCodeAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a short code (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateShortCodeAccountSid*Sid*FriendlyNameApiVersionSmsUrlSmsMethodSmsFallbackUrlSmsFallbackMethod

Twilio - Api: This is the public Twilio REST API. Update a short code with the following parameters (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListShortCodeAccountSid*FriendlyNameShortCodePageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of short-codes belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSigningKeyAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateSigningKeyAccountSid*Sid*FriendlyName

Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSigningKeyAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipAuthCallsCredentialListMappingAccountSid*DomainSid*CredentialListSid*

Twilio - Api: This is the public Twilio REST API. Create a new credential list mapping resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipAuthCallsCredentialListMappingAccountSid*DomainSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of credential list mappings belonging to the domain used in the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipAuthCallsCredentialListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a specific instance of a credential list mapping (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipAuthCallsCredentialListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a credential list mapping from the requested domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipAuthCallsIpAccessControlListMappingAccountSid*DomainSid*IpAccessControlListSid*

Twilio - Api: This is the public Twilio REST API. Create a new IP Access Control List mapping (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipAuthCallsIpAccessControlListMappingAccountSid*DomainSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of IP Access Control List mappings belonging to the domain used in the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipAuthCallsIpAccessControlListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a specific instance of an IP Access Control List mapping (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipAuthCallsIpAccessControlListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete an IP Access Control List mapping from the requested domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipAuthRegistrationsCredentialListMappingAccountSid*DomainSid*CredentialListSid*

Twilio - Api: This is the public Twilio REST API. Create a new credential list mapping resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipAuthRegistrationsCredentialListMappingAccountSid*DomainSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of credential list mappings belonging to the domain used in the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipAuthRegistrationsCredentialListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a specific instance of a credential list mapping (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipAuthRegistrationsCredentialListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a credential list mapping from the requested domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipCredentialAccountSid*CredentialListSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of credentials. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipCredentialAccountSid*CredentialListSid*Username*Password*

Twilio - Api: This is the public Twilio REST API. Create a new credential resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipCredentialAccountSid*CredentialListSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a single credential. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateSipCredentialAccountSid*CredentialListSid*Sid*Password

Twilio - Api: This is the public Twilio REST API. Update a credential resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipCredentialAccountSid*CredentialListSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a credential resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipCredentialListAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Get All Credential Lists (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipCredentialListAccountSid*FriendlyName*

Twilio - Api: This is the public Twilio REST API. Create a Credential List (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipCredentialListAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Get a Credential List (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateSipCredentialListAccountSid*Sid*FriendlyName*

Twilio - Api: This is the public Twilio REST API. Update a Credential List (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipCredentialListAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a Credential List (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipCredentialListMappingAccountSid*DomainSid*CredentialListSid*

Twilio - Api: This is the public Twilio REST API. Create a CredentialListMapping resource for an account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipCredentialListMappingAccountSid*DomainSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Read multiple CredentialListMapping resources from an account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipCredentialListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a single CredentialListMapping resource from an account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipCredentialListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a CredentialListMapping resource from an account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipDomainAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of domains belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipDomainAccountSid*DomainName*FriendlyNameVoiceUrlVoiceMethodVoiceFallbackUrlVoiceFallbackMethodVoiceStatusCallbackUrlVoiceStatusCallbackMethodSipRegistrationEmergencyCallingEnabledSecureByocTrunkSidEmergencyCallerSid

Twilio - Api: This is the public Twilio REST API. Create a new Domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipDomainAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a Domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateSipDomainAccountSid*Sid*FriendlyNameVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceStatusCallbackMethodVoiceStatusCallbackUrlVoiceUrlSipRegistrationDomainNameEmergencyCallingEnabledSecureByocTrunkSidEmergencyCallerSid

Twilio - Api: This is the public Twilio REST API. Update the attributes of a domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipDomainAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete an instance of a Domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipIpAccessControlListAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of IpAccessControlLists that belong to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipIpAccessControlListAccountSid*FriendlyName*

Twilio - Api: This is the public Twilio REST API. Create a new IpAccessControlList resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipIpAccessControlListAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch a specific instance of an IpAccessControlList (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateSipIpAccessControlListAccountSid*Sid*FriendlyName*

Twilio - Api: This is the public Twilio REST API. Rename an IpAccessControlList (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipIpAccessControlListAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete an IpAccessControlList from the requested account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipIpAccessControlListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an IpAccessControlListMapping resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipIpAccessControlListMappingAccountSid*DomainSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete an IpAccessControlListMapping resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipIpAccessControlListMappingAccountSid*DomainSid*IpAccessControlListSid*

Twilio - Api: This is the public Twilio REST API. Create a new IpAccessControlListMapping resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipIpAccessControlListMappingAccountSid*DomainSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of IpAccessControlListMapping resources. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListSipIpAddressAccountSid*IpAccessControlListSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Read multiple IpAddress resources. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSipIpAddressAccountSid*IpAccessControlListSid*FriendlyName*IpAddress*CidrPrefixLength

Twilio - Api: This is the public Twilio REST API. Create a new IpAddress resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchSipIpAddressAccountSid*IpAccessControlListSid*Sid*

Twilio - Api: This is the public Twilio REST API. Read one IpAddress resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateSipIpAddressAccountSid*IpAccessControlListSid*Sid*IpAddressFriendlyNameCidrPrefixLength

Twilio - Api: This is the public Twilio REST API. Update an IpAddress resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteSipIpAddressAccountSid*IpAccessControlListSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete an IpAddress resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateSiprecAccountSid*CallSid*NameConnectorNameTrackStatusCallbackStatusCallbackMethodParameter1.NameParameter1.ValueParameter2.NameParameter2.ValueParameter3.NameParameter3.ValueParameter4.NameParameter4.ValueParameter5.NameParameter5.ValueParameter6.NameParameter6.ValueParameter7.NameParameter7.ValueParameter8.NameParameter8.ValueParameter9.NameParameter9.ValueParameter10.NameParameter10.ValueParameter11.NameParameter11.ValueParameter12.NameParameter12.ValueParameter13.NameParameter13.ValueParameter14.NameParameter14.ValueParameter15.NameParameter15.ValueParameter16.NameParameter16.ValueParameter17.NameParameter17.ValueParameter18.NameParameter18.ValueParameter19.NameParameter19.ValueParameter20.NameParameter20.ValueParameter21.NameParameter21.ValueParameter22.NameParameter22.ValueParameter23.NameParameter23.ValueParameter24.NameParameter24.ValueParameter25.NameParameter25.ValueParameter26.NameParameter26.ValueParameter27.NameParameter27.ValueParameter28.NameParameter28.ValueParameter29.NameParameter29.ValueParameter30.NameParameter30.ValueParameter31.NameParameter31.ValueParameter32.NameParameter32.ValueParameter33.NameParameter33.ValueParameter34.NameParameter34.ValueParameter35.NameParameter35.ValueParameter36.NameParameter36.ValueParameter37.NameParameter37.ValueParameter38.NameParameter38.ValueParameter39.NameParameter39.ValueParameter40.NameParameter40.ValueParameter41.NameParameter41.ValueParameter42.NameParameter42.ValueParameter43.NameParameter43.ValueParameter44.NameParameter44.ValueParameter45.NameParameter45.ValueParameter46.NameParameter46.ValueParameter47.NameParameter47.ValueParameter48.NameParameter48.ValueParameter49.NameParameter49.ValueParameter50.NameParameter50.ValueParameter51.NameParameter51.ValueParameter52.NameParameter52.ValueParameter53.NameParameter53.ValueParameter54.NameParameter54.ValueParameter55.NameParameter55.ValueParameter56.NameParameter56.ValueParameter57.NameParameter57.ValueParameter58.NameParameter58.ValueParameter59.NameParameter59.ValueParameter60.NameParameter60.ValueParameter61.NameParameter61.ValueParameter62.NameParameter62.ValueParameter63.NameParameter63.ValueParameter64.NameParameter64.ValueParameter65.NameParameter65.ValueParameter66.NameParameter66.ValueParameter67.NameParameter67.ValueParameter68.NameParameter68.ValueParameter69.NameParameter69.ValueParameter70.NameParameter70.ValueParameter71.NameParameter71.ValueParameter72.NameParameter72.ValueParameter73.NameParameter73.ValueParameter74.NameParameter74.ValueParameter75.NameParameter75.ValueParameter76.NameParameter76.ValueParameter77.NameParameter77.ValueParameter78.NameParameter78.ValueParameter79.NameParameter79.ValueParameter80.NameParameter80.ValueParameter81.NameParameter81.ValueParameter82.NameParameter82.ValueParameter83.NameParameter83.ValueParameter84.NameParameter84.ValueParameter85.NameParameter85.ValueParameter86.NameParameter86.ValueParameter87.NameParameter87.ValueParameter88.NameParameter88.ValueParameter89.NameParameter89.ValueParameter90.NameParameter90.ValueParameter91.NameParameter91.ValueParameter92.NameParameter92.ValueParameter93.NameParameter93.ValueParameter94.NameParameter94.ValueParameter95.NameParameter95.ValueParameter96.NameParameter96.ValueParameter97.NameParameter97.ValueParameter98.NameParameter98.ValueParameter99.NameParameter99.Value

Twilio - Api: This is the public Twilio REST API. Create a Siprec (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateSiprecAccountSid*CallSid*Sid*Status*

Twilio - Api: This is the public Twilio REST API. Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateStreamAccountSid*CallSid*Url*NameTrackStatusCallbackStatusCallbackMethodParameter1.NameParameter1.ValueParameter2.NameParameter2.ValueParameter3.NameParameter3.ValueParameter4.NameParameter4.ValueParameter5.NameParameter5.ValueParameter6.NameParameter6.ValueParameter7.NameParameter7.ValueParameter8.NameParameter8.ValueParameter9.NameParameter9.ValueParameter10.NameParameter10.ValueParameter11.NameParameter11.ValueParameter12.NameParameter12.ValueParameter13.NameParameter13.ValueParameter14.NameParameter14.ValueParameter15.NameParameter15.ValueParameter16.NameParameter16.ValueParameter17.NameParameter17.ValueParameter18.NameParameter18.ValueParameter19.NameParameter19.ValueParameter20.NameParameter20.ValueParameter21.NameParameter21.ValueParameter22.NameParameter22.ValueParameter23.NameParameter23.ValueParameter24.NameParameter24.ValueParameter25.NameParameter25.ValueParameter26.NameParameter26.ValueParameter27.NameParameter27.ValueParameter28.NameParameter28.ValueParameter29.NameParameter29.ValueParameter30.NameParameter30.ValueParameter31.NameParameter31.ValueParameter32.NameParameter32.ValueParameter33.NameParameter33.ValueParameter34.NameParameter34.ValueParameter35.NameParameter35.ValueParameter36.NameParameter36.ValueParameter37.NameParameter37.ValueParameter38.NameParameter38.ValueParameter39.NameParameter39.ValueParameter40.NameParameter40.ValueParameter41.NameParameter41.ValueParameter42.NameParameter42.ValueParameter43.NameParameter43.ValueParameter44.NameParameter44.ValueParameter45.NameParameter45.ValueParameter46.NameParameter46.ValueParameter47.NameParameter47.ValueParameter48.NameParameter48.ValueParameter49.NameParameter49.ValueParameter50.NameParameter50.ValueParameter51.NameParameter51.ValueParameter52.NameParameter52.ValueParameter53.NameParameter53.ValueParameter54.NameParameter54.ValueParameter55.NameParameter55.ValueParameter56.NameParameter56.ValueParameter57.NameParameter57.ValueParameter58.NameParameter58.ValueParameter59.NameParameter59.ValueParameter60.NameParameter60.ValueParameter61.NameParameter61.ValueParameter62.NameParameter62.ValueParameter63.NameParameter63.ValueParameter64.NameParameter64.ValueParameter65.NameParameter65.ValueParameter66.NameParameter66.ValueParameter67.NameParameter67.ValueParameter68.NameParameter68.ValueParameter69.NameParameter69.ValueParameter70.NameParameter70.ValueParameter71.NameParameter71.ValueParameter72.NameParameter72.ValueParameter73.NameParameter73.ValueParameter74.NameParameter74.ValueParameter75.NameParameter75.ValueParameter76.NameParameter76.ValueParameter77.NameParameter77.ValueParameter78.NameParameter78.ValueParameter79.NameParameter79.ValueParameter80.NameParameter80.ValueParameter81.NameParameter81.ValueParameter82.NameParameter82.ValueParameter83.NameParameter83.ValueParameter84.NameParameter84.ValueParameter85.NameParameter85.ValueParameter86.NameParameter86.ValueParameter87.NameParameter87.ValueParameter88.NameParameter88.ValueParameter89.NameParameter89.ValueParameter90.NameParameter90.ValueParameter91.NameParameter91.ValueParameter92.NameParameter92.ValueParameter93.NameParameter93.ValueParameter94.NameParameter94.ValueParameter95.NameParameter95.ValueParameter96.NameParameter96.ValueParameter97.NameParameter97.ValueParameter98.NameParameter98.ValueParameter99.NameParameter99.Value

Twilio - Api: This is the public Twilio REST API. Create a Stream (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateStreamAccountSid*CallSid*Sid*Status*

Twilio - Api: This is the public Twilio REST API. Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateTokenAccountSid*Ttl

Twilio - Api: This is the public Twilio REST API. Create a new token for ICE servers (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchTranscriptionAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch an instance of a Transcription (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteTranscriptionAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a transcription from the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListTranscriptionAccountSid*PageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of transcriptions belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of usage-records belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordAllTimeAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/AllTime.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordDailyAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Daily.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordLastMonthAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/LastMonth.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordMonthlyAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Monthly.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordThisMonthAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/ThisMonth.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordTodayAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Today.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordYearlyAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yearly.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageRecordYesterdayAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yesterday.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--FetchUsageTriggerAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Fetch and instance of a usage-trigger (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--UpdateUsageTriggerAccountSid*Sid*CallbackMethodCallbackUrlFriendlyName

Twilio - Api: This is the public Twilio REST API. Update an instance of a usage trigger (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteUsageTriggerAccountSid*Sid*

Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateUsageTriggerAccountSid*CallbackUrl*TriggerValue*UsageCategory*CallbackMethodFriendlyNameRecurringTriggerBy

Twilio - Api: This is the public Twilio REST API. Create a new UsageTrigger (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--ListUsageTriggerAccountSid*RecurringTriggerByUsageCategoryPageSizePagePageToken

Twilio - Api: This is the public Twilio REST API. Retrieve a list of usage-triggers belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateUserDefinedMessageAccountSid*CallSid*Content*IdempotencyKey

Twilio - Api: This is the public Twilio REST API. Create a new User Defined Message for the given Call SID. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--CreateUserDefinedMessageSubscriptionAccountSid*CallSid*Callback*IdempotencyKeyMethod

Twilio - Api: This is the public Twilio REST API. Subscribe to User Defined Messages for a given Call SID. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

TwilioApiV2010--DeleteUserDefinedMessageSubscriptionAccountSid*CallSid*Sid*

Twilio - Api: This is the public Twilio REST API. Delete a specific User Defined Message Subscription. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided)

Parameters marked with * are required.

Setup

Working configs, one per app.

Copy the block for the app you use. Each one is the configuration this server was verified with.

Claude Desktop

Open the file ~/Library/Application Support/Claude/claude_desktop_config.json (in Claude Desktop: Settings, then Developer, then Edit Config) and add:

{
  "mcpServers": {
    "twilio": {
      "command": "npx",
      "args": [
        "-y",
        "@twilio-alpha/mcp",
        "YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET"
      ]
    }
  }
}

Replace the three placeholders with your own values and keep the slash and the colon exactly where they are. There is no environment variable for this server: the credential travels as an argument, which is why the config file that holds it deserves the same care as a password. Quit and reopen Claude Desktop afterwards. [6][7][8]

Claude Code

One command in your terminal:

claude mcp add twilio -- npx -y @twilio-alpha/mcp YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET

Everything after the double dash is the exact command Claude Code will run. The same binary also accepts the three values as separate flags, --accountSid, --apiKey and --apiSecret, which is the form we used for the run on this page. [9][7]

Cursor

Add to ~/.cursor/mcp.json for every project, or to .cursor/mcp.json inside one project:

{
  "mcpServers": {
    "twilio": {
      "command": "npx",
      "args": [
        "-y",
        "@twilio-alpha/mcp",
        "YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET"
      ]
    }
  }
}

Cursor picks the file up on restart. If 197 tools is more than your assistant can comfortably hold, the README documents two optional flags you can add after the credential, --services and --tags, which load only the parts of the Twilio API you name. [10][7]

Routines

No JSON file and no terminal. In Routines: Settings, then Assistant, then Connections, then Add MCP Server. Switch the form to Command (stdio) and enter:

Name        Twilio
Command     npx
Arguments   -y @twilio-alpha/mcp YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET

Leave Environment Variables empty: this server has none, and the credential goes into the Arguments field instead, as the last item. The Arguments field splits on spaces, so write the credential as one unbroken word with no spaces around the slash or the colon. Click Test Connection first: a working server answers with its tool count. [11][7]

No terminal needed

Set the Twilio MCP server up without the terminal.

If you have never opened Terminal and never want to, this is your path. Routines is a Mac app that runs MCP servers for you: fill in three fields once, and this server's tools are available to your AI in chat and in scheduled routines. Unlike a file server, this one needs a credential from Twilio first, so that is step two.

  1. 01

    Install Routines

    Download the app from getroutines.ai/download, drag it to Applications, and sign in.

  2. 02

    Create your Twilio credentials

    Sign in at console.twilio.com. Your Account SID is on the console home page and starts with AC. Then open Account, then API keys & tokens, and create a new API key: Twilio shows you an API Key SID starting with SK and a Secret. The Secret is displayed once and never again, so copy it somewhere safe before you close the page.

  3. 03

    Open the MCP settings

    Click your account at the bottom of the sidebar and choose Settings. Open the Assistant section, then the Connections tab, scroll to MCP Servers, and click Add MCP Server.

  4. 04

    Fill in the three fields

    Switch the form to Command (stdio), because this server is a command and not a web address. Name: Twilio. Command: npx. Arguments: -y @twilio-alpha/mcp followed by a space and your three values joined into one word, your Account SID, then a slash, then your API Key SID, then a colon, then your Secret. Leave Environment Variables empty.

  5. 05

    Test, then add

    Click Test Connection. Routines starts the server and reports how many tools it found, one hundred and ninety-seven for this one. If it refuses instead, the credential shape is wrong: check that the Account SID starts with AC and the key SID with SK, and that nothing was cut off when you pasted. Then click Add Server.

  6. 06

    Use it

    The tools work in chat right away. To let a scheduled routine use them, open the routine, find the Tools & connections card, and tick the server under Apps. Start with questions that only read, like listing yesterday's messages, before you let a routine create anything.

Routine ideas

Routines worth scheduling.

Once the server is connected, a scheduled routine can use its tools while you are away. Copy a prompt, paste it into Routines, and pick a time.

A morning message delivery check

Prompt

Every weekday at 8:30, list the text messages my Twilio account sent in the last 24 hours, group them by delivery status, and write me a short summary that names every message that failed or is still stuck as queued.

A monthly spend and numbers review

Prompt

On the 1st of every month at 9:00, list my Twilio usage records for last month by category with the cost of each, list every phone number on the account, and flag any number that had no calls and no messages all month so I can decide whether to release it.

An evening missed-call list

Prompt

Every evening at 18:00, list today's inbound calls to my Twilio numbers that lasted less than ten seconds or were never answered, and write them into a follow-up list with the caller number, the time, and how long the call lasted.

Troubleshooting

The errors we hit, and what fixed them.

Real errors captured during the verification run, printed exactly as the server returned them.

The tools all appear, but every call comes back with an error

What you see

{"jsonrpc":"2.0","id":3,"error":{"code":-32603,"message":"{\"code\":20003,\"message\":\"Authenticate\",\"more_info\":\"https://www.twilio.com/docs/errors/20003\",\"status\":401}"}}

The fix

This is Twilio error 20003, an authentication failure, and it is the exact response our own sample call got. A full tool list is not proof of a working key: in our run the server listed all 197 tools while holding placeholder credentials, because Twilio only checks the credential when a tool actually calls the API. Make a real API key in the Twilio Console under Account, then API keys & tokens, and check that you pasted the Secret rather than the key SID twice.

The server exits at startup and never answers

What you see

{"jsonrpc":"2.0","method":"log","params":{"level":50,"time":"2026-08-03T04:58:27.086Z","message":"Error: Invalid AccountSid","module":"default"},"id":"331c35ab-2f07-434a-8663-b5a6314364ff"}

The fix

The server checks the shape of your Account SID before the MCP handshake even starts, and refuses anything that is not AC followed by 32 hex characters. We triggered this on purpose by passing AC123. Copy the full Account SID from the top of console.twilio.com, and if you are using the single-string form, check that the slash before the API key SID did not swallow a character.

Your Account SID is right but the server still will not start

What you see

{"jsonrpc":"2.0","method":"log","params":{"level":50,"time":"2026-08-03T05:00:27.576Z","message":"Error: Invalid ApiKey","module":"default"},"id":"ceb6958a-108b-47da-a783-51791f452cea"}

The fix

Same check, second field: the API Key SID must be SK followed by 32 hex characters. We triggered this on purpose by passing SK123. A common cause is pasting your Auth Token where the API Key SID belongs; they are different things. Create a key under Account, then API keys & tokens in the Twilio Console, and use the SK value it gives you.

Your MCP client cannot start the server at all

The fix

The npx command belongs to Node.js. If Node is not installed on your Mac, every client on this page fails at the spawn step before the server can say anything. Install Node from nodejs.org, restart your MCP client, and try again.

FAQ

Questions people ask.

What is the Twilio MCP server?

It is Twilio's own Model Context Protocol server, built by the Twilio Labs team, which lets an AI assistant such as Claude work with your Twilio account: sending and reviewing text messages, placing and inspecting calls, managing the phone numbers you own, and reading your usage. It runs as a local process on your Mac and talks to your AI app over stdio. Twilio describes it as a proof of concept from its Emerging Technology and Incubation team. [1][6][7]

What tools does the Twilio MCP server include?

The running server exposed 197 tools, all generated from Twilio's 2010-04-01 REST API spec and all named in the same shape, like TwilioApiV2010--CreateMessage or TwilioApiV2010--ListCall. By verb that is 61 list tools, 42 fetch, 35 create, 32 delete and 27 update. They cover messages and media, calls and conferences, recordings and transcriptions, the numbers you own and the numbers available to buy, queues, SIP domains and credentials, usage records and triggers, and account keys. The table above is the live tools/list output, word for word.

Is the Twilio MCP server safe?

Treat it with more care than a read-only server. Ninety-four of its 197 tools create, update or delete things, and some of them cost real money or reach real people: TwilioApiV2010--CreateMessage sends a text, TwilioApiV2010--CreateCall places a call, TwilioApiV2010--CreateIncomingPhoneNumber buys a number. There is no environment flag to turn writing off, so the safety controls are yours: give the API key only the access it needs, keep it out of shared files, and let routines read before you let them create. Twilio itself recommends not running community MCP servers alongside its official ones, to reduce the risk of one server being used to attack another. [6][7]

Do I need the terminal to set it up?

No. In Routines you fill three fields in Settings and click Test Connection; the walkthrough above shows every click. Claude Desktop and Cursor each need a small JSON file edited once. Only Claude Code is terminal-first by nature. You do need a web browser once, to create the API key in the Twilio Console. [11][8][7]

Does it need an API key or an account?

Yes, both, and this is the one real hurdle. You need a Twilio account, its Account SID, and an API Key SID with its Secret, created in the Twilio Console under Account, then API keys & tokens. The Secret is shown only once when you create the key. The server checks the shape of the SID and the key before it starts, which is why a typo produces a refusal instead of a confusing silence, and both of those refusals are captured in the troubleshooting section above. [7]

Why does npm say version 0.7.0 but the server reports 0.0.1?

Both numbers are real and we captured both. The npm registry publishes the package as 0.7.0, released on 2025-07-07, the same day as the last commit on the project's main branch. Over MCP, the running server self-reports its own internal name and version, twilio-server 0.0.1, which has not been bumped alongside the package. Same code, two version counters. [1][4]

Which apps can use the Twilio MCP server?

Any MCP client that can launch a local stdio server: Claude Desktop, Claude Code, Cursor, and Routines all can, and the exact config for each is above. The server itself is the same in every client; only the place you paste the config differs, and in every one of them the credential is part of the command rather than a separate secret field. [8][9][10][11]

Sources

Every external claim, receipted.

Anything on this page we did not observe in the run is linked here, with the date we read it. The run itself is the receipt for the rest.

  1. [1]

    npm registry: @twilio-alpha/mcpaccessed 2026-08-03

    Latest version 0.7.0, published 2025-07-07. Author field Twilio, publishing account twilio-alpha-ci. No repository field is present on any published version, so the GitHub repo was matched by content instead.

  2. [2]

    npm downloads API: last weekaccessed 2026-08-03

    1,389 downloads for the week 2026-07-26 to 2026-08-01.

  3. [3]

    GitHub: twilio-labs/mcpaccessed 2026-08-03

    108 stars, and a detected license of MIT, read from the rendered repository page because the GitHub API was rate-limited.

  4. [4]

    GitHub: twilio-labs/mcp commit feed for mainaccessed 2026-08-03

    Latest commit to main dated 2025-07-07, the v0.7.0 merge. Used in place of the API push date.

  5. [5]

    GitHub API: repos/twilio-labs/mcp (rate-limited)accessed 2026-08-03

    Returned HTTP 403, API rate limit exceeded, on two attempts. Recorded so the fallback to page scraping is visible rather than silent.

  6. [6]

    twilio-labs/mcp READMEaccessed 2026-08-03

    Source of the client config block and of Twilio's recommendation to avoid running community MCP servers alongside its official ones. This file states the ISC License, which disagrees with the MIT license GitHub detects for the same repository.

  7. [7]

    twilio-labs/mcp README for packages/mcpaccessed 2026-08-03

    Source of the prerequisites, the ACCOUNT_SID/API_KEY:API_SECRET credential format, the link to Twilio's API keys documentation, and the optional --services and --tags flags.

  8. [8]

    modelcontextprotocol.io: Connect to local MCP serversaccessed 2026-08-03

    The official Claude Desktop quickstart and the location of its config file.

  9. [9]

    Claude Code docs: MCPaccessed 2026-08-03

    The claude mcp add syntax for local stdio servers.

  10. [10]

    Cursor docs: Model Context Protocolaccessed 2026-08-03

    The mcp.json shape and file locations.

  11. [11]

    Routines: Connectorsaccessed 2026-08-03

    How Routines runs one-click OAuth connectors and any MCP server.

This page describes Twilio as it behaved in one dated run on one Mac. Versions move: if something here no longer matches what you see, the capture date at the top says how old the reading is.

Behind this directory

Routines, the app behind this directory, runs MCP servers like this one without a terminal: see how connectors work. Your notes stay markdown files on your Mac, there is no cloud bill, and it works offline. Download Routines