Twilio
Manage Twilio messaging, voice, conversations, verification, phone numbers, accounts, and related communication APIs.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Basic Auth | basic | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "TWILIO_ACCOUNTS_V1_CREATE_BULK_CONSENTS", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("TWILIO_ACCOUNTS_V1_CREATE_BULK_CONSENTS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute TWILIO_ACCOUNTS_V1_CREATE_BULK_CONSENTS --data '{ }'Tool 目录
可用 Tools
1538 个可调用操作
Accounts V1 CreateBulkConsentsTWILIO_ACCOUNTS_V1_CREATE_BULK_CONSENTSAccounts V1 CreateBulkConsents需要连接
Accounts V1 CreateBulkConsents
认证
需要 Connected AccountTags
Accounts V1 CreateBulkContactsTWILIO_ACCOUNTS_V1_CREATE_BULK_CONTACTSAccounts V1 CreateBulkContacts需要连接
Accounts V1 CreateBulkContacts
认证
需要 Connected AccountTags
Create a new AWS CredentialTWILIO_ACCOUNTS_V1_CREATE_CREDENTIAL_AWSCreate a new AWS Credential需要连接
Create a new AWS Credential
认证
需要 Connected AccountTags
Create a new Public Key CredentialTWILIO_ACCOUNTS_V1_CREATE_CREDENTIAL_PUBLIC_KEYCreate a new Public Key Credential需要连接
Create a new Public Key Credential
认证
需要 Connected AccountTags
Add a new phone number or phone number 1k prefix to SafeList.TWILIO_ACCOUNTS_V1_CREATE_SAFELISTAdd a new phone number or phone number 1k prefix to SafeList.需要连接
Add a new phone number or phone number 1k prefix to SafeList.
认证
需要 Connected AccountTags
Create a new secondary Auth TokenTWILIO_ACCOUNTS_V1_CREATE_SECONDARY_AUTH_TOKENCreate a new secondary Auth Token需要连接
Create a new secondary Auth Token
认证
需要 Connected AccountTags
Delete a Credential from your accountTWILIO_ACCOUNTS_V1_DELETE_CREDENTIAL_AWSDelete a Credential from your account需要连接
Delete a Credential from your account
认证
需要 Connected AccountTags
Delete a Credential from your accountTWILIO_ACCOUNTS_V1_DELETE_CREDENTIAL_PUBLIC_KEYDelete a Credential from your account需要连接
Delete a Credential from your account
认证
需要 Connected AccountTags
Remove a phone number or phone number 1k prefix from SafeList.TWILIO_ACCOUNTS_V1_DELETE_SAFELISTRemove a phone number or phone number 1k prefix from SafeList.需要连接
Remove a phone number or phone number 1k prefix from SafeList.
认证
需要 Connected AccountTags
Delete the secondary Auth Token from your accountTWILIO_ACCOUNTS_V1_DELETE_SECONDARY_AUTH_TOKENDelete the secondary Auth Token from your account需要连接
Delete the secondary Auth Token from your account
认证
需要 Connected AccountTags
Fetch the AWS credentials specified by the provided Credential SidTWILIO_ACCOUNTS_V1_FETCH_CREDENTIAL_AWSFetch the AWS credentials specified by the provided Credential Sid需要连接
Fetch the AWS credentials specified by the provided Credential Sid
认证
需要 Connected AccountTags
Fetch the public key specified by the provided Credential SidTWILIO_ACCOUNTS_V1_FETCH_CREDENTIAL_PUBLIC_KEYFetch the public key specified by the provided Credential Sid需要连接
Fetch the public key specified by the provided Credential Sid
认证
需要 Connected AccountTags
Accounts V1 FetchMessagingGeopermissionsTWILIO_ACCOUNTS_V1_FETCH_MESSAGING_GEOPERMISSIONSAccounts V1 FetchMessagingGeopermissions需要连接
Accounts V1 FetchMessagingGeopermissions
认证
需要 Connected AccountTags
Check if a phone number or phone number 1k prefix exists in SafeList.TWILIO_ACCOUNTS_V1_FETCH_SAFELISTCheck if a phone number or phone number 1k prefix exists in SafeList.需要连接
Check if a phone number or phone number 1k prefix exists in SafeList.
认证
需要 Connected AccountTags
Retrieves a collection of AWS Credentials belonging to the account used to make the requestTWILIO_ACCOUNTS_V1_LIST_CREDENTIAL_AWSRetrieves a collection of AWS Credentials belonging to the account used to make the request需要连接
Retrieves a collection of AWS Credentials belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieves a collection of Public Key Credentials belonging to the account used to make the requestTWILIO_ACCOUNTS_V1_LIST_CREDENTIAL_PUBLIC_KEYRetrieves a collection of Public Key Credentials belonging to the account used to make the request需要连接
Retrieves a collection of Public Key Credentials belonging to the account used to make the request
认证
需要 Connected AccountTags
Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error.TWILIO_ACCOUNTS_V1_UPDATE_AUTH_TOKEN_PROMOTIONPromote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error.需要连接
Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error.
认证
需要 Connected AccountTags
Modify the properties of a given AccountTWILIO_ACCOUNTS_V1_UPDATE_CREDENTIAL_AWSModify the properties of a given Account需要连接
Modify the properties of a given Account
认证
需要 Connected AccountTags
Modify the properties of a given AccountTWILIO_ACCOUNTS_V1_UPDATE_CREDENTIAL_PUBLIC_KEYModify the properties of a given Account需要连接
Modify the properties of a given Account
认证
需要 Connected AccountTags
Accounts V1 UpdateMessagingGeopermissionsTWILIO_ACCOUNTS_V1_UPDATE_MESSAGING_GEOPERMISSIONSAccounts V1 UpdateMessagingGeopermissions需要连接
Accounts V1 UpdateMessagingGeopermissions
认证
需要 Connected AccountTags
Create a new Twilio Subaccount from the account making the requestTWILIO_API_V2010_CREATE_ACCOUNTCreate a new Twilio Subaccount from the account making the request需要连接
Create a new Twilio Subaccount from the account making the request
认证
需要 Connected AccountTags
Api V2010 CreateAddressTWILIO_API_V2010_CREATE_ADDRESSApi V2010 CreateAddress需要连接
Api V2010 CreateAddress
认证
需要 Connected AccountTags
Create a new application within your accountTWILIO_API_V2010_CREATE_APPLICATIONCreate a new application within your account需要连接
Create a new application within your account
认证
需要 Connected AccountTags
Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connectionsTWILIO_API_V2010_CREATE_CALLCreate a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections需要连接
Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections
认证
需要 Connected AccountTags
Create a recording for the callTWILIO_API_V2010_CREATE_CALL_RECORDINGCreate a recording for the call需要连接
Create a recording for the call
认证
需要 Connected AccountTags
Purchase a phone-number for the account.TWILIO_API_V2010_CREATE_INCOMING_PHONE_NUMBERPurchase a phone-number for the account.需要连接
Purchase a phone-number for the account.
认证
需要 Connected AccountTags
Assign an Add-on installation to the Number specified.TWILIO_API_V2010_CREATE_INCOMING_PHONE_NUMBER_ASSIGNED_ADD_ONAssign an Add-on installation to the Number specified.需要连接
Assign an Add-on installation to the Number specified.
认证
需要 Connected AccountTags
Api V2010 CreateIncomingPhoneNumberLocalTWILIO_API_V2010_CREATE_INCOMING_PHONE_NUMBER_LOCALApi V2010 CreateIncomingPhoneNumberLocal需要连接
Api V2010 CreateIncomingPhoneNumberLocal
认证
需要 Connected AccountTags
Api V2010 CreateIncomingPhoneNumberMobileTWILIO_API_V2010_CREATE_INCOMING_PHONE_NUMBER_MOBILEApi V2010 CreateIncomingPhoneNumberMobile需要连接
Api V2010 CreateIncomingPhoneNumberMobile
认证
需要 Connected AccountTags
Api V2010 CreateIncomingPhoneNumberTollFreeTWILIO_API_V2010_CREATE_INCOMING_PHONE_NUMBER_TOLL_FREEApi V2010 CreateIncomingPhoneNumberTollFree需要连接
Api V2010 CreateIncomingPhoneNumberTollFree
认证
需要 Connected AccountTags
Send a messageTWILIO_API_V2010_CREATE_MESSAGESend a message需要连接
Send a message
认证
需要 Connected AccountTags
Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated MessageTWILIO_API_V2010_CREATE_MESSAGE_FEEDBACKCreate Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message需要连接
Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message
认证
需要 Connected AccountTags
Api V2010 CreateNewKeyTWILIO_API_V2010_CREATE_NEW_KEYApi V2010 CreateNewKey需要连接
Api V2010 CreateNewKey
认证
需要 Connected AccountTags
Create a new Signing Key for the account making the request.TWILIO_API_V2010_CREATE_NEW_SIGNING_KEYCreate a new Signing Key for the account making the request.需要连接
Create a new Signing Key for the account making the request.
认证
需要 Connected AccountTags
Api V2010 CreateParticipantTWILIO_API_V2010_CREATE_PARTICIPANTApi V2010 CreateParticipant需要连接
Api V2010 CreateParticipant
认证
需要 Connected AccountTags
create an instance of payments. This will start a new payments sessionTWILIO_API_V2010_CREATE_PAYMENTScreate an instance of payments. This will start a new payments session需要连接
create an instance of payments. This will start a new payments session
认证
需要 Connected AccountTags
Create a queueTWILIO_API_V2010_CREATE_QUEUECreate a queue需要连接
Create a queue
认证
需要 Connected AccountTags
Create a TranscriptionTWILIO_API_V2010_CREATE_REALTIME_TRANSCRIPTIONCreate a Transcription需要连接
Create a Transcription
认证
需要 Connected AccountTags
Create a new credential list mapping resourceTWILIO_API_V2010_CREATE_SIP_AUTH_CALLS_CREDENTIAL_LIST_MAPPINGCreate a new credential list mapping resource需要连接
Create a new credential list mapping resource
认证
需要 Connected AccountTags
Create a new IP Access Control List mappingTWILIO_API_V2010_CREATE_SIP_AUTH_CALLS_IP_ACCESS_CONTROL_LIST_MAPPINGCreate a new IP Access Control List mapping需要连接
Create a new IP Access Control List mapping
认证
需要 Connected AccountTags
Create a new credential list mapping resourceTWILIO_API_V2010_CREATE_SIP_AUTH_REGISTRATIONS_CREDENTIAL_LIST_MAPPINGCreate a new credential list mapping resource需要连接
Create a new credential list mapping resource
认证
需要 Connected AccountTags
Create a new credential resource.TWILIO_API_V2010_CREATE_SIP_CREDENTIALCreate a new credential resource.需要连接
Create a new credential resource.
认证
需要 Connected AccountTags
Create a Credential ListTWILIO_API_V2010_CREATE_SIP_CREDENTIAL_LISTCreate a Credential List需要连接
Create a Credential List
认证
需要 Connected AccountTags
Create a CredentialListMapping resource for an account.TWILIO_API_V2010_CREATE_SIP_CREDENTIAL_LIST_MAPPINGCreate a CredentialListMapping resource for an account.需要连接
Create a CredentialListMapping resource for an account.
认证
需要 Connected AccountTags
Create a new DomainTWILIO_API_V2010_CREATE_SIP_DOMAINCreate a new Domain需要连接
Create a new Domain
认证
需要 Connected AccountTags
Create a new IpAccessControlList resourceTWILIO_API_V2010_CREATE_SIP_IP_ACCESS_CONTROL_LISTCreate a new IpAccessControlList resource需要连接
Create a new IpAccessControlList resource
认证
需要 Connected AccountTags
Create a new IpAccessControlListMapping resource.TWILIO_API_V2010_CREATE_SIP_IP_ACCESS_CONTROL_LIST_MAPPINGCreate a new IpAccessControlListMapping resource.需要连接
Create a new IpAccessControlListMapping resource.
认证
需要 Connected AccountTags
Create a new IpAddress resource.TWILIO_API_V2010_CREATE_SIP_IP_ADDRESSCreate a new IpAddress resource.需要连接
Create a new IpAddress resource.
认证
需要 Connected AccountTags
Create a SiprecTWILIO_API_V2010_CREATE_SIPRECCreate a Siprec需要连接
Create a Siprec
认证
需要 Connected AccountTags
Create a StreamTWILIO_API_V2010_CREATE_STREAMCreate a Stream需要连接
Create a Stream
认证
需要 Connected AccountTags
Create a new token for ICE serversTWILIO_API_V2010_CREATE_TOKENCreate a new token for ICE servers需要连接
Create a new token for ICE servers
认证
需要 Connected AccountTags
Create a new UsageTriggerTWILIO_API_V2010_CREATE_USAGE_TRIGGERCreate a new UsageTrigger需要连接
Create a new UsageTrigger
认证
需要 Connected AccountTags
Create a new User Defined Message for the given Call SID.TWILIO_API_V2010_CREATE_USER_DEFINED_MESSAGECreate a new User Defined Message for the given Call SID.需要连接
Create a new User Defined Message for the given Call SID.
认证
需要 Connected AccountTags
Subscribe to User Defined Messages for a given Call SID.TWILIO_API_V2010_CREATE_USER_DEFINED_MESSAGE_SUBSCRIPTIONSubscribe to User Defined Messages for a given Call SID.需要连接
Subscribe to User Defined Messages for a given Call SID.
认证
需要 Connected AccountTags
Api V2010 CreateValidationRequestTWILIO_API_V2010_CREATE_VALIDATION_REQUESTApi V2010 CreateValidationRequest需要连接
Api V2010 CreateValidationRequest
认证
需要 Connected AccountTags
Api V2010 DeleteAddressTWILIO_API_V2010_DELETE_ADDRESSApi V2010 DeleteAddress需要连接
Api V2010 DeleteAddress
认证
需要 Connected AccountTags
Delete the application by the specified application sidTWILIO_API_V2010_DELETE_APPLICATIONDelete the application by the specified application sid需要连接
Delete the application by the specified application sid
认证
需要 Connected AccountTags
Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.TWILIO_API_V2010_DELETE_CALLDelete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.需要连接
Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.
认证
需要 Connected AccountTags
Delete a recording from your accountTWILIO_API_V2010_DELETE_CALL_RECORDINGDelete a recording from your account需要连接
Delete a recording from your account
认证
需要 Connected AccountTags
Delete a recording from your accountTWILIO_API_V2010_DELETE_CONFERENCE_RECORDINGDelete a recording from your account需要连接
Delete a recording from your account
认证
需要 Connected AccountTags
Delete an instance of a connect-appTWILIO_API_V2010_DELETE_CONNECT_APPDelete an instance of a connect-app需要连接
Delete an instance of a connect-app
认证
需要 Connected AccountTags
Delete a phone-numbers belonging to the account used to make the request.TWILIO_API_V2010_DELETE_INCOMING_PHONE_NUMBERDelete a phone-numbers belonging to the account used to make the request.需要连接
Delete a phone-numbers belonging to the account used to make the request.
认证
需要 Connected AccountTags
Remove the assignment of an Add-on installation from the Number specified.TWILIO_API_V2010_DELETE_INCOMING_PHONE_NUMBER_ASSIGNED_ADD_ONRemove the assignment of an Add-on installation from the Number specified.需要连接
Remove the assignment of an Add-on installation from the Number specified.
认证
需要 Connected AccountTags
Api V2010 DeleteKeyTWILIO_API_V2010_DELETE_KEYApi V2010 DeleteKey需要连接
Api V2010 DeleteKey
认证
需要 Connected AccountTags
Delete the Media resource.TWILIO_API_V2010_DELETE_MEDIADelete the Media resource.需要连接
Delete the Media resource.
认证
需要 Connected AccountTags
Deletes a Message resource from your accountTWILIO_API_V2010_DELETE_MESSAGEDeletes a Message resource from your account需要连接
Deletes a Message resource from your account
认证
需要 Connected AccountTags
Delete the caller-id specified from the accountTWILIO_API_V2010_DELETE_OUTGOING_CALLER_IDDelete the caller-id specified from the account需要连接
Delete the caller-id specified from the account
认证
需要 Connected AccountTags
Kick a participant from a given conferenceTWILIO_API_V2010_DELETE_PARTICIPANTKick a participant from a given conference需要连接
Kick a participant from a given conference
认证
需要 Connected AccountTags
Remove an empty queueTWILIO_API_V2010_DELETE_QUEUERemove an empty queue需要连接
Remove an empty queue
认证
需要 Connected AccountTags
Delete a recording from your accountTWILIO_API_V2010_DELETE_RECORDINGDelete a recording from your account需要连接
Delete a recording from your account
认证
需要 Connected AccountTags
Delete a result and purge all associated PayloadsTWILIO_API_V2010_DELETE_RECORDING_ADD_ON_RESULTDelete a result and purge all associated Payloads需要连接
Delete a result and purge all associated Payloads
认证
需要 Connected AccountTags
Delete a payload from the result along with all associated DataTWILIO_API_V2010_DELETE_RECORDING_ADD_ON_RESULT_PAYLOADDelete a payload from the result along with all associated Data需要连接
Delete a payload from the result along with all associated Data
认证
需要 Connected AccountTags
Api V2010 DeleteRecordingTranscriptionTWILIO_API_V2010_DELETE_RECORDING_TRANSCRIPTIONApi V2010 DeleteRecordingTranscription需要连接
Api V2010 DeleteRecordingTranscription
认证
需要 Connected AccountTags
Api V2010 DeleteSigningKeyTWILIO_API_V2010_DELETE_SIGNING_KEYApi V2010 DeleteSigningKey需要连接
Api V2010 DeleteSigningKey
认证
需要 Connected AccountTags
Delete a credential list mapping from the requested domainTWILIO_API_V2010_DELETE_SIP_AUTH_CALLS_CREDENTIAL_LIST_MAPPINGDelete a credential list mapping from the requested domain需要连接
Delete a credential list mapping from the requested domain
认证
需要 Connected AccountTags
Delete an IP Access Control List mapping from the requested domainTWILIO_API_V2010_DELETE_SIP_AUTH_CALLS_IP_ACCESS_CONTROL_LIST_MAPPINGDelete an IP Access Control List mapping from the requested domain需要连接
Delete an IP Access Control List mapping from the requested domain
认证
需要 Connected AccountTags
Delete a credential list mapping from the requested domainTWILIO_API_V2010_DELETE_SIP_AUTH_REGISTRATIONS_CREDENTIAL_LIST_MAPPINGDelete a credential list mapping from the requested domain需要连接
Delete a credential list mapping from the requested domain
认证
需要 Connected AccountTags
Delete a credential resource.TWILIO_API_V2010_DELETE_SIP_CREDENTIALDelete a credential resource.需要连接
Delete a credential resource.
认证
需要 Connected AccountTags
Delete a Credential ListTWILIO_API_V2010_DELETE_SIP_CREDENTIAL_LISTDelete a Credential List需要连接
Delete a Credential List
认证
需要 Connected AccountTags
Delete a CredentialListMapping resource from an account.TWILIO_API_V2010_DELETE_SIP_CREDENTIAL_LIST_MAPPINGDelete a CredentialListMapping resource from an account.需要连接
Delete a CredentialListMapping resource from an account.
认证
需要 Connected AccountTags
Delete an instance of a DomainTWILIO_API_V2010_DELETE_SIP_DOMAINDelete an instance of a Domain需要连接
Delete an instance of a Domain
认证
需要 Connected AccountTags
Delete an IpAccessControlList from the requested accountTWILIO_API_V2010_DELETE_SIP_IP_ACCESS_CONTROL_LISTDelete an IpAccessControlList from the requested account需要连接
Delete an IpAccessControlList from the requested account
认证
需要 Connected AccountTags
Delete an IpAccessControlListMapping resource.TWILIO_API_V2010_DELETE_SIP_IP_ACCESS_CONTROL_LIST_MAPPINGDelete an IpAccessControlListMapping resource.需要连接
Delete an IpAccessControlListMapping resource.
认证
需要 Connected AccountTags
Delete an IpAddress resource.TWILIO_API_V2010_DELETE_SIP_IP_ADDRESSDelete an IpAddress resource.需要连接
Delete an IpAddress resource.
认证
需要 Connected AccountTags
Delete a transcription from the account used to make the requestTWILIO_API_V2010_DELETE_TRANSCRIPTIONDelete a transcription from the account used to make the request需要连接
Delete a transcription from the account used to make the request
认证
需要 Connected AccountTags
Api V2010 DeleteUsageTriggerTWILIO_API_V2010_DELETE_USAGE_TRIGGERApi V2010 DeleteUsageTrigger需要连接
Api V2010 DeleteUsageTrigger
认证
需要 Connected AccountTags
Delete a specific User Defined Message Subscription.TWILIO_API_V2010_DELETE_USER_DEFINED_MESSAGE_SUBSCRIPTIONDelete a specific User Defined Message Subscription.需要连接
Delete a specific User Defined Message Subscription.
认证
需要 Connected AccountTags
Fetch the account specified by the provided Account SidTWILIO_API_V2010_FETCH_ACCOUNTFetch the account specified by the provided Account Sid需要连接
Fetch the account specified by the provided Account Sid
认证
需要 Connected AccountTags
Api V2010 FetchAddressTWILIO_API_V2010_FETCH_ADDRESSApi V2010 FetchAddress需要连接
Api V2010 FetchAddress
认证
需要 Connected AccountTags
Fetch the application specified by the provided sidTWILIO_API_V2010_FETCH_APPLICATIONFetch the application specified by the provided sid需要连接
Fetch the application specified by the provided sid
认证
需要 Connected AccountTags
Fetch an instance of an authorized-connect-appTWILIO_API_V2010_FETCH_AUTHORIZED_CONNECT_APPFetch an instance of an authorized-connect-app需要连接
Fetch an instance of an authorized-connect-app
认证
需要 Connected AccountTags
Api V2010 FetchAvailablePhoneNumberCountryTWILIO_API_V2010_FETCH_AVAILABLE_PHONE_NUMBER_COUNTRYApi V2010 FetchAvailablePhoneNumberCountry需要连接
Api V2010 FetchAvailablePhoneNumberCountry
认证
需要 Connected AccountTags
Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance informationTWILIO_API_V2010_FETCH_BALANCEFetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information需要连接
Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information
认证
需要 Connected AccountTags
Fetch the call specified by the provided Call SIDTWILIO_API_V2010_FETCH_CALLFetch the call specified by the provided Call SID需要连接
Fetch the call specified by the provided Call SID
认证
需要 Connected AccountTags
Api V2010 FetchCallNotificationTWILIO_API_V2010_FETCH_CALL_NOTIFICATIONApi V2010 FetchCallNotification需要连接
Api V2010 FetchCallNotification
认证
需要 Connected AccountTags
Fetch an instance of a recording for a callTWILIO_API_V2010_FETCH_CALL_RECORDINGFetch an instance of a recording for a call需要连接
Fetch an instance of a recording for a call
认证
需要 Connected AccountTags
Fetch an instance of a conferenceTWILIO_API_V2010_FETCH_CONFERENCEFetch an instance of a conference需要连接
Fetch an instance of a conference
认证
需要 Connected AccountTags
Fetch an instance of a recording for a callTWILIO_API_V2010_FETCH_CONFERENCE_RECORDINGFetch an instance of a recording for a call需要连接
Fetch an instance of a recording for a call
认证
需要 Connected AccountTags
Fetch an instance of a connect-appTWILIO_API_V2010_FETCH_CONNECT_APPFetch an instance of a connect-app需要连接
Fetch an instance of a connect-app
认证
需要 Connected AccountTags
Fetch an incoming-phone-number belonging to the account used to make the request.TWILIO_API_V2010_FETCH_INCOMING_PHONE_NUMBERFetch an incoming-phone-number belonging to the account used to make the request.需要连接
Fetch an incoming-phone-number belonging to the account used to make the request.
认证
需要 Connected AccountTags
Fetch an instance of an Add-on installation currently assigned to this Number.TWILIO_API_V2010_FETCH_INCOMING_PHONE_NUMBER_ASSIGNED_ADD_ONFetch an instance of an Add-on installation currently assigned to this Number.需要连接
Fetch an instance of an Add-on installation currently assigned to this Number.
认证
需要 Connected AccountTags
Fetch an instance of an Extension for the Assigned Add-on.TWILIO_API_V2010_FETCH_INCOMING_PHONE_NUMBER_ASSIGNED_ADD_ON_EXTENSIONFetch an instance of an Extension for the Assigned Add-on.需要连接
Fetch an instance of an Extension for the Assigned Add-on.
认证
需要 Connected AccountTags
Api V2010 FetchKeyTWILIO_API_V2010_FETCH_KEYApi V2010 FetchKey需要连接
Api V2010 FetchKey
认证
需要 Connected AccountTags
Fetch a single Media resource associated with a specific Message resourceTWILIO_API_V2010_FETCH_MEDIAFetch a single Media resource associated with a specific Message resource需要连接
Fetch a single Media resource associated with a specific Message resource
认证
需要 Connected AccountTags
Fetch a specific member from the queueTWILIO_API_V2010_FETCH_MEMBERFetch a specific member from the queue需要连接
Fetch a specific member from the queue
认证
需要 Connected AccountTags
Fetch a specific MessageTWILIO_API_V2010_FETCH_MESSAGEFetch a specific Message需要连接
Fetch a specific Message
认证
需要 Connected AccountTags
Fetch a notification belonging to the account used to make the requestTWILIO_API_V2010_FETCH_NOTIFICATIONFetch a notification belonging to the account used to make the request需要连接
Fetch a notification belonging to the account used to make the request
认证
需要 Connected AccountTags
Fetch an outgoing-caller-id belonging to the account used to make the requestTWILIO_API_V2010_FETCH_OUTGOING_CALLER_IDFetch an outgoing-caller-id belonging to the account used to make the request需要连接
Fetch an outgoing-caller-id belonging to the account used to make the request
认证
需要 Connected AccountTags
Fetch an instance of a participantTWILIO_API_V2010_FETCH_PARTICIPANTFetch an instance of a participant需要连接
Fetch an instance of a participant
认证
需要 Connected AccountTags
Fetch an instance of a queue identified by the QueueSidTWILIO_API_V2010_FETCH_QUEUEFetch an instance of a queue identified by the QueueSid需要连接
Fetch an instance of a queue identified by the QueueSid
认证
需要 Connected AccountTags
Fetch an instance of a recordingTWILIO_API_V2010_FETCH_RECORDINGFetch an instance of a recording需要连接
Fetch an instance of a recording
认证
需要 Connected AccountTags
Fetch an instance of an AddOnResultTWILIO_API_V2010_FETCH_RECORDING_ADD_ON_RESULTFetch an instance of an AddOnResult需要连接
Fetch an instance of an AddOnResult
认证
需要 Connected AccountTags
Fetch an instance of a result payloadTWILIO_API_V2010_FETCH_RECORDING_ADD_ON_RESULT_PAYLOADFetch an instance of a result payload需要连接
Fetch an instance of a result payload
认证
需要 Connected AccountTags
Fetch an instance of a result payloadTWILIO_API_V2010_FETCH_RECORDING_ADD_ON_RESULT_PAYLOAD_DATAFetch an instance of a result payload需要连接
Fetch an instance of a result payload
认证
需要 Connected AccountTags
Api V2010 FetchRecordingTranscriptionTWILIO_API_V2010_FETCH_RECORDING_TRANSCRIPTIONApi V2010 FetchRecordingTranscription需要连接
Api V2010 FetchRecordingTranscription
认证
需要 Connected AccountTags
Fetch an instance of a short codeTWILIO_API_V2010_FETCH_SHORT_CODEFetch an instance of a short code需要连接
Fetch an instance of a short code
认证
需要 Connected AccountTags
Api V2010 FetchSigningKeyTWILIO_API_V2010_FETCH_SIGNING_KEYApi V2010 FetchSigningKey需要连接
Api V2010 FetchSigningKey
认证
需要 Connected AccountTags
Fetch a specific instance of a credential list mappingTWILIO_API_V2010_FETCH_SIP_AUTH_CALLS_CREDENTIAL_LIST_MAPPINGFetch a specific instance of a credential list mapping需要连接
Fetch a specific instance of a credential list mapping
认证
需要 Connected AccountTags
Fetch a specific instance of an IP Access Control List mappingTWILIO_API_V2010_FETCH_SIP_AUTH_CALLS_IP_ACCESS_CONTROL_LIST_MAPPINGFetch a specific instance of an IP Access Control List mapping需要连接
Fetch a specific instance of an IP Access Control List mapping
认证
需要 Connected AccountTags
Fetch a specific instance of a credential list mappingTWILIO_API_V2010_FETCH_SIP_AUTH_REGISTRATIONS_CREDENTIAL_LIST_MAPPINGFetch a specific instance of a credential list mapping需要连接
Fetch a specific instance of a credential list mapping
认证
需要 Connected AccountTags
Fetch a single credential.TWILIO_API_V2010_FETCH_SIP_CREDENTIALFetch a single credential.需要连接
Fetch a single credential.
认证
需要 Connected AccountTags
Get a Credential ListTWILIO_API_V2010_FETCH_SIP_CREDENTIAL_LISTGet a Credential List需要连接
Get a Credential List
认证
需要 Connected AccountTags
Fetch a single CredentialListMapping resource from an account.TWILIO_API_V2010_FETCH_SIP_CREDENTIAL_LIST_MAPPINGFetch a single CredentialListMapping resource from an account.需要连接
Fetch a single CredentialListMapping resource from an account.
认证
需要 Connected AccountTags
Fetch an instance of a DomainTWILIO_API_V2010_FETCH_SIP_DOMAINFetch an instance of a Domain需要连接
Fetch an instance of a Domain
认证
需要 Connected AccountTags
Fetch a specific instance of an IpAccessControlListTWILIO_API_V2010_FETCH_SIP_IP_ACCESS_CONTROL_LISTFetch a specific instance of an IpAccessControlList需要连接
Fetch a specific instance of an IpAccessControlList
认证
需要 Connected AccountTags
Fetch an IpAccessControlListMapping resource.TWILIO_API_V2010_FETCH_SIP_IP_ACCESS_CONTROL_LIST_MAPPINGFetch an IpAccessControlListMapping resource.需要连接
Fetch an IpAccessControlListMapping resource.
认证
需要 Connected AccountTags
Read one IpAddress resource.TWILIO_API_V2010_FETCH_SIP_IP_ADDRESSRead one IpAddress resource.需要连接
Read one IpAddress resource.
认证
需要 Connected AccountTags
Fetch an instance of a TranscriptionTWILIO_API_V2010_FETCH_TRANSCRIPTIONFetch an instance of a Transcription需要连接
Fetch an instance of a Transcription
认证
需要 Connected AccountTags
Fetch and instance of a usage-triggerTWILIO_API_V2010_FETCH_USAGE_TRIGGERFetch and instance of a usage-trigger需要连接
Fetch and instance of a usage-trigger
认证
需要 Connected AccountTags
Retrieves a collection of Accounts belonging to the account used to make the requestTWILIO_API_V2010_LIST_ACCOUNTRetrieves a collection of Accounts belonging to the account used to make the request需要连接
Retrieves a collection of Accounts belonging to the account used to make the request
认证
需要 Connected AccountTags
Api V2010 ListAddressTWILIO_API_V2010_LIST_ADDRESSApi V2010 ListAddress需要连接
Api V2010 ListAddress
认证
需要 Connected AccountTags
Retrieve a list of applications representing an application within the requesting accountTWILIO_API_V2010_LIST_APPLICATIONRetrieve a list of applications representing an application within the requesting account需要连接
Retrieve a list of applications representing an application within the requesting account
认证
需要 Connected AccountTags
Retrieve a list of authorized-connect-apps belonging to the account used to make the requestTWILIO_API_V2010_LIST_AUTHORIZED_CONNECT_APPRetrieve a list of authorized-connect-apps belonging to the account used to make the request需要连接
Retrieve a list of authorized-connect-apps belonging to the account used to make the request
认证
需要 Connected AccountTags
Api V2010 ListAvailablePhoneNumberCountryTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_COUNTRYApi V2010 ListAvailablePhoneNumberCountry需要连接
Api V2010 ListAvailablePhoneNumberCountry
认证
需要 Connected AccountTags
Api V2010 ListAvailablePhoneNumberLocalTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_LOCALApi V2010 ListAvailablePhoneNumberLocal需要连接
Api V2010 ListAvailablePhoneNumberLocal
认证
需要 Connected AccountTags
Api V2010 ListAvailablePhoneNumberMachineToMachineTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_MACHINE_TO_MACHINEApi V2010 ListAvailablePhoneNumberMachineToMachine需要连接
Api V2010 ListAvailablePhoneNumberMachineToMachine
认证
需要 Connected AccountTags
Api V2010 ListAvailablePhoneNumberMobileTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_MOBILEApi V2010 ListAvailablePhoneNumberMobile需要连接
Api V2010 ListAvailablePhoneNumberMobile
认证
需要 Connected AccountTags
Api V2010 ListAvailablePhoneNumberNationalTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_NATIONALApi V2010 ListAvailablePhoneNumberNational需要连接
Api V2010 ListAvailablePhoneNumberNational
认证
需要 Connected AccountTags
Api V2010 ListAvailablePhoneNumberSharedCostTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_SHARED_COSTApi V2010 ListAvailablePhoneNumberSharedCost需要连接
Api V2010 ListAvailablePhoneNumberSharedCost
认证
需要 Connected AccountTags
Api V2010 ListAvailablePhoneNumberTollFreeTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_TOLL_FREEApi V2010 ListAvailablePhoneNumberTollFree需要连接
Api V2010 ListAvailablePhoneNumberTollFree
认证
需要 Connected AccountTags
Api V2010 ListAvailablePhoneNumberVoipTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_VOIPApi V2010 ListAvailablePhoneNumberVoip需要连接
Api V2010 ListAvailablePhoneNumberVoip
认证
需要 Connected AccountTags
Retrieves a collection of calls made to and from your accountTWILIO_API_V2010_LIST_CALLRetrieves a collection of calls made to and from your account需要连接
Retrieves a collection of calls made to and from your account
认证
需要 Connected AccountTags
Retrieve a list of all events for a call.TWILIO_API_V2010_LIST_CALL_EVENTRetrieve a list of all events for a call.需要连接
Retrieve a list of all events for a call.
认证
需要 Connected AccountTags
Api V2010 ListCallNotificationTWILIO_API_V2010_LIST_CALL_NOTIFICATIONApi V2010 ListCallNotification需要连接
Api V2010 ListCallNotification
认证
需要 Connected AccountTags
Retrieve a list of recordings belonging to the call used to make the requestTWILIO_API_V2010_LIST_CALL_RECORDINGRetrieve a list of recordings belonging to the call used to make the request需要连接
Retrieve a list of recordings belonging to the call used to make the request
认证
需要 Connected AccountTags
Retrieve a list of conferences belonging to the account used to make the requestTWILIO_API_V2010_LIST_CONFERENCERetrieve a list of conferences belonging to the account used to make the request需要连接
Retrieve a list of conferences belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of recordings belonging to the call used to make the requestTWILIO_API_V2010_LIST_CONFERENCE_RECORDINGRetrieve a list of recordings belonging to the call used to make the request需要连接
Retrieve a list of recordings belonging to the call used to make the request
认证
需要 Connected AccountTags
Retrieve a list of connect-apps belonging to the account used to make the requestTWILIO_API_V2010_LIST_CONNECT_APPRetrieve a list of connect-apps belonging to the account used to make the request需要连接
Retrieve a list of connect-apps belonging to the account used to make the request
认证
需要 Connected AccountTags
Api V2010 ListDependentPhoneNumberTWILIO_API_V2010_LIST_DEPENDENT_PHONE_NUMBERApi V2010 ListDependentPhoneNumber需要连接
Api V2010 ListDependentPhoneNumber
认证
需要 Connected AccountTags
Retrieve a list of incoming-phone-numbers belonging to the account used to make the request.TWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBERRetrieve a list of incoming-phone-numbers belonging to the account used to make the request.需要连接
Retrieve a list of incoming-phone-numbers belonging to the account used to make the request.
认证
需要 Connected AccountTags
Retrieve a list of Add-on installations currently assigned to this Number.TWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBER_ASSIGNED_ADD_ONRetrieve a list of Add-on installations currently assigned to this Number.需要连接
Retrieve a list of Add-on installations currently assigned to this Number.
认证
需要 Connected AccountTags
Retrieve a list of Extensions for the Assigned Add-on.TWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBER_ASSIGNED_ADD_ON_EXTENSIONRetrieve a list of Extensions for the Assigned Add-on.需要连接
Retrieve a list of Extensions for the Assigned Add-on.
认证
需要 Connected AccountTags
Api V2010 ListIncomingPhoneNumberLocalTWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBER_LOCALApi V2010 ListIncomingPhoneNumberLocal需要连接
Api V2010 ListIncomingPhoneNumberLocal
认证
需要 Connected AccountTags
Api V2010 ListIncomingPhoneNumberMobileTWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBER_MOBILEApi V2010 ListIncomingPhoneNumberMobile需要连接
Api V2010 ListIncomingPhoneNumberMobile
认证
需要 Connected AccountTags
Api V2010 ListIncomingPhoneNumberTollFreeTWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBER_TOLL_FREEApi V2010 ListIncomingPhoneNumberTollFree需要连接
Api V2010 ListIncomingPhoneNumberTollFree
认证
需要 Connected AccountTags
Api V2010 ListKeyTWILIO_API_V2010_LIST_KEYApi V2010 ListKey需要连接
Api V2010 ListKey
认证
需要 Connected AccountTags
Read a list of Media resources associated with a specific Message resourceTWILIO_API_V2010_LIST_MEDIARead a list of Media resources associated with a specific Message resource需要连接
Read a list of Media resources associated with a specific Message resource
认证
需要 Connected AccountTags
Retrieve the members of the queueTWILIO_API_V2010_LIST_MEMBERRetrieve the members of the queue需要连接
Retrieve the members of the queue
认证
需要 Connected AccountTags
Retrieve a list of Message resources associated with a Twilio AccountTWILIO_API_V2010_LIST_MESSAGERetrieve a list of Message resources associated with a Twilio Account需要连接
Retrieve a list of Message resources associated with a Twilio Account
认证
需要 Connected AccountTags
Retrieve a list of notifications belonging to the account used to make the requestTWILIO_API_V2010_LIST_NOTIFICATIONRetrieve a list of notifications belonging to the account used to make the request需要连接
Retrieve a list of notifications belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of outgoing-caller-ids belonging to the account used to make the requestTWILIO_API_V2010_LIST_OUTGOING_CALLER_IDRetrieve a list of outgoing-caller-ids belonging to the account used to make the request需要连接
Retrieve a list of outgoing-caller-ids belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of participants belonging to the account used to make the requestTWILIO_API_V2010_LIST_PARTICIPANTRetrieve a list of participants belonging to the account used to make the request需要连接
Retrieve a list of participants belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of queues belonging to the account used to make the requestTWILIO_API_V2010_LIST_QUEUERetrieve a list of queues belonging to the account used to make the request需要连接
Retrieve a list of queues belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of recordings belonging to the account used to make the requestTWILIO_API_V2010_LIST_RECORDINGRetrieve a list of recordings belonging to the account used to make the request需要连接
Retrieve a list of recordings belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of results belonging to the recordingTWILIO_API_V2010_LIST_RECORDING_ADD_ON_RESULTRetrieve a list of results belonging to the recording需要连接
Retrieve a list of results belonging to the recording
认证
需要 Connected AccountTags
Retrieve a list of payloads belonging to the AddOnResultTWILIO_API_V2010_LIST_RECORDING_ADD_ON_RESULT_PAYLOADRetrieve a list of payloads belonging to the AddOnResult需要连接
Retrieve a list of payloads belonging to the AddOnResult
认证
需要 Connected AccountTags
Api V2010 ListRecordingTranscriptionTWILIO_API_V2010_LIST_RECORDING_TRANSCRIPTIONApi V2010 ListRecordingTranscription需要连接
Api V2010 ListRecordingTranscription
认证
需要 Connected AccountTags
Retrieve a list of short-codes belonging to the account used to make the requestTWILIO_API_V2010_LIST_SHORT_CODERetrieve a list of short-codes belonging to the account used to make the request需要连接
Retrieve a list of short-codes belonging to the account used to make the request
认证
需要 Connected AccountTags
Api V2010 ListSigningKeyTWILIO_API_V2010_LIST_SIGNING_KEYApi V2010 ListSigningKey需要连接
Api V2010 ListSigningKey
认证
需要 Connected AccountTags
Retrieve a list of credential list mappings belonging to the domain used in the requestTWILIO_API_V2010_LIST_SIP_AUTH_CALLS_CREDENTIAL_LIST_MAPPINGRetrieve a list of credential list mappings belonging to the domain used in the request需要连接
Retrieve a list of credential list mappings belonging to the domain used in the request
认证
需要 Connected AccountTags
Retrieve a list of IP Access Control List mappings belonging to the domain used in the requestTWILIO_API_V2010_LIST_SIP_AUTH_CALLS_IP_ACCESS_CONTROL_LIST_MAPPINGRetrieve a list of IP Access Control List mappings belonging to the domain used in the request需要连接
Retrieve a list of IP Access Control List mappings belonging to the domain used in the request
认证
需要 Connected AccountTags
Retrieve a list of credential list mappings belonging to the domain used in the requestTWILIO_API_V2010_LIST_SIP_AUTH_REGISTRATIONS_CREDENTIAL_LIST_MAPPINGRetrieve a list of credential list mappings belonging to the domain used in the request需要连接
Retrieve a list of credential list mappings belonging to the domain used in the request
认证
需要 Connected AccountTags
Retrieve a list of credentials.TWILIO_API_V2010_LIST_SIP_CREDENTIALRetrieve a list of credentials.需要连接
Retrieve a list of credentials.
认证
需要 Connected AccountTags
Get All Credential ListsTWILIO_API_V2010_LIST_SIP_CREDENTIAL_LISTGet All Credential Lists需要连接
Get All Credential Lists
认证
需要 Connected AccountTags
Read multiple CredentialListMapping resources from an account.TWILIO_API_V2010_LIST_SIP_CREDENTIAL_LIST_MAPPINGRead multiple CredentialListMapping resources from an account.需要连接
Read multiple CredentialListMapping resources from an account.
认证
需要 Connected AccountTags
Retrieve a list of domains belonging to the account used to make the requestTWILIO_API_V2010_LIST_SIP_DOMAINRetrieve a list of domains belonging to the account used to make the request需要连接
Retrieve a list of domains belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of IpAccessControlLists that belong to the account used to make the requestTWILIO_API_V2010_LIST_SIP_IP_ACCESS_CONTROL_LISTRetrieve a list of IpAccessControlLists that belong to the account used to make the request需要连接
Retrieve a list of IpAccessControlLists that belong to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of IpAccessControlListMapping resources.TWILIO_API_V2010_LIST_SIP_IP_ACCESS_CONTROL_LIST_MAPPINGRetrieve a list of IpAccessControlListMapping resources.需要连接
Retrieve a list of IpAccessControlListMapping resources.
认证
需要 Connected AccountTags
Read multiple IpAddress resources.TWILIO_API_V2010_LIST_SIP_IP_ADDRESSRead multiple IpAddress resources.需要连接
Read multiple IpAddress resources.
认证
需要 Connected AccountTags
Retrieve a list of transcriptions belonging to the account used to make the requestTWILIO_API_V2010_LIST_TRANSCRIPTIONRetrieve a list of transcriptions belonging to the account used to make the request需要连接
Retrieve a list of transcriptions belonging to the account used to make the request
认证
需要 Connected AccountTags
Retrieve a list of usage-records belonging to the account used to make the requestTWILIO_API_V2010_LIST_USAGE_RECORDRetrieve a list of usage-records belonging to the account used to make the request需要连接
Retrieve a list of usage-records belonging to the account used to make the request
认证
需要 Connected AccountTags
Api V2010 ListUsageRecordAllTimeTWILIO_API_V2010_LIST_USAGE_RECORD_ALL_TIMEApi V2010 ListUsageRecordAllTime需要连接
Api V2010 ListUsageRecordAllTime
认证
需要 Connected AccountTags
Api V2010 ListUsageRecordDailyTWILIO_API_V2010_LIST_USAGE_RECORD_DAILYApi V2010 ListUsageRecordDaily需要连接
Api V2010 ListUsageRecordDaily
认证
需要 Connected AccountTags
Api V2010 ListUsageRecordLastMonthTWILIO_API_V2010_LIST_USAGE_RECORD_LAST_MONTHApi V2010 ListUsageRecordLastMonth需要连接
Api V2010 ListUsageRecordLastMonth
认证
需要 Connected AccountTags
Api V2010 ListUsageRecordMonthlyTWILIO_API_V2010_LIST_USAGE_RECORD_MONTHLYApi V2010 ListUsageRecordMonthly需要连接
Api V2010 ListUsageRecordMonthly
认证
需要 Connected AccountTags
Api V2010 ListUsageRecordThisMonthTWILIO_API_V2010_LIST_USAGE_RECORD_THIS_MONTHApi V2010 ListUsageRecordThisMonth需要连接
Api V2010 ListUsageRecordThisMonth
认证
需要 Connected AccountTags
Api V2010 ListUsageRecordTodayTWILIO_API_V2010_LIST_USAGE_RECORD_TODAYApi V2010 ListUsageRecordToday需要连接
Api V2010 ListUsageRecordToday
认证
需要 Connected AccountTags
Api V2010 ListUsageRecordYearlyTWILIO_API_V2010_LIST_USAGE_RECORD_YEARLYApi V2010 ListUsageRecordYearly需要连接
Api V2010 ListUsageRecordYearly
认证
需要 Connected AccountTags
Api V2010 ListUsageRecordYesterdayTWILIO_API_V2010_LIST_USAGE_RECORD_YESTERDAYApi V2010 ListUsageRecordYesterday需要连接
Api V2010 ListUsageRecordYesterday
认证
需要 Connected AccountTags
Retrieve a list of usage-triggers belonging to the account used to make the requestTWILIO_API_V2010_LIST_USAGE_TRIGGERRetrieve a list of usage-triggers belonging to the account used to make the request需要连接
Retrieve a list of usage-triggers belonging to the account used to make the request
认证
需要 Connected AccountTags
Modify the properties of a given AccountTWILIO_API_V2010_UPDATE_ACCOUNTModify the properties of a given Account需要连接
Modify the properties of a given Account
认证
需要 Connected AccountTags
Api V2010 UpdateAddressTWILIO_API_V2010_UPDATE_ADDRESSApi V2010 UpdateAddress需要连接
Api V2010 UpdateAddress
认证
需要 Connected AccountTags
Updates the application's propertiesTWILIO_API_V2010_UPDATE_APPLICATIONUpdates the application's properties需要连接
Updates the application's properties
认证
需要 Connected AccountTags
Initiates a call redirect or terminates a callTWILIO_API_V2010_UPDATE_CALLInitiates a call redirect or terminates a call需要连接
Initiates a call redirect or terminates a call
认证
需要 Connected AccountTags
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.TWILIO_API_V2010_UPDATE_CALL_RECORDINGChanges the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording.需要连接
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.
认证
需要 Connected AccountTags
Api V2010 UpdateConferenceTWILIO_API_V2010_UPDATE_CONFERENCEApi V2010 UpdateConference需要连接
Api V2010 UpdateConference
认证
需要 Connected AccountTags
Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.TWILIO_API_V2010_UPDATE_CONFERENCE_RECORDINGChanges the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.需要连接
Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.
认证
需要 Connected AccountTags
Update a connect-app with the specified parametersTWILIO_API_V2010_UPDATE_CONNECT_APPUpdate a connect-app with the specified parameters需要连接
Update a connect-app with the specified parameters
认证
需要 Connected AccountTags
Update an incoming-phone-number instance.TWILIO_API_V2010_UPDATE_INCOMING_PHONE_NUMBERUpdate an incoming-phone-number instance.需要连接
Update an incoming-phone-number instance.
认证
需要 Connected AccountTags
Api V2010 UpdateKeyTWILIO_API_V2010_UPDATE_KEYApi V2010 UpdateKey需要连接
Api V2010 UpdateKey
认证
需要 Connected AccountTags
Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URLTWILIO_API_V2010_UPDATE_MEMBERDequeue a member from a queue and have the member's call begin executing the TwiML document at that URL需要连接
Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL
认证
需要 Connected AccountTags
Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages)TWILIO_API_V2010_UPDATE_MESSAGEUpdate a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages)需要连接
Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages)
认证
需要 Connected AccountTags
Updates the caller-idTWILIO_API_V2010_UPDATE_OUTGOING_CALLER_IDUpdates the caller-id需要连接
Updates the caller-id
认证
需要 Connected AccountTags
Update the properties of the participantTWILIO_API_V2010_UPDATE_PARTICIPANTUpdate the properties of the participant需要连接
Update the properties of the participant
认证
需要 Connected AccountTags
update an instance of payments with different phases of payment flows.TWILIO_API_V2010_UPDATE_PAYMENTSupdate an instance of payments with different phases of payment flows.需要连接
update an instance of payments with different phases of payment flows.
认证
需要 Connected AccountTags
Update the queue with the new parametersTWILIO_API_V2010_UPDATE_QUEUEUpdate the queue with the new parameters需要连接
Update the queue with the new parameters
认证
需要 Connected AccountTags
Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resourceTWILIO_API_V2010_UPDATE_REALTIME_TRANSCRIPTIONStop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource需要连接
Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource
认证
需要 Connected AccountTags
Update a short code with the following parametersTWILIO_API_V2010_UPDATE_SHORT_CODEUpdate a short code with the following parameters需要连接
Update a short code with the following parameters
认证
需要 Connected AccountTags
Api V2010 UpdateSigningKeyTWILIO_API_V2010_UPDATE_SIGNING_KEYApi V2010 UpdateSigningKey需要连接
Api V2010 UpdateSigningKey
认证
需要 Connected AccountTags
Update a credential resource.TWILIO_API_V2010_UPDATE_SIP_CREDENTIALUpdate a credential resource.需要连接
Update a credential resource.
认证
需要 Connected AccountTags
Update a Credential ListTWILIO_API_V2010_UPDATE_SIP_CREDENTIAL_LISTUpdate a Credential List需要连接
Update a Credential List
认证
需要 Connected AccountTags
Update the attributes of a domainTWILIO_API_V2010_UPDATE_SIP_DOMAINUpdate the attributes of a domain需要连接
Update the attributes of a domain
认证
需要 Connected AccountTags
Rename an IpAccessControlListTWILIO_API_V2010_UPDATE_SIP_IP_ACCESS_CONTROL_LISTRename an IpAccessControlList需要连接
Rename an IpAccessControlList
认证
需要 Connected AccountTags
Update an IpAddress resource.TWILIO_API_V2010_UPDATE_SIP_IP_ADDRESSUpdate an IpAddress resource.需要连接
Update an IpAddress resource.
认证
需要 Connected AccountTags
Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resourceTWILIO_API_V2010_UPDATE_SIPRECStop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource需要连接
Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource
认证
需要 Connected AccountTags
Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resourceTWILIO_API_V2010_UPDATE_STREAMStop a Stream using either the SID of the Stream resource or the `name` used when creating the resource需要连接
Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource
认证
需要 Connected AccountTags
Update an instance of a usage triggerTWILIO_API_V2010_UPDATE_USAGE_TRIGGERUpdate an instance of a usage trigger需要连接
Update an instance of a usage trigger
认证
需要 Connected AccountTags
Bulkexports V1 CreateExportCustomJobTWILIO_BULKEXPORTS_V1_CREATE_EXPORT_CUSTOM_JOBBulkexports V1 CreateExportCustomJob需要连接
Bulkexports V1 CreateExportCustomJob
认证
需要 Connected AccountTags
Bulkexports V1 DeleteJobTWILIO_BULKEXPORTS_V1_DELETE_JOBBulkexports V1 DeleteJob需要连接
Bulkexports V1 DeleteJob
认证
需要 Connected AccountTags
Fetch a specific Day.TWILIO_BULKEXPORTS_V1_FETCH_DAYFetch a specific Day.需要连接
Fetch a specific Day.
认证
需要 Connected AccountTags
Fetch a specific Export.TWILIO_BULKEXPORTS_V1_FETCH_EXPORTFetch a specific Export.需要连接
Fetch a specific Export.
认证
需要 Connected AccountTags
Fetch a specific Export Configuration.TWILIO_BULKEXPORTS_V1_FETCH_EXPORT_CONFIGURATIONFetch a specific Export Configuration.需要连接
Fetch a specific Export Configuration.
认证
需要 Connected AccountTags
Bulkexports V1 FetchJobTWILIO_BULKEXPORTS_V1_FETCH_JOBBulkexports V1 FetchJob需要连接
Bulkexports V1 FetchJob
认证
需要 Connected AccountTags
Retrieve a list of all Days for a resource.TWILIO_BULKEXPORTS_V1_LIST_DAYRetrieve a list of all Days for a resource.需要连接
Retrieve a list of all Days for a resource.
认证
需要 Connected AccountTags
Bulkexports V1 ListExportCustomJobTWILIO_BULKEXPORTS_V1_LIST_EXPORT_CUSTOM_JOBBulkexports V1 ListExportCustomJob需要连接
Bulkexports V1 ListExportCustomJob
认证
需要 Connected AccountTags
Update a specific Export Configuration.TWILIO_BULKEXPORTS_V1_UPDATE_EXPORT_CONFIGURATIONUpdate a specific Export Configuration.需要连接
Update a specific Export Configuration.
认证
需要 Connected AccountTags
Chat V1 CreateChannelTWILIO_CHAT_V1_CREATE_CHANNELChat V1 CreateChannel需要连接
Chat V1 CreateChannel
认证
需要 Connected AccountTags
Chat V1 CreateCredentialTWILIO_CHAT_V1_CREATE_CREDENTIALChat V1 CreateCredential需要连接
Chat V1 CreateCredential
认证
需要 Connected AccountTags
Chat V1 CreateInviteTWILIO_CHAT_V1_CREATE_INVITEChat V1 CreateInvite需要连接
Chat V1 CreateInvite
认证
需要 Connected AccountTags
Chat V1 CreateMemberTWILIO_CHAT_V1_CREATE_MEMBERChat V1 CreateMember需要连接
Chat V1 CreateMember
认证
需要 Connected AccountTags
Chat V1 CreateMessageTWILIO_CHAT_V1_CREATE_MESSAGEChat V1 CreateMessage需要连接
Chat V1 CreateMessage
认证
需要 Connected AccountTags
Chat V1 CreateRoleTWILIO_CHAT_V1_CREATE_ROLEChat V1 CreateRole需要连接
Chat V1 CreateRole
认证
需要 Connected AccountTags
Chat V1 CreateServiceTWILIO_CHAT_V1_CREATE_SERVICEChat V1 CreateService需要连接
Chat V1 CreateService
认证
需要 Connected AccountTags
Chat V1 CreateUserTWILIO_CHAT_V1_CREATE_USERChat V1 CreateUser需要连接
Chat V1 CreateUser
认证
需要 Connected AccountTags
Chat V1 DeleteChannelTWILIO_CHAT_V1_DELETE_CHANNELChat V1 DeleteChannel需要连接
Chat V1 DeleteChannel
认证
需要 Connected AccountTags
Chat V1 DeleteCredentialTWILIO_CHAT_V1_DELETE_CREDENTIALChat V1 DeleteCredential需要连接
Chat V1 DeleteCredential
认证
需要 Connected AccountTags
Chat V1 DeleteInviteTWILIO_CHAT_V1_DELETE_INVITEChat V1 DeleteInvite需要连接
Chat V1 DeleteInvite
认证
需要 Connected AccountTags
Chat V1 DeleteMemberTWILIO_CHAT_V1_DELETE_MEMBERChat V1 DeleteMember需要连接
Chat V1 DeleteMember
认证
需要 Connected AccountTags
Chat V1 DeleteMessageTWILIO_CHAT_V1_DELETE_MESSAGEChat V1 DeleteMessage需要连接
Chat V1 DeleteMessage
认证
需要 Connected AccountTags
Chat V1 DeleteRoleTWILIO_CHAT_V1_DELETE_ROLEChat V1 DeleteRole需要连接
Chat V1 DeleteRole
认证
需要 Connected AccountTags
Chat V1 DeleteServiceTWILIO_CHAT_V1_DELETE_SERVICEChat V1 DeleteService需要连接
Chat V1 DeleteService
认证
需要 Connected AccountTags
Chat V1 DeleteUserTWILIO_CHAT_V1_DELETE_USERChat V1 DeleteUser需要连接
Chat V1 DeleteUser
认证
需要 Connected AccountTags
Chat V1 FetchChannelTWILIO_CHAT_V1_FETCH_CHANNELChat V1 FetchChannel需要连接
Chat V1 FetchChannel
认证
需要 Connected AccountTags
Chat V1 FetchCredentialTWILIO_CHAT_V1_FETCH_CREDENTIALChat V1 FetchCredential需要连接
Chat V1 FetchCredential
认证
需要 Connected AccountTags
Chat V1 FetchInviteTWILIO_CHAT_V1_FETCH_INVITEChat V1 FetchInvite需要连接
Chat V1 FetchInvite
认证
需要 Connected AccountTags
Chat V1 FetchMemberTWILIO_CHAT_V1_FETCH_MEMBERChat V1 FetchMember需要连接
Chat V1 FetchMember
认证
需要 Connected AccountTags
Chat V1 FetchMessageTWILIO_CHAT_V1_FETCH_MESSAGEChat V1 FetchMessage需要连接
Chat V1 FetchMessage
认证
需要 Connected AccountTags
Chat V1 FetchRoleTWILIO_CHAT_V1_FETCH_ROLEChat V1 FetchRole需要连接
Chat V1 FetchRole
认证
需要 Connected AccountTags
Chat V1 FetchServiceTWILIO_CHAT_V1_FETCH_SERVICEChat V1 FetchService需要连接
Chat V1 FetchService
认证
需要 Connected AccountTags
Chat V1 FetchUserTWILIO_CHAT_V1_FETCH_USERChat V1 FetchUser需要连接
Chat V1 FetchUser
认证
需要 Connected AccountTags
Chat V1 ListChannelTWILIO_CHAT_V1_LIST_CHANNELChat V1 ListChannel需要连接
Chat V1 ListChannel
认证
需要 Connected AccountTags
Chat V1 ListCredentialTWILIO_CHAT_V1_LIST_CREDENTIALChat V1 ListCredential需要连接
Chat V1 ListCredential
认证
需要 Connected AccountTags
Chat V1 ListInviteTWILIO_CHAT_V1_LIST_INVITEChat V1 ListInvite需要连接
Chat V1 ListInvite
认证
需要 Connected AccountTags
Chat V1 ListMemberTWILIO_CHAT_V1_LIST_MEMBERChat V1 ListMember需要连接
Chat V1 ListMember
认证
需要 Connected AccountTags
Chat V1 ListMessageTWILIO_CHAT_V1_LIST_MESSAGEChat V1 ListMessage需要连接
Chat V1 ListMessage
认证
需要 Connected AccountTags
Chat V1 ListRoleTWILIO_CHAT_V1_LIST_ROLEChat V1 ListRole需要连接
Chat V1 ListRole
认证
需要 Connected AccountTags
Chat V1 ListServiceTWILIO_CHAT_V1_LIST_SERVICEChat V1 ListService需要连接
Chat V1 ListService
认证
需要 Connected AccountTags
Chat V1 ListUserTWILIO_CHAT_V1_LIST_USERChat V1 ListUser需要连接
Chat V1 ListUser
认证
需要 Connected AccountTags
List all Channels for a given User.TWILIO_CHAT_V1_LIST_USER_CHANNELList all Channels for a given User.需要连接
List all Channels for a given User.
认证
需要 Connected AccountTags
Chat V1 UpdateChannelTWILIO_CHAT_V1_UPDATE_CHANNELChat V1 UpdateChannel需要连接
Chat V1 UpdateChannel
认证
需要 Connected AccountTags
Chat V1 UpdateCredentialTWILIO_CHAT_V1_UPDATE_CREDENTIALChat V1 UpdateCredential需要连接
Chat V1 UpdateCredential
认证
需要 Connected AccountTags
Chat V1 UpdateMemberTWILIO_CHAT_V1_UPDATE_MEMBERChat V1 UpdateMember需要连接
Chat V1 UpdateMember
认证
需要 Connected AccountTags
Chat V1 UpdateMessageTWILIO_CHAT_V1_UPDATE_MESSAGEChat V1 UpdateMessage需要连接
Chat V1 UpdateMessage
认证
需要 Connected AccountTags
Chat V1 UpdateRoleTWILIO_CHAT_V1_UPDATE_ROLEChat V1 UpdateRole需要连接
Chat V1 UpdateRole
认证
需要 Connected AccountTags
Chat V1 UpdateServiceTWILIO_CHAT_V1_UPDATE_SERVICEChat V1 UpdateService需要连接
Chat V1 UpdateService
认证
需要 Connected AccountTags
Chat V1 UpdateUserTWILIO_CHAT_V1_UPDATE_USERChat V1 UpdateUser需要连接
Chat V1 UpdateUser
认证
需要 Connected AccountTags
Chat V2 CreateChannelTWILIO_CHAT_V2_CREATE_CHANNELChat V2 CreateChannel需要连接
Chat V2 CreateChannel
认证
需要 Connected AccountTags
Chat V2 CreateChannelWebhookTWILIO_CHAT_V2_CREATE_CHANNEL_WEBHOOKChat V2 CreateChannelWebhook需要连接
Chat V2 CreateChannelWebhook
认证
需要 Connected AccountTags
Chat V2 CreateCredentialTWILIO_CHAT_V2_CREATE_CREDENTIALChat V2 CreateCredential需要连接
Chat V2 CreateCredential
认证
需要 Connected AccountTags
Chat V2 CreateInviteTWILIO_CHAT_V2_CREATE_INVITEChat V2 CreateInvite需要连接
Chat V2 CreateInvite
认证
需要 Connected AccountTags
Chat V2 CreateMemberTWILIO_CHAT_V2_CREATE_MEMBERChat V2 CreateMember需要连接
Chat V2 CreateMember
认证
需要 Connected AccountTags
Chat V2 CreateMessageTWILIO_CHAT_V2_CREATE_MESSAGEChat V2 CreateMessage需要连接
Chat V2 CreateMessage
认证
需要 Connected AccountTags
Chat V2 CreateRoleTWILIO_CHAT_V2_CREATE_ROLEChat V2 CreateRole需要连接
Chat V2 CreateRole
认证
需要 Connected AccountTags
Chat V2 CreateServiceTWILIO_CHAT_V2_CREATE_SERVICEChat V2 CreateService需要连接
Chat V2 CreateService
认证
需要 Connected AccountTags
Chat V2 CreateUserTWILIO_CHAT_V2_CREATE_USERChat V2 CreateUser需要连接
Chat V2 CreateUser
认证
需要 Connected AccountTags
Chat V2 DeleteBindingTWILIO_CHAT_V2_DELETE_BINDINGChat V2 DeleteBinding需要连接
Chat V2 DeleteBinding
认证
需要 Connected AccountTags
Chat V2 DeleteChannelTWILIO_CHAT_V2_DELETE_CHANNELChat V2 DeleteChannel需要连接
Chat V2 DeleteChannel
认证
需要 Connected AccountTags
Chat V2 DeleteChannelWebhookTWILIO_CHAT_V2_DELETE_CHANNEL_WEBHOOKChat V2 DeleteChannelWebhook需要连接
Chat V2 DeleteChannelWebhook
认证
需要 Connected AccountTags
Chat V2 DeleteCredentialTWILIO_CHAT_V2_DELETE_CREDENTIALChat V2 DeleteCredential需要连接
Chat V2 DeleteCredential
认证
需要 Connected AccountTags
Chat V2 DeleteInviteTWILIO_CHAT_V2_DELETE_INVITEChat V2 DeleteInvite需要连接
Chat V2 DeleteInvite
认证
需要 Connected AccountTags
Chat V2 DeleteMemberTWILIO_CHAT_V2_DELETE_MEMBERChat V2 DeleteMember需要连接
Chat V2 DeleteMember
认证
需要 Connected AccountTags
Chat V2 DeleteMessageTWILIO_CHAT_V2_DELETE_MESSAGEChat V2 DeleteMessage需要连接
Chat V2 DeleteMessage
认证
需要 Connected AccountTags
Chat V2 DeleteRoleTWILIO_CHAT_V2_DELETE_ROLEChat V2 DeleteRole需要连接
Chat V2 DeleteRole
认证
需要 Connected AccountTags
Chat V2 DeleteServiceTWILIO_CHAT_V2_DELETE_SERVICEChat V2 DeleteService需要连接
Chat V2 DeleteService
认证
需要 Connected AccountTags
Chat V2 DeleteUserTWILIO_CHAT_V2_DELETE_USERChat V2 DeleteUser需要连接
Chat V2 DeleteUser
认证
需要 Connected AccountTags
Chat V2 DeleteUserBindingTWILIO_CHAT_V2_DELETE_USER_BINDINGChat V2 DeleteUserBinding需要连接
Chat V2 DeleteUserBinding
认证
需要 Connected AccountTags
Removes User from selected Channel.TWILIO_CHAT_V2_DELETE_USER_CHANNELRemoves User from selected Channel.需要连接
Removes User from selected Channel.
认证
需要 Connected AccountTags
Chat V2 FetchBindingTWILIO_CHAT_V2_FETCH_BINDINGChat V2 FetchBinding需要连接
Chat V2 FetchBinding
认证
需要 Connected AccountTags
Chat V2 FetchChannelTWILIO_CHAT_V2_FETCH_CHANNELChat V2 FetchChannel需要连接
Chat V2 FetchChannel
认证
需要 Connected AccountTags
Chat V2 FetchChannelWebhookTWILIO_CHAT_V2_FETCH_CHANNEL_WEBHOOKChat V2 FetchChannelWebhook需要连接
Chat V2 FetchChannelWebhook
认证
需要 Connected AccountTags
Chat V2 FetchCredentialTWILIO_CHAT_V2_FETCH_CREDENTIALChat V2 FetchCredential需要连接
Chat V2 FetchCredential
认证
需要 Connected AccountTags
Chat V2 FetchInviteTWILIO_CHAT_V2_FETCH_INVITEChat V2 FetchInvite需要连接
Chat V2 FetchInvite
认证
需要 Connected AccountTags
Chat V2 FetchMemberTWILIO_CHAT_V2_FETCH_MEMBERChat V2 FetchMember需要连接
Chat V2 FetchMember
认证
需要 Connected AccountTags
Chat V2 FetchMessageTWILIO_CHAT_V2_FETCH_MESSAGEChat V2 FetchMessage需要连接
Chat V2 FetchMessage
认证
需要 Connected AccountTags
Chat V2 FetchRoleTWILIO_CHAT_V2_FETCH_ROLEChat V2 FetchRole需要连接
Chat V2 FetchRole
认证
需要 Connected AccountTags
Chat V2 FetchServiceTWILIO_CHAT_V2_FETCH_SERVICEChat V2 FetchService需要连接
Chat V2 FetchService
认证
需要 Connected AccountTags
Chat V2 FetchUserTWILIO_CHAT_V2_FETCH_USERChat V2 FetchUser需要连接
Chat V2 FetchUser
认证
需要 Connected AccountTags
Chat V2 FetchUserBindingTWILIO_CHAT_V2_FETCH_USER_BINDINGChat V2 FetchUserBinding需要连接
Chat V2 FetchUserBinding
认证
需要 Connected AccountTags
Chat V2 FetchUserChannelTWILIO_CHAT_V2_FETCH_USER_CHANNELChat V2 FetchUserChannel需要连接
Chat V2 FetchUserChannel
认证
需要 Connected AccountTags
Chat V2 ListBindingTWILIO_CHAT_V2_LIST_BINDINGChat V2 ListBinding需要连接
Chat V2 ListBinding
认证
需要 Connected AccountTags
Chat V2 ListChannelTWILIO_CHAT_V2_LIST_CHANNELChat V2 ListChannel需要连接
Chat V2 ListChannel
认证
需要 Connected AccountTags
Chat V2 ListChannelWebhookTWILIO_CHAT_V2_LIST_CHANNEL_WEBHOOKChat V2 ListChannelWebhook需要连接
Chat V2 ListChannelWebhook
认证
需要 Connected AccountTags
Chat V2 ListCredentialTWILIO_CHAT_V2_LIST_CREDENTIALChat V2 ListCredential需要连接
Chat V2 ListCredential
认证
需要 Connected AccountTags
Chat V2 ListInviteTWILIO_CHAT_V2_LIST_INVITEChat V2 ListInvite需要连接
Chat V2 ListInvite
认证
需要 Connected AccountTags
Chat V2 ListMemberTWILIO_CHAT_V2_LIST_MEMBERChat V2 ListMember需要连接
Chat V2 ListMember
认证
需要 Connected AccountTags
Chat V2 ListMessageTWILIO_CHAT_V2_LIST_MESSAGEChat V2 ListMessage需要连接
Chat V2 ListMessage
认证
需要 Connected AccountTags
Chat V2 ListRoleTWILIO_CHAT_V2_LIST_ROLEChat V2 ListRole需要连接
Chat V2 ListRole
认证
需要 Connected AccountTags
Chat V2 ListServiceTWILIO_CHAT_V2_LIST_SERVICEChat V2 ListService需要连接
Chat V2 ListService
认证
需要 Connected AccountTags
Chat V2 ListUserTWILIO_CHAT_V2_LIST_USERChat V2 ListUser需要连接
Chat V2 ListUser
认证
需要 Connected AccountTags
Chat V2 ListUserBindingTWILIO_CHAT_V2_LIST_USER_BINDINGChat V2 ListUserBinding需要连接
Chat V2 ListUserBinding
认证
需要 Connected AccountTags
List all Channels for a given User.TWILIO_CHAT_V2_LIST_USER_CHANNELList all Channels for a given User.需要连接
List all Channels for a given User.
认证
需要 Connected AccountTags
Chat V2 UpdateChannelTWILIO_CHAT_V2_UPDATE_CHANNELChat V2 UpdateChannel需要连接
Chat V2 UpdateChannel
认证
需要 Connected AccountTags
Chat V2 UpdateChannelWebhookTWILIO_CHAT_V2_UPDATE_CHANNEL_WEBHOOKChat V2 UpdateChannelWebhook需要连接
Chat V2 UpdateChannelWebhook
认证
需要 Connected AccountTags
Chat V2 UpdateCredentialTWILIO_CHAT_V2_UPDATE_CREDENTIALChat V2 UpdateCredential需要连接
Chat V2 UpdateCredential
认证
需要 Connected AccountTags
Chat V2 UpdateMemberTWILIO_CHAT_V2_UPDATE_MEMBERChat V2 UpdateMember需要连接
Chat V2 UpdateMember
认证
需要 Connected AccountTags
Chat V2 UpdateMessageTWILIO_CHAT_V2_UPDATE_MESSAGEChat V2 UpdateMessage需要连接
Chat V2 UpdateMessage
认证
需要 Connected AccountTags
Chat V2 UpdateRoleTWILIO_CHAT_V2_UPDATE_ROLEChat V2 UpdateRole需要连接
Chat V2 UpdateRole
认证
需要 Connected AccountTags
Chat V2 UpdateServiceTWILIO_CHAT_V2_UPDATE_SERVICEChat V2 UpdateService需要连接
Chat V2 UpdateService
认证
需要 Connected AccountTags
Chat V2 UpdateUserTWILIO_CHAT_V2_UPDATE_USERChat V2 UpdateUser需要连接
Chat V2 UpdateUser
认证
需要 Connected AccountTags
Chat V2 UpdateUserChannelTWILIO_CHAT_V2_UPDATE_USER_CHANNELChat V2 UpdateUserChannel需要连接
Chat V2 UpdateUserChannel
认证
需要 Connected AccountTags
Update a specific Channel.TWILIO_CHAT_V3_UPDATE_CHANNELUpdate a specific Channel.需要连接
Update a specific Channel.
认证
需要 Connected AccountTags
Create Content Approval RequestTWILIO_CONTENT_V1_CREATE_APPROVAL_CREATECreate a ContentApprovalRequest for a content item需要连接
Create a ContentApprovalRequest for a content item
认证
需要 Connected AccountTags
Create ContentTWILIO_CONTENT_V1_CREATE_CONTENTCreate a Content resource需要连接
Create a Content resource
认证
需要 Connected AccountTags
Delete ContentTWILIO_CONTENT_V1_DELETE_CONTENTDeletes a Content resource需要连接
Deletes a Content resource
认证
需要 Connected AccountTags
Fetch Approval StatusTWILIO_CONTENT_V1_FETCH_APPROVAL_FETCHFetch a Content resource's approval status by its unique Content Sid需要连接
Fetch a Content resource's approval status by its unique Content Sid
认证
需要 Connected AccountTags
Fetch ContentTWILIO_CONTENT_V1_FETCH_CONTENTFetch a Content resource by its unique Content Sid需要连接
Fetch a Content resource by its unique Content Sid
认证
需要 Connected AccountTags
List ContentsTWILIO_CONTENT_V1_LIST_CONTENTRetrieve a list of Contents belonging to the account used to make the request需要连接
Retrieve a list of Contents belonging to the account used to make the request
认证
需要 Connected AccountTags
List Content ApprovalsTWILIO_CONTENT_V1_LIST_CONTENT_AND_APPROVALSRetrieve a list of Contents with approval statuses belonging to the account used to make the request需要连接
Retrieve a list of Contents with approval statuses belonging to the account used to make the request
认证
需要 Connected AccountTags
List Legacy ContentsTWILIO_CONTENT_V1_LIST_LEGACY_CONTENTRetrieve a list of Legacy Contents belonging to the account used to make the request需要连接
Retrieve a list of Legacy Contents belonging to the account used to make the request
认证
需要 Connected AccountTags
Update ContentTWILIO_CONTENT_V1_UPDATE_CONTENTUpdate a Content resource需要连接
Update a Content resource
认证
需要 Connected AccountTags
Content V2 ListContentTWILIO_CONTENT_V2_LIST_CONTENTRetrieve a list of Contents belonging to the account used to make the request需要连接
Retrieve a list of Contents belonging to the account used to make the request
认证
需要 Connected AccountTags
Content V2 ListContentAndApprovalsTWILIO_CONTENT_V2_LIST_CONTENT_AND_APPROVALSRetrieve a list of Contents with approval statuses belonging to the account used to make the request需要连接
Retrieve a list of Contents with approval statuses belonging to the account used to make the request
认证
需要 Connected AccountTags
Create a new address configurationTWILIO_CONVERSATIONS_V1_CREATE_CONFIGURATION_ADDRESSCreate a new address configuration需要连接
Create a new address configuration
认证
需要 Connected AccountTags
Create a new conversation in your account's default serviceTWILIO_CONVERSATIONS_V1_CREATE_CONVERSATIONCreate a new conversation in your account's default service需要连接
Create a new conversation in your account's default service
认证
需要 Connected AccountTags
Add a new message to the conversationTWILIO_CONVERSATIONS_V1_CREATE_CONVERSATION_MESSAGEAdd a new message to the conversation需要连接
Add a new message to the conversation
认证
需要 Connected AccountTags
Add a new participant to the conversationTWILIO_CONVERSATIONS_V1_CREATE_CONVERSATION_PARTICIPANTAdd a new participant to the conversation需要连接
Add a new participant to the conversation
认证
需要 Connected AccountTags
Create a new webhook scoped to the conversationTWILIO_CONVERSATIONS_V1_CREATE_CONVERSATION_SCOPED_WEBHOOKCreate a new webhook scoped to the conversation需要连接
Create a new webhook scoped to the conversation
认证
需要 Connected AccountTags
Create a new conversation with the list of participants in your account's default serviceTWILIO_CONVERSATIONS_V1_CREATE_CONVERSATION_WITH_PARTICIPANTSCreate a new conversation with the list of participants in your account's default service需要连接
Create a new conversation with the list of participants in your account's default service
认证
需要 Connected AccountTags
Add a new push notification credential to your accountTWILIO_CONVERSATIONS_V1_CREATE_CREDENTIALAdd a new push notification credential to your account需要连接
Add a new push notification credential to your account
认证
需要 Connected AccountTags
Create a new user role in your account's default serviceTWILIO_CONVERSATIONS_V1_CREATE_ROLECreate a new user role in your account's default service需要连接
Create a new user role in your account's default service
认证
需要 Connected AccountTags
Create a new conversation service on your accountTWILIO_CONVERSATIONS_V1_CREATE_SERVICECreate a new conversation service on your account需要连接
Create a new conversation service on your account
认证
需要 Connected AccountTags
Create a new conversation in your serviceTWILIO_CONVERSATIONS_V1_CREATE_SERVICE_CONVERSATIONCreate a new conversation in your service需要连接
Create a new conversation in your service
认证
需要 Connected AccountTags
Add a new message to the conversation in a specific serviceTWILIO_CONVERSATIONS_V1_CREATE_SERVICE_CONVERSATION_MESSAGEAdd a new message to the conversation in a specific service需要连接
Add a new message to the conversation in a specific service
认证
需要 Connected AccountTags
Add a new participant to the conversation in a specific serviceTWILIO_CONVERSATIONS_V1_CREATE_SERVICE_CONVERSATION_PARTICIPANTAdd a new participant to the conversation in a specific service需要连接
Add a new participant to the conversation in a specific service
认证
需要 Connected AccountTags
Create a new webhook scoped to the conversation in a specific serviceTWILIO_CONVERSATIONS_V1_CREATE_SERVICE_CONVERSATION_SCOPED_WEBHOOKCreate a new webhook scoped to the conversation in a specific service需要连接
Create a new webhook scoped to the conversation in a specific service
认证
需要 Connected AccountTags
Create a new conversation with the list of participants in your account's default serviceTWILIO_CONVERSATIONS_V1_CREATE_SERVICE_CONVERSATION_WITH_PARTICIPANTSCreate a new conversation with the list of participants in your account's default service需要连接
Create a new conversation with the list of participants in your account's default service
认证
需要 Connected AccountTags
Create a new user role in your serviceTWILIO_CONVERSATIONS_V1_CREATE_SERVICE_ROLECreate a new user role in your service需要连接
Create a new user role in your service
认证
需要 Connected AccountTags
Add a new conversation user to your serviceTWILIO_CONVERSATIONS_V1_CREATE_SERVICE_USERAdd a new conversation user to your service需要连接
Add a new conversation user to your service
认证
需要 Connected AccountTags
Add a new conversation user to your account's default serviceTWILIO_CONVERSATIONS_V1_CREATE_USERAdd a new conversation user to your account's default service需要连接
Add a new conversation user to your account's default service
认证
需要 Connected AccountTags
Remove an existing address configurationTWILIO_CONVERSATIONS_V1_DELETE_CONFIGURATION_ADDRESSRemove an existing address configuration需要连接
Remove an existing address configuration
认证
需要 Connected AccountTags
Remove a conversation from your account's default serviceTWILIO_CONVERSATIONS_V1_DELETE_CONVERSATIONRemove a conversation from your account's default service需要连接
Remove a conversation from your account's default service
认证
需要 Connected AccountTags
Remove a message from the conversationTWILIO_CONVERSATIONS_V1_DELETE_CONVERSATION_MESSAGERemove a message from the conversation需要连接
Remove a message from the conversation
认证
需要 Connected AccountTags
Remove a participant from the conversationTWILIO_CONVERSATIONS_V1_DELETE_CONVERSATION_PARTICIPANTRemove a participant from the conversation需要连接
Remove a participant from the conversation
认证
需要 Connected AccountTags
Remove an existing webhook scoped to the conversationTWILIO_CONVERSATIONS_V1_DELETE_CONVERSATION_SCOPED_WEBHOOKRemove an existing webhook scoped to the conversation需要连接
Remove an existing webhook scoped to the conversation
认证
需要 Connected AccountTags
Remove a push notification credential from your accountTWILIO_CONVERSATIONS_V1_DELETE_CREDENTIALRemove a push notification credential from your account需要连接
Remove a push notification credential from your account
认证
需要 Connected AccountTags
Remove a user role from your account's default serviceTWILIO_CONVERSATIONS_V1_DELETE_ROLERemove a user role from your account's default service需要连接
Remove a user role from your account's default service
认证
需要 Connected AccountTags
Remove a conversation service with all its nested resources from your accountTWILIO_CONVERSATIONS_V1_DELETE_SERVICERemove a conversation service with all its nested resources from your account需要连接
Remove a conversation service with all its nested resources from your account
认证
需要 Connected AccountTags
Remove a push notification binding from the conversation serviceTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_BINDINGRemove a push notification binding from the conversation service需要连接
Remove a push notification binding from the conversation service
认证
需要 Connected AccountTags
Remove a conversation from your serviceTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_CONVERSATIONRemove a conversation from your service需要连接
Remove a conversation from your service
认证
需要 Connected AccountTags
Remove a message from the conversationTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_CONVERSATION_MESSAGERemove a message from the conversation需要连接
Remove a message from the conversation
认证
需要 Connected AccountTags
Remove a participant from the conversationTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_CONVERSATION_PARTICIPANTRemove a participant from the conversation需要连接
Remove a participant from the conversation
认证
需要 Connected AccountTags
Remove an existing webhook scoped to the conversationTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_CONVERSATION_SCOPED_WEBHOOKRemove an existing webhook scoped to the conversation需要连接
Remove an existing webhook scoped to the conversation
认证
需要 Connected AccountTags
Remove a user role from your serviceTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_ROLERemove a user role from your service需要连接
Remove a user role from your service
认证
需要 Connected AccountTags
Remove a conversation user from your serviceTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_USERRemove a conversation user from your service需要连接
Remove a conversation user from your service
认证
需要 Connected AccountTags
Delete a specific User Conversation.TWILIO_CONVERSATIONS_V1_DELETE_SERVICE_USER_CONVERSATIONDelete a specific User Conversation.需要连接
Delete a specific User Conversation.
认证
需要 Connected AccountTags
Remove a conversation user from your account's default serviceTWILIO_CONVERSATIONS_V1_DELETE_USERRemove a conversation user from your account's default service需要连接
Remove a conversation user from your account's default service
认证
需要 Connected AccountTags
Delete a specific User Conversation.TWILIO_CONVERSATIONS_V1_DELETE_USER_CONVERSATIONDelete a specific User Conversation.需要连接
Delete a specific User Conversation.
认证
需要 Connected AccountTags
Fetch the global configuration of conversations on your accountTWILIO_CONVERSATIONS_V1_FETCH_CONFIGURATIONFetch the global configuration of conversations on your account需要连接
Fetch the global configuration of conversations on your account
认证
需要 Connected AccountTags
Fetch an address configurationTWILIO_CONVERSATIONS_V1_FETCH_CONFIGURATION_ADDRESSFetch an address configuration需要连接
Fetch an address configuration
认证
需要 Connected AccountTags
Conversations V1 FetchConfigurationWebhookTWILIO_CONVERSATIONS_V1_FETCH_CONFIGURATION_WEBHOOKConversations V1 FetchConfigurationWebhook需要连接
Conversations V1 FetchConfigurationWebhook
认证
需要 Connected AccountTags
Fetch a conversation from your account's default serviceTWILIO_CONVERSATIONS_V1_FETCH_CONVERSATIONFetch a conversation from your account's default service需要连接
Fetch a conversation from your account's default service
认证
需要 Connected AccountTags
Fetch a message from the conversationTWILIO_CONVERSATIONS_V1_FETCH_CONVERSATION_MESSAGEFetch a message from the conversation需要连接
Fetch a message from the conversation
认证
需要 Connected AccountTags
Fetch the delivery and read receipts of the conversation messageTWILIO_CONVERSATIONS_V1_FETCH_CONVERSATION_MESSAGE_RECEIPTFetch the delivery and read receipts of the conversation message需要连接
Fetch the delivery and read receipts of the conversation message
认证
需要 Connected AccountTags
Fetch a participant of the conversationTWILIO_CONVERSATIONS_V1_FETCH_CONVERSATION_PARTICIPANTFetch a participant of the conversation需要连接
Fetch a participant of the conversation
认证
需要 Connected AccountTags
Fetch the configuration of a conversation-scoped webhookTWILIO_CONVERSATIONS_V1_FETCH_CONVERSATION_SCOPED_WEBHOOKFetch the configuration of a conversation-scoped webhook需要连接
Fetch the configuration of a conversation-scoped webhook
认证
需要 Connected AccountTags
Fetch a push notification credential from your accountTWILIO_CONVERSATIONS_V1_FETCH_CREDENTIALFetch a push notification credential from your account需要连接
Fetch a push notification credential from your account
认证
需要 Connected AccountTags
Fetch a user role from your account's default serviceTWILIO_CONVERSATIONS_V1_FETCH_ROLEFetch a user role from your account's default service需要连接
Fetch a user role from your account's default service
认证
需要 Connected AccountTags
Fetch a conversation service from your accountTWILIO_CONVERSATIONS_V1_FETCH_SERVICEFetch a conversation service from your account需要连接
Fetch a conversation service from your account
认证
需要 Connected AccountTags
Fetch a push notification binding from the conversation serviceTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_BINDINGFetch a push notification binding from the conversation service需要连接
Fetch a push notification binding from the conversation service
认证
需要 Connected AccountTags
Fetch the configuration of a conversation serviceTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONFIGURATIONFetch the configuration of a conversation service需要连接
Fetch the configuration of a conversation service
认证
需要 Connected AccountTags
Fetch a conversation from your serviceTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONVERSATIONFetch a conversation from your service需要连接
Fetch a conversation from your service
认证
需要 Connected AccountTags
Fetch a message from the conversationTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONVERSATION_MESSAGEFetch a message from the conversation需要连接
Fetch a message from the conversation
认证
需要 Connected AccountTags
Fetch the delivery and read receipts of the conversation messageTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONVERSATION_MESSAGE_RECEIPTFetch the delivery and read receipts of the conversation message需要连接
Fetch the delivery and read receipts of the conversation message
认证
需要 Connected AccountTags
Fetch a participant of the conversationTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONVERSATION_PARTICIPANTFetch a participant of the conversation需要连接
Fetch a participant of the conversation
认证
需要 Connected AccountTags
Fetch the configuration of a conversation-scoped webhookTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONVERSATION_SCOPED_WEBHOOKFetch the configuration of a conversation-scoped webhook需要连接
Fetch the configuration of a conversation-scoped webhook
认证
需要 Connected AccountTags
Fetch push notification service settingsTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_NOTIFICATIONFetch push notification service settings需要连接
Fetch push notification service settings
认证
需要 Connected AccountTags
Fetch a user role from your serviceTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_ROLEFetch a user role from your service需要连接
Fetch a user role from your service
认证
需要 Connected AccountTags
Fetch a conversation user from your serviceTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_USERFetch a conversation user from your service需要连接
Fetch a conversation user from your service
认证
需要 Connected AccountTags
Fetch a specific User Conversation.TWILIO_CONVERSATIONS_V1_FETCH_SERVICE_USER_CONVERSATIONFetch a specific User Conversation.需要连接
Fetch a specific User Conversation.
认证
需要 Connected AccountTags
Fetch a specific service webhook configuration.TWILIO_CONVERSATIONS_V1_FETCH_SERVICE_WEBHOOK_CONFIGURATIONFetch a specific service webhook configuration.需要连接
Fetch a specific service webhook configuration.
认证
需要 Connected AccountTags
Fetch a conversation user from your account's default serviceTWILIO_CONVERSATIONS_V1_FETCH_USERFetch a conversation user from your account's default service需要连接
Fetch a conversation user from your account's default service
认证
需要 Connected AccountTags
Fetch a specific User Conversation.TWILIO_CONVERSATIONS_V1_FETCH_USER_CONVERSATIONFetch a specific User Conversation.需要连接
Fetch a specific User Conversation.
认证
需要 Connected AccountTags
Retrieve a list of address configurations for an accountTWILIO_CONVERSATIONS_V1_LIST_CONFIGURATION_ADDRESSRetrieve a list of address configurations for an account需要连接
Retrieve a list of address configurations for an account
认证
需要 Connected AccountTags
Retrieve a list of conversations in your account's default serviceTWILIO_CONVERSATIONS_V1_LIST_CONVERSATIONRetrieve a list of conversations in your account's default service需要连接
Retrieve a list of conversations in your account's default service
认证
需要 Connected AccountTags
Retrieve a list of all messages in the conversationTWILIO_CONVERSATIONS_V1_LIST_CONVERSATION_MESSAGERetrieve a list of all messages in the conversation需要连接
Retrieve a list of all messages in the conversation
认证
需要 Connected AccountTags
Retrieve a list of all delivery and read receipts of the conversation messageTWILIO_CONVERSATIONS_V1_LIST_CONVERSATION_MESSAGE_RECEIPTRetrieve a list of all delivery and read receipts of the conversation message需要连接
Retrieve a list of all delivery and read receipts of the conversation message
认证
需要 Connected AccountTags
Retrieve a list of all participants of the conversationTWILIO_CONVERSATIONS_V1_LIST_CONVERSATION_PARTICIPANTRetrieve a list of all participants of the conversation需要连接
Retrieve a list of all participants of the conversation
认证
需要 Connected AccountTags
Retrieve a list of all webhooks scoped to the conversationTWILIO_CONVERSATIONS_V1_LIST_CONVERSATION_SCOPED_WEBHOOKRetrieve a list of all webhooks scoped to the conversation需要连接
Retrieve a list of all webhooks scoped to the conversation
认证
需要 Connected AccountTags
Retrieve a list of all push notification credentials on your accountTWILIO_CONVERSATIONS_V1_LIST_CREDENTIALRetrieve a list of all push notification credentials on your account需要连接
Retrieve a list of all push notification credentials on your account
认证
需要 Connected AccountTags
Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified.TWILIO_CONVERSATIONS_V1_LIST_PARTICIPANT_CONVERSATIONRetrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified.需要连接
Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified.
认证
需要 Connected AccountTags
Retrieve a list of all user roles in your account's default serviceTWILIO_CONVERSATIONS_V1_LIST_ROLERetrieve a list of all user roles in your account's default service需要连接
Retrieve a list of all user roles in your account's default service
认证
需要 Connected AccountTags
Retrieve a list of all conversation services on your accountTWILIO_CONVERSATIONS_V1_LIST_SERVICERetrieve a list of all conversation services on your account需要连接
Retrieve a list of all conversation services on your account
认证
需要 Connected AccountTags
Retrieve a list of all push notification bindings in the conversation serviceTWILIO_CONVERSATIONS_V1_LIST_SERVICE_BINDINGRetrieve a list of all push notification bindings in the conversation service需要连接
Retrieve a list of all push notification bindings in the conversation service
认证
需要 Connected AccountTags
Retrieve a list of conversations in your serviceTWILIO_CONVERSATIONS_V1_LIST_SERVICE_CONVERSATIONRetrieve a list of conversations in your service需要连接
Retrieve a list of conversations in your service
认证
需要 Connected AccountTags
Retrieve a list of all messages in the conversationTWILIO_CONVERSATIONS_V1_LIST_SERVICE_CONVERSATION_MESSAGERetrieve a list of all messages in the conversation需要连接
Retrieve a list of all messages in the conversation
认证
需要 Connected AccountTags
Retrieve a list of all delivery and read receipts of the conversation messageTWILIO_CONVERSATIONS_V1_LIST_SERVICE_CONVERSATION_MESSAGE_RECEIPTRetrieve a list of all delivery and read receipts of the conversation message需要连接
Retrieve a list of all delivery and read receipts of the conversation message
认证
需要 Connected AccountTags
Retrieve a list of all participants of the conversationTWILIO_CONVERSATIONS_V1_LIST_SERVICE_CONVERSATION_PARTICIPANTRetrieve a list of all participants of the conversation需要连接
Retrieve a list of all participants of the conversation
认证
需要 Connected AccountTags
Retrieve a list of all webhooks scoped to the conversationTWILIO_CONVERSATIONS_V1_LIST_SERVICE_CONVERSATION_SCOPED_WEBHOOKRetrieve a list of all webhooks scoped to the conversation需要连接
Retrieve a list of all webhooks scoped to the conversation
认证
需要 Connected AccountTags
Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified.TWILIO_CONVERSATIONS_V1_LIST_SERVICE_PARTICIPANT_CONVERSATIONRetrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified.需要连接
Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified.
认证
需要 Connected AccountTags
Retrieve a list of all user roles in your serviceTWILIO_CONVERSATIONS_V1_LIST_SERVICE_ROLERetrieve a list of all user roles in your service需要连接
Retrieve a list of all user roles in your service
认证
需要 Connected AccountTags
Retrieve a list of all conversation users in your serviceTWILIO_CONVERSATIONS_V1_LIST_SERVICE_USERRetrieve a list of all conversation users in your service需要连接
Retrieve a list of all conversation users in your service
认证
需要 Connected AccountTags
Retrieve a list of all User Conversations for the User.TWILIO_CONVERSATIONS_V1_LIST_SERVICE_USER_CONVERSATIONRetrieve a list of all User Conversations for the User.需要连接
Retrieve a list of all User Conversations for the User.
认证
需要 Connected AccountTags
Retrieve a list of all conversation users in your account's default serviceTWILIO_CONVERSATIONS_V1_LIST_USERRetrieve a list of all conversation users in your account's default service需要连接
Retrieve a list of all conversation users in your account's default service
认证
需要 Connected AccountTags
Retrieve a list of all User Conversations for the User.TWILIO_CONVERSATIONS_V1_LIST_USER_CONVERSATIONRetrieve a list of all User Conversations for the User.需要连接
Retrieve a list of all User Conversations for the User.
认证
需要 Connected AccountTags
Update the global configuration of conversations on your accountTWILIO_CONVERSATIONS_V1_UPDATE_CONFIGURATIONUpdate the global configuration of conversations on your account需要连接
Update the global configuration of conversations on your account
认证
需要 Connected AccountTags
Update an existing address configurationTWILIO_CONVERSATIONS_V1_UPDATE_CONFIGURATION_ADDRESSUpdate an existing address configuration需要连接
Update an existing address configuration
认证
需要 Connected AccountTags
Conversations V1 UpdateConfigurationWebhookTWILIO_CONVERSATIONS_V1_UPDATE_CONFIGURATION_WEBHOOKConversations V1 UpdateConfigurationWebhook需要连接
Conversations V1 UpdateConfigurationWebhook
认证
需要 Connected AccountTags
Update an existing conversation in your account's default serviceTWILIO_CONVERSATIONS_V1_UPDATE_CONVERSATIONUpdate an existing conversation in your account's default service需要连接
Update an existing conversation in your account's default service
认证
需要 Connected AccountTags
Update an existing message in the conversationTWILIO_CONVERSATIONS_V1_UPDATE_CONVERSATION_MESSAGEUpdate an existing message in the conversation需要连接
Update an existing message in the conversation
认证
需要 Connected AccountTags
Update an existing participant in the conversationTWILIO_CONVERSATIONS_V1_UPDATE_CONVERSATION_PARTICIPANTUpdate an existing participant in the conversation需要连接
Update an existing participant in the conversation
认证
需要 Connected AccountTags
Update an existing conversation-scoped webhookTWILIO_CONVERSATIONS_V1_UPDATE_CONVERSATION_SCOPED_WEBHOOKUpdate an existing conversation-scoped webhook需要连接
Update an existing conversation-scoped webhook
认证
需要 Connected AccountTags
Update an existing push notification credential on your accountTWILIO_CONVERSATIONS_V1_UPDATE_CREDENTIALUpdate an existing push notification credential on your account需要连接
Update an existing push notification credential on your account
认证
需要 Connected AccountTags
Update an existing user role in your account's default serviceTWILIO_CONVERSATIONS_V1_UPDATE_ROLEUpdate an existing user role in your account's default service需要连接
Update an existing user role in your account's default service
认证
需要 Connected AccountTags
Update configuration settings of a conversation serviceTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_CONFIGURATIONUpdate configuration settings of a conversation service需要连接
Update configuration settings of a conversation service
认证
需要 Connected AccountTags
Update an existing conversation in your serviceTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_CONVERSATIONUpdate an existing conversation in your service需要连接
Update an existing conversation in your service
认证
需要 Connected AccountTags
Update an existing message in the conversationTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_CONVERSATION_MESSAGEUpdate an existing message in the conversation需要连接
Update an existing message in the conversation
认证
需要 Connected AccountTags
Update an existing participant in the conversationTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_CONVERSATION_PARTICIPANTUpdate an existing participant in the conversation需要连接
Update an existing participant in the conversation
认证
需要 Connected AccountTags
Update an existing conversation-scoped webhookTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_CONVERSATION_SCOPED_WEBHOOKUpdate an existing conversation-scoped webhook需要连接
Update an existing conversation-scoped webhook
认证
需要 Connected AccountTags
Update push notification service settingsTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_NOTIFICATIONUpdate push notification service settings需要连接
Update push notification service settings
认证
需要 Connected AccountTags
Update an existing user role in your serviceTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_ROLEUpdate an existing user role in your service需要连接
Update an existing user role in your service
认证
需要 Connected AccountTags
Update an existing conversation user in your serviceTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_USERUpdate an existing conversation user in your service需要连接
Update an existing conversation user in your service
认证
需要 Connected AccountTags
Update a specific User Conversation.TWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_USER_CONVERSATIONUpdate a specific User Conversation.需要连接
Update a specific User Conversation.
认证
需要 Connected AccountTags
Update a specific Webhook.TWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_WEBHOOK_CONFIGURATIONUpdate a specific Webhook.需要连接
Update a specific Webhook.
认证
需要 Connected AccountTags
Update an existing conversation user in your account's default serviceTWILIO_CONVERSATIONS_V1_UPDATE_USERUpdate an existing conversation user in your account's default service需要连接
Update an existing conversation user in your account's default service
认证
需要 Connected AccountTags
Update a specific User Conversation.TWILIO_CONVERSATIONS_V1_UPDATE_USER_CONVERSATIONUpdate a specific User Conversation.需要连接
Update a specific User Conversation.
认证
需要 Connected AccountTags
Create CommunicationTWILIO_CONVERSATIONS_V2_CREATE_COMMUNICATION_IN_CONVERSATIONCreate a Communication.需要连接
Create a Communication.
认证
需要 Connected AccountTags
Create a ConfigurationTWILIO_CONVERSATIONS_V2_CREATE_CONFIGURATIONCreate a new Configuration需要连接
Create a new Configuration
认证
需要 Connected AccountTags
Create an ActionTWILIO_CONVERSATIONS_V2_CREATE_CONVERSATION_ACTIONCreates an Action within a Conversation. Currently supports SEND_MESSAGE, which sends a message to recipients via the configured channel. Returns 202 Accepted with the Action in PENDING status. Poll `GET /v2/Conversations/{ConversationId}/Actions/{ActionId}` to check completion.需要连接
Creates an Action within a Conversation. Currently supports SEND_MESSAGE, which sends a message to recipients via the configured channel. Returns 202 Accepted with the Action in PENDING status. Poll `GET /v2/Conversations/{ConversationId}/Actions/{ActionId}` to check completion.
认证
需要 Connected AccountTags
Create a new ConversationTWILIO_CONVERSATIONS_V2_CREATE_CONVERSATION_WITH_CONFIGCreate a new conversation需要连接
Create a new conversation
认证
需要 Connected AccountTags
Create ParticipantTWILIO_CONVERSATIONS_V2_CREATE_PARTICIPANT_IN_CONVERSATIONCreate a Participant.需要连接
Create a Participant.
认证
需要 Connected AccountTags
Delete ConfigurationTWILIO_CONVERSATIONS_V2_DELETE_CONFIGURATIONDelete a Configuration需要连接
Delete a Configuration
认证
需要 Connected AccountTags
Delete a Conversation (async)TWILIO_CONVERSATIONS_V2_DELETE_CONVERSATION_ASYNCAsynchronously delete a conversation and all associated data. Returns 202 Accepted with an Operation-Id for status tracking via GET /v2/ControlPlane/Operations/{operationId}.需要连接
Asynchronously delete a conversation and all associated data. Returns 202 Accepted with an Operation-Id for status tracking via GET /v2/ControlPlane/Operations/{operationId}.
认证
需要 Connected AccountTags
Fetch CommunicationTWILIO_CONVERSATIONS_V2_FETCH_COMMUNICATIONRetrieve a Communication.需要连接
Retrieve a Communication.
认证
需要 Connected AccountTags
Fetch ConfigurationTWILIO_CONVERSATIONS_V2_FETCH_CONFIGURATIONRetrieve a Configuration.需要连接
Retrieve a Configuration.
认证
需要 Connected AccountTags
Fetch ConversationTWILIO_CONVERSATIONS_V2_FETCH_CONVERSATIONRetrieve a Conversation.需要连接
Retrieve a Conversation.
认证
需要 Connected AccountTags
Get Action StatusTWILIO_CONVERSATIONS_V2_FETCH_CONVERSATION_ACTIONRetrieve the current status of an Action.需要连接
Retrieve the current status of an Action.
认证
需要 Connected AccountTags
Get Operation StatusTWILIO_CONVERSATIONS_V2_FETCH_OPERATION_STATUSRetrieve the current status of a long-running operation. Operations progress through: PENDING -> RUNNING -> COMPLETED or FAILED.需要连接
Retrieve the current status of a long-running operation. Operations progress through: PENDING -> RUNNING -> COMPLETED or FAILED.
认证
需要 Connected AccountTags
Fetch ParticipantTWILIO_CONVERSATIONS_V2_FETCH_PARTICIPANTRetrieve a Participant.需要连接
Retrieve a Participant.
认证
需要 Connected AccountTags
List CommunicationsTWILIO_CONVERSATIONS_V2_LIST_COMMUNICATION_BY_CONVERSATIONRetrieve a list of Communications in a Conversation.需要连接
Retrieve a list of Communications in a Conversation.
认证
需要 Connected AccountTags
List ConfigurationsTWILIO_CONVERSATIONS_V2_LIST_CONFIGURATIONRetrieve a list of Configurations.需要连接
Retrieve a list of Configurations.
认证
需要 Connected AccountTags
List ConversationsTWILIO_CONVERSATIONS_V2_LIST_CONVERSATION_BY_ACCOUNTRetrieve a list of Conversations.需要连接
Retrieve a list of Conversations.
认证
需要 Connected AccountTags
List ParticipantsTWILIO_CONVERSATIONS_V2_LIST_PARTICIPANT_BY_CONVERSATIONRetrieve a list of Participants in a Conversation.需要连接
Retrieve a list of Participants in a Conversation.
认证
需要 Connected AccountTags
Partially Update a ConversationTWILIO_CONVERSATIONS_V2_PATCH_CONVERSATION_BY_IDPartially update the details of an existing Conversation.需要连接
Partially update the details of an existing Conversation.
认证
需要 Connected AccountTags
Update ConfigurationTWILIO_CONVERSATIONS_V2_UPDATE_CONFIGURATIONUpdate an existing Configuration需要连接
Update an existing Configuration
认证
需要 Connected AccountTags
Update a ConversationTWILIO_CONVERSATIONS_V2_UPDATE_CONVERSATION_BY_IDUpdate an existing conversation需要连接
Update an existing conversation
认证
需要 Connected AccountTags
Update a ParticipantTWILIO_CONVERSATIONS_V2_UPDATE_PARTICIPANT_IN_CONVERSATIONUpdate an existing Participant需要连接
Update an existing Participant
认证
需要 Connected AccountTags
Create a new SinkTWILIO_EVENTS_V1_CREATE_SINKCreate a new Sink需要连接
Create a new Sink
认证
需要 Connected AccountTags
Create a new Sink Test Event for the given Sink.TWILIO_EVENTS_V1_CREATE_SINK_TESTCreate a new Sink Test Event for the given Sink.需要连接
Create a new Sink Test Event for the given Sink.
认证
需要 Connected AccountTags
Validate that a test event for a Sink was received.TWILIO_EVENTS_V1_CREATE_SINK_VALIDATEValidate that a test event for a Sink was received.需要连接
Validate that a test event for a Sink was received.
认证
需要 Connected AccountTags
Add an event type to a Subscription.TWILIO_EVENTS_V1_CREATE_SUBSCRIBED_EVENTAdd an event type to a Subscription.需要连接
Add an event type to a Subscription.
认证
需要 Connected AccountTags
Create a new Subscription.TWILIO_EVENTS_V1_CREATE_SUBSCRIPTIONCreate a new Subscription.需要连接
Create a new Subscription.
认证
需要 Connected AccountTags
Delete a specific Sink.TWILIO_EVENTS_V1_DELETE_SINKDelete a specific Sink.需要连接
Delete a specific Sink.
认证
需要 Connected AccountTags
Remove an event type from a Subscription.TWILIO_EVENTS_V1_DELETE_SUBSCRIBED_EVENTRemove an event type from a Subscription.需要连接
Remove an event type from a Subscription.
认证
需要 Connected AccountTags
Delete a specific Subscription.TWILIO_EVENTS_V1_DELETE_SUBSCRIPTIONDelete a specific Subscription.需要连接
Delete a specific Subscription.
认证
需要 Connected AccountTags
Fetch a specific Event Type.TWILIO_EVENTS_V1_FETCH_EVENT_TYPEFetch a specific Event Type.需要连接
Fetch a specific Event Type.
认证
需要 Connected AccountTags
Fetch a specific schema with its nested versions.TWILIO_EVENTS_V1_FETCH_SCHEMAFetch a specific schema with its nested versions.需要连接
Fetch a specific schema with its nested versions.
认证
需要 Connected AccountTags
Fetch a specific schema and version.TWILIO_EVENTS_V1_FETCH_SCHEMA_VERSIONFetch a specific schema and version.需要连接
Fetch a specific schema and version.
认证
需要 Connected AccountTags
Fetch a specific Sink.TWILIO_EVENTS_V1_FETCH_SINKFetch a specific Sink.需要连接
Fetch a specific Sink.
认证
需要 Connected AccountTags
Read an Event for a Subscription.TWILIO_EVENTS_V1_FETCH_SUBSCRIBED_EVENTRead an Event for a Subscription.需要连接
Read an Event for a Subscription.
认证
需要 Connected AccountTags
Fetch a specific Subscription.TWILIO_EVENTS_V1_FETCH_SUBSCRIPTIONFetch a specific Subscription.需要连接
Fetch a specific Subscription.
认证
需要 Connected AccountTags
Retrieve a paginated list of all the available Event Types.TWILIO_EVENTS_V1_LIST_EVENT_TYPERetrieve a paginated list of all the available Event Types.需要连接
Retrieve a paginated list of all the available Event Types.
认证
需要 Connected AccountTags
Retrieve a paginated list of versions of the schema.TWILIO_EVENTS_V1_LIST_SCHEMA_VERSIONRetrieve a paginated list of versions of the schema.需要连接
Retrieve a paginated list of versions of the schema.
认证
需要 Connected AccountTags
Retrieve a paginated list of Sinks belonging to the account used to make the request.TWILIO_EVENTS_V1_LIST_SINKRetrieve a paginated list of Sinks belonging to the account used to make the request.需要连接
Retrieve a paginated list of Sinks belonging to the account used to make the request.
认证
需要 Connected AccountTags
Retrieve a list of all Subscribed Event types for a Subscription.TWILIO_EVENTS_V1_LIST_SUBSCRIBED_EVENTRetrieve a list of all Subscribed Event types for a Subscription.需要连接
Retrieve a list of all Subscribed Event types for a Subscription.
认证
需要 Connected AccountTags
Retrieve a paginated list of Subscriptions belonging to the account used to make the request.TWILIO_EVENTS_V1_LIST_SUBSCRIPTIONRetrieve a paginated list of Subscriptions belonging to the account used to make the request.需要连接
Retrieve a paginated list of Subscriptions belonging to the account used to make the request.
认证
需要 Connected AccountTags
Update a specific SinkTWILIO_EVENTS_V1_UPDATE_SINKUpdate a specific Sink需要连接
Update a specific Sink
认证
需要 Connected AccountTags
Update an Event for a Subscription.TWILIO_EVENTS_V1_UPDATE_SUBSCRIBED_EVENTUpdate an Event for a Subscription.需要连接
Update an Event for a Subscription.
认证
需要 Connected AccountTags
Update a Subscription.TWILIO_EVENTS_V1_UPDATE_SUBSCRIPTIONUpdate a Subscription.需要连接
Update a Subscription.
认证
需要 Connected AccountTags
Flex V1 CreateChannelTWILIO_FLEX_V1_CREATE_CHANNELFlex V1 CreateChannel需要连接
Flex V1 CreateChannel
认证
需要 Connected AccountTags
Flex V1 CreateFlexFlowTWILIO_FLEX_V1_CREATE_FLEX_FLOWFlex V1 CreateFlexFlow需要连接
Flex V1 CreateFlexFlow
认证
需要 Connected AccountTags
Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question.TWILIO_FLEX_V1_CREATE_INSIGHTS_ASSESSMENTSAdd assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question.需要连接
Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question.
认证
需要 Connected AccountTags
To create a comment assessment for a conversationTWILIO_FLEX_V1_CREATE_INSIGHTS_ASSESSMENTS_COMMENTTo create a comment assessment for a conversation需要连接
To create a comment assessment for a conversation
认证
需要 Connected AccountTags
To create a QuestionnaireTWILIO_FLEX_V1_CREATE_INSIGHTS_QUESTIONNAIRESTo create a Questionnaire需要连接
To create a Questionnaire
认证
需要 Connected AccountTags
To create a category for QuestionsTWILIO_FLEX_V1_CREATE_INSIGHTS_QUESTIONNAIRES_CATEGORYTo create a category for Questions需要连接
To create a category for Questions
认证
需要 Connected AccountTags
To create a question for a CategoryTWILIO_FLEX_V1_CREATE_INSIGHTS_QUESTIONNAIRES_QUESTIONTo create a question for a Category需要连接
To create a question for a Category
认证
需要 Connected AccountTags
To obtain session details for fetching reports and dashboardsTWILIO_FLEX_V1_CREATE_INSIGHTS_SESSIONTo obtain session details for fetching reports and dashboards需要连接
To obtain session details for fetching reports and dashboards
认证
需要 Connected AccountTags
Create a new Interaction.TWILIO_FLEX_V1_CREATE_INTERACTIONCreate a new Interaction.需要连接
Create a new Interaction.
认证
需要 Connected AccountTags
Invite an Agent or a TaskQueue to a Channel.TWILIO_FLEX_V1_CREATE_INTERACTION_CHANNEL_INVITEInvite an Agent or a TaskQueue to a Channel.需要连接
Invite an Agent or a TaskQueue to a Channel.
认证
需要 Connected AccountTags
Add a Participant to a Channel.TWILIO_FLEX_V1_CREATE_INTERACTION_CHANNEL_PARTICIPANTAdd a Participant to a Channel.需要连接
Add a Participant to a Channel.
认证
需要 Connected AccountTags
Create a new Transfer.TWILIO_FLEX_V1_CREATE_INTERACTION_TRANSFERCreate a new Transfer.需要连接
Create a new Transfer.
认证
需要 Connected AccountTags
Flex V1 CreatePluginTWILIO_FLEX_V1_CREATE_PLUGINFlex V1 CreatePlugin需要连接
Flex V1 CreatePlugin
认证
需要 Connected AccountTags
Flex V1 CreatePluginConfigurationTWILIO_FLEX_V1_CREATE_PLUGIN_CONFIGURATIONFlex V1 CreatePluginConfiguration需要连接
Flex V1 CreatePluginConfiguration
认证
需要 Connected AccountTags
Flex V1 CreatePluginReleaseTWILIO_FLEX_V1_CREATE_PLUGIN_RELEASEFlex V1 CreatePluginRelease需要连接
Flex V1 CreatePluginRelease
认证
需要 Connected AccountTags
Flex V1 CreatePluginVersionTWILIO_FLEX_V1_CREATE_PLUGIN_VERSIONFlex V1 CreatePluginVersion需要连接
Flex V1 CreatePluginVersion
认证
需要 Connected AccountTags
Flex V1 CreateWebChannelTWILIO_FLEX_V1_CREATE_WEB_CHANNELFlex V1 CreateWebChannel需要连接
Flex V1 CreateWebChannel
认证
需要 Connected AccountTags
Flex V1 DeleteChannelTWILIO_FLEX_V1_DELETE_CHANNELFlex V1 DeleteChannel需要连接
Flex V1 DeleteChannel
认证
需要 Connected AccountTags
Flex V1 DeleteFlexFlowTWILIO_FLEX_V1_DELETE_FLEX_FLOWFlex V1 DeleteFlexFlow需要连接
Flex V1 DeleteFlexFlow
认证
需要 Connected AccountTags
To delete the questionnaireTWILIO_FLEX_V1_DELETE_INSIGHTS_QUESTIONNAIRESTo delete the questionnaire需要连接
To delete the questionnaire
认证
需要 Connected AccountTags
Flex V1 DeleteInsightsQuestionnairesCategoryTWILIO_FLEX_V1_DELETE_INSIGHTS_QUESTIONNAIRES_CATEGORYFlex V1 DeleteInsightsQuestionnairesCategory需要连接
Flex V1 DeleteInsightsQuestionnairesCategory
认证
需要 Connected AccountTags
Flex V1 DeleteInsightsQuestionnairesQuestionTWILIO_FLEX_V1_DELETE_INSIGHTS_QUESTIONNAIRES_QUESTIONFlex V1 DeleteInsightsQuestionnairesQuestion需要连接
Flex V1 DeleteInsightsQuestionnairesQuestion
认证
需要 Connected AccountTags
Flex V1 DeleteWebChannelTWILIO_FLEX_V1_DELETE_WEB_CHANNELFlex V1 DeleteWebChannel需要连接
Flex V1 DeleteWebChannel
认证
需要 Connected AccountTags
Flex V1 FetchChannelTWILIO_FLEX_V1_FETCH_CHANNELFlex V1 FetchChannel需要连接
Flex V1 FetchChannel
认证
需要 Connected AccountTags
Flex V1 FetchConfigurationTWILIO_FLEX_V1_FETCH_CONFIGURATIONFlex V1 FetchConfiguration需要连接
Flex V1 FetchConfiguration
认证
需要 Connected AccountTags
Flex V1 FetchConfiguredPluginTWILIO_FLEX_V1_FETCH_CONFIGURED_PLUGINFlex V1 FetchConfiguredPlugin需要连接
Flex V1 FetchConfiguredPlugin
认证
需要 Connected AccountTags
Flex V1 FetchFlexFlowTWILIO_FLEX_V1_FETCH_FLEX_FLOWFlex V1 FetchFlexFlow需要连接
Flex V1 FetchFlexFlow
认证
需要 Connected AccountTags
To get the Questionnaire DetailTWILIO_FLEX_V1_FETCH_INSIGHTS_QUESTIONNAIRESTo get the Questionnaire Detail需要连接
To get the Questionnaire Detail
认证
需要 Connected AccountTags
To get the Answer Set Settings for an AccountTWILIO_FLEX_V1_FETCH_INSIGHTS_SETTINGS_ANSWERSETSTo get the Answer Set Settings for an Account需要连接
To get the Answer Set Settings for an Account
认证
需要 Connected AccountTags
To get the Comment Settings for an AccountTWILIO_FLEX_V1_FETCH_INSIGHTS_SETTINGS_COMMENTTo get the Comment Settings for an Account需要连接
To get the Comment Settings for an Account
认证
需要 Connected AccountTags
This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the userTWILIO_FLEX_V1_FETCH_INSIGHTS_USER_ROLESThis is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user需要连接
This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user
认证
需要 Connected AccountTags
Flex V1 FetchInteractionTWILIO_FLEX_V1_FETCH_INTERACTIONFlex V1 FetchInteraction需要连接
Flex V1 FetchInteraction
认证
需要 Connected AccountTags
Fetch a Channel for an Interaction.TWILIO_FLEX_V1_FETCH_INTERACTION_CHANNELFetch a Channel for an Interaction.需要连接
Fetch a Channel for an Interaction.
认证
需要 Connected AccountTags
Fetch a specific Transfer by SID.TWILIO_FLEX_V1_FETCH_INTERACTION_TRANSFERFetch a specific Transfer by SID.需要连接
Fetch a specific Transfer by SID.
认证
需要 Connected AccountTags
Flex V1 FetchPluginTWILIO_FLEX_V1_FETCH_PLUGINFlex V1 FetchPlugin需要连接
Flex V1 FetchPlugin
认证
需要 Connected AccountTags
Flex V1 FetchPluginConfigurationTWILIO_FLEX_V1_FETCH_PLUGIN_CONFIGURATIONFlex V1 FetchPluginConfiguration需要连接
Flex V1 FetchPluginConfiguration
认证
需要 Connected AccountTags
Flex V1 FetchPluginReleaseTWILIO_FLEX_V1_FETCH_PLUGIN_RELEASEFlex V1 FetchPluginRelease需要连接
Flex V1 FetchPluginRelease
认证
需要 Connected AccountTags
Flex V1 FetchPluginVersionTWILIO_FLEX_V1_FETCH_PLUGIN_VERSIONFlex V1 FetchPluginVersion需要连接
Flex V1 FetchPluginVersion
认证
需要 Connected AccountTags
Flex V1 FetchProvisioningStatusTWILIO_FLEX_V1_FETCH_PROVISIONING_STATUSFlex V1 FetchProvisioningStatus需要连接
Flex V1 FetchProvisioningStatus
认证
需要 Connected AccountTags
Flex V1 FetchWebChannelTWILIO_FLEX_V1_FETCH_WEB_CHANNELFlex V1 FetchWebChannel需要连接
Flex V1 FetchWebChannel
认证
需要 Connected AccountTags
Flex V1 ListChannelTWILIO_FLEX_V1_LIST_CHANNELFlex V1 ListChannel需要连接
Flex V1 ListChannel
认证
需要 Connected AccountTags
Flex V1 ListConfiguredPluginTWILIO_FLEX_V1_LIST_CONFIGURED_PLUGINFlex V1 ListConfiguredPlugin需要连接
Flex V1 ListConfiguredPlugin
认证
需要 Connected AccountTags
Flex V1 ListFlexFlowTWILIO_FLEX_V1_LIST_FLEX_FLOWFlex V1 ListFlexFlow需要连接
Flex V1 ListFlexFlow
认证
需要 Connected AccountTags
Get assessments done for a conversation by logged in userTWILIO_FLEX_V1_LIST_INSIGHTS_ASSESSMENTSGet assessments done for a conversation by logged in user需要连接
Get assessments done for a conversation by logged in user
认证
需要 Connected AccountTags
To create a comment assessment for a conversationTWILIO_FLEX_V1_LIST_INSIGHTS_ASSESSMENTS_COMMENTTo create a comment assessment for a conversation需要连接
To create a comment assessment for a conversation
认证
需要 Connected AccountTags
To get conversation with segment idTWILIO_FLEX_V1_LIST_INSIGHTS_CONVERSATIONSTo get conversation with segment id需要连接
To get conversation with segment id
认证
需要 Connected AccountTags
To get all questionnaires with questionsTWILIO_FLEX_V1_LIST_INSIGHTS_QUESTIONNAIRESTo get all questionnaires with questions需要连接
To get all questionnaires with questions
认证
需要 Connected AccountTags
To get all the categoriesTWILIO_FLEX_V1_LIST_INSIGHTS_QUESTIONNAIRES_CATEGORYTo get all the categories需要连接
To get all the categories
认证
需要 Connected AccountTags
To get all the question for the given categoriesTWILIO_FLEX_V1_LIST_INSIGHTS_QUESTIONNAIRES_QUESTIONTo get all the question for the given categories需要连接
To get all the question for the given categories
认证
需要 Connected AccountTags
To get segments for given reservation IdsTWILIO_FLEX_V1_LIST_INSIGHTS_SEGMENTSTo get segments for given reservation Ids需要连接
To get segments for given reservation Ids
认证
需要 Connected AccountTags
List all Channels for an Interaction.TWILIO_FLEX_V1_LIST_INTERACTION_CHANNELList all Channels for an Interaction.需要连接
List all Channels for an Interaction.
认证
需要 Connected AccountTags
List all Invites for a Channel.TWILIO_FLEX_V1_LIST_INTERACTION_CHANNEL_INVITEList all Invites for a Channel.需要连接
List all Invites for a Channel.
认证
需要 Connected AccountTags
List all Participants for a Channel.TWILIO_FLEX_V1_LIST_INTERACTION_CHANNEL_PARTICIPANTList all Participants for a Channel.需要连接
List all Participants for a Channel.
认证
需要 Connected AccountTags
Flex V1 ListPluginTWILIO_FLEX_V1_LIST_PLUGINFlex V1 ListPlugin需要连接
Flex V1 ListPlugin
认证
需要 Connected AccountTags
Flex V1 ListPluginConfigurationTWILIO_FLEX_V1_LIST_PLUGIN_CONFIGURATIONFlex V1 ListPluginConfiguration需要连接
Flex V1 ListPluginConfiguration
认证
需要 Connected AccountTags
Flex V1 ListPluginReleaseTWILIO_FLEX_V1_LIST_PLUGIN_RELEASEFlex V1 ListPluginRelease需要连接
Flex V1 ListPluginRelease
认证
需要 Connected AccountTags
Flex V1 ListPluginVersionTWILIO_FLEX_V1_LIST_PLUGIN_VERSIONFlex V1 ListPluginVersion需要连接
Flex V1 ListPluginVersion
认证
需要 Connected AccountTags
Flex V1 ListWebChannelTWILIO_FLEX_V1_LIST_WEB_CHANNELFlex V1 ListWebChannel需要连接
Flex V1 ListWebChannel
认证
需要 Connected AccountTags
Flex V1 UpdateConfigurationTWILIO_FLEX_V1_UPDATE_CONFIGURATIONFlex V1 UpdateConfiguration需要连接
Flex V1 UpdateConfiguration
认证
需要 Connected AccountTags
Flex V1 UpdateFlexFlowTWILIO_FLEX_V1_UPDATE_FLEX_FLOWFlex V1 UpdateFlexFlow需要连接
Flex V1 UpdateFlexFlow
认证
需要 Connected AccountTags
Update a specific Assessment assessed earlierTWILIO_FLEX_V1_UPDATE_INSIGHTS_ASSESSMENTSUpdate a specific Assessment assessed earlier需要连接
Update a specific Assessment assessed earlier
认证
需要 Connected AccountTags
To update the questionnaireTWILIO_FLEX_V1_UPDATE_INSIGHTS_QUESTIONNAIRESTo update the questionnaire需要连接
To update the questionnaire
认证
需要 Connected AccountTags
To update the category for QuestionsTWILIO_FLEX_V1_UPDATE_INSIGHTS_QUESTIONNAIRES_CATEGORYTo update the category for Questions需要连接
To update the category for Questions
认证
需要 Connected AccountTags
To update the questionTWILIO_FLEX_V1_UPDATE_INSIGHTS_QUESTIONNAIRES_QUESTIONTo update the question需要连接
To update the question
认证
需要 Connected AccountTags
Updates an interaction.TWILIO_FLEX_V1_UPDATE_INTERACTIONUpdates an interaction.需要连接
Updates an interaction.
认证
需要 Connected AccountTags
Update an existing Interaction Channel.TWILIO_FLEX_V1_UPDATE_INTERACTION_CHANNELUpdate an existing Interaction Channel.需要连接
Update an existing Interaction Channel.
认证
需要 Connected AccountTags
Update an existing Channel Participant.TWILIO_FLEX_V1_UPDATE_INTERACTION_CHANNEL_PARTICIPANTUpdate an existing Channel Participant.需要连接
Update an existing Channel Participant.
认证
需要 Connected AccountTags
Update an existing Transfer.TWILIO_FLEX_V1_UPDATE_INTERACTION_TRANSFERUpdate an existing Transfer.需要连接
Update an existing Transfer.
认证
需要 Connected AccountTags
Flex V1 UpdatePluginTWILIO_FLEX_V1_UPDATE_PLUGINFlex V1 UpdatePlugin需要连接
Flex V1 UpdatePlugin
认证
需要 Connected AccountTags
Flex V1 UpdatePluginArchiveTWILIO_FLEX_V1_UPDATE_PLUGIN_ARCHIVEFlex V1 UpdatePluginArchive需要连接
Flex V1 UpdatePluginArchive
认证
需要 Connected AccountTags
Flex V1 UpdatePluginConfigurationArchiveTWILIO_FLEX_V1_UPDATE_PLUGIN_CONFIGURATION_ARCHIVEFlex V1 UpdatePluginConfigurationArchive需要连接
Flex V1 UpdatePluginConfigurationArchive
认证
需要 Connected AccountTags
Flex V1 UpdatePluginVersionArchiveTWILIO_FLEX_V1_UPDATE_PLUGIN_VERSION_ARCHIVEFlex V1 UpdatePluginVersionArchive需要连接
Flex V1 UpdatePluginVersionArchive
认证
需要 Connected AccountTags
Flex V1 UpdateWebChannelTWILIO_FLEX_V1_UPDATE_WEB_CHANNELFlex V1 UpdateWebChannel需要连接
Flex V1 UpdateWebChannel
认证
需要 Connected AccountTags
Flex V2 CreateWebChannelTWILIO_FLEX_V2_CREATE_WEB_CHANNELFlex V2 CreateWebChannel需要连接
Flex V2 CreateWebChannel
认证
需要 Connected AccountTags
Fetch flex user for the given flex user sidTWILIO_FLEX_V2_FETCH_FLEX_USERFetch flex user for the given flex user sid需要连接
Fetch flex user for the given flex user sid
认证
需要 Connected AccountTags
Update flex user for the given flex user sidTWILIO_FLEX_V2_UPDATE_FLEX_USERUpdate flex user for the given flex user sid需要连接
Update flex user for the given flex user sid
认证
需要 Connected AccountTags
Fetch a frontline userTWILIO_FRONTLINE_V1_FETCH_USERFetch a frontline user需要连接
Fetch a frontline user
认证
需要 Connected AccountTags
Update an existing frontline userTWILIO_FRONTLINE_V1_UPDATE_USERUpdate an existing frontline user需要连接
Update an existing frontline user
认证
需要 Connected AccountTags
Iam V1 CreateNewKeyTWILIO_IAM_V1_CREATE_NEW_KEYCreate a new Signing Key for the account making the request.需要连接
Create a new Signing Key for the account making the request.
认证
需要 Connected AccountTags
Creates an oauth app for the given AccountSidTWILIO_IAM_V1_CREATE_OAUTH_APP_ACCOUNTCreates an oauth app for the given AccountSid需要连接
Creates an oauth app for the given AccountSid
认证
需要 Connected AccountTags
Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grantTWILIO_IAM_V1_CREATE_TOKENIssues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant需要连接
Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant
认证
需要 Connected AccountTags
Iam V1 DeleteKeyTWILIO_IAM_V1_DELETE_KEYDelete a specific Key.需要连接
Delete a specific Key.
认证
需要 Connected AccountTags
Deletes an oauth app for the given AccountSidTWILIO_IAM_V1_DELETE_OAUTH_APP_ACCOUNTDeletes an oauth app for the given AccountSid需要连接
Deletes an oauth app for the given AccountSid
认证
需要 Connected AccountTags
Iam V1 FetchKeyTWILIO_IAM_V1_FETCH_KEYFetch a specific Key.需要连接
Fetch a specific Key.
认证
需要 Connected AccountTags
Iam V1 ListGetKeysTWILIO_IAM_V1_LIST_GET_KEYSRetrieve a list of all Keys for a account.需要连接
Retrieve a list of all Keys for a account.
认证
需要 Connected AccountTags
Iam V1 ListRolePermissionTWILIO_IAM_V1_LIST_ROLE_PERMISSIONList resolved permissions for a role需要连接
List resolved permissions for a role
认证
需要 Connected AccountTags
Iam V1 UpdateKeyTWILIO_IAM_V1_UPDATE_KEYUpdate a specific Key.需要连接
Update a specific Key.
认证
需要 Connected AccountTags
Updates an existing OAuth app for the given OauthAppSidTWILIO_IAM_V1_UPDATE_OAUTH_APP_ACCOUNTUpdates an existing OAuth app for the given OauthAppSid需要连接
Updates an existing OAuth app for the given OauthAppSid
认证
需要 Connected AccountTags
Get the Voice Insights Settings.TWILIO_INSIGHTS_V1_FETCH_ACCOUNT_SETTINGSGet the Voice Insights Settings.需要连接
Get the Voice Insights Settings.
认证
需要 Connected AccountTags
Get the Annotation for a specific Call.TWILIO_INSIGHTS_V1_FETCH_ANNOTATIONGet the Annotation for a specific Call.需要连接
Get the Annotation for a specific Call.
认证
需要 Connected AccountTags
Insights V1 FetchCallTWILIO_INSIGHTS_V1_FETCH_CALLInsights V1 FetchCall需要连接
Insights V1 FetchCall
认证
需要 Connected AccountTags
Get a specific Conference Summary.TWILIO_INSIGHTS_V1_FETCH_CONFERENCEGet a specific Conference Summary.需要连接
Get a specific Conference Summary.
认证
需要 Connected AccountTags
Get a specific Conference Participant Summary for a Conference.TWILIO_INSIGHTS_V1_FETCH_CONFERENCE_PARTICIPANTGet a specific Conference Participant Summary for a Conference.需要连接
Get a specific Conference Participant Summary for a Conference.
认证
需要 Connected AccountTags
Get a specific Call Summary.TWILIO_INSIGHTS_V1_FETCH_SUMMARYGet a specific Call Summary.需要连接
Get a specific Call Summary.
认证
需要 Connected AccountTags
Get Video Log Analyzer data for a Room Participant.TWILIO_INSIGHTS_V1_FETCH_VIDEO_PARTICIPANT_SUMMARYGet Video Log Analyzer data for a Room Participant.需要连接
Get Video Log Analyzer data for a Room Participant.
认证
需要 Connected AccountTags
Get Video Log Analyzer data for a Room.TWILIO_INSIGHTS_V1_FETCH_VIDEO_ROOM_SUMMARYGet Video Log Analyzer data for a Room.需要连接
Get Video Log Analyzer data for a Room.
认证
需要 Connected AccountTags
Get a list of Call Summaries.TWILIO_INSIGHTS_V1_LIST_CALL_SUMMARIESGet a list of Call Summaries.需要连接
Get a list of Call Summaries.
认证
需要 Connected AccountTags
Get a list of Conference Summaries.TWILIO_INSIGHTS_V1_LIST_CONFERENCEGet a list of Conference Summaries.需要连接
Get a list of Conference Summaries.
认证
需要 Connected AccountTags
Get a list of Conference Participants Summaries for a Conference.TWILIO_INSIGHTS_V1_LIST_CONFERENCE_PARTICIPANTGet a list of Conference Participants Summaries for a Conference.需要连接
Get a list of Conference Participants Summaries for a Conference.
认证
需要 Connected AccountTags
Get a list of Call Insight Events for a Call.TWILIO_INSIGHTS_V1_LIST_EVENTGet a list of Call Insight Events for a Call.需要连接
Get a list of Call Insight Events for a Call.
认证
需要 Connected AccountTags
Get a list of Call Metrics for a Call.TWILIO_INSIGHTS_V1_LIST_METRICGet a list of Call Metrics for a Call.需要连接
Get a list of Call Metrics for a Call.
认证
需要 Connected AccountTags
Get a list of room participants.TWILIO_INSIGHTS_V1_LIST_VIDEO_PARTICIPANT_SUMMARYGet a list of room participants.需要连接
Get a list of room participants.
认证
需要 Connected AccountTags
Get a list of Programmable Video Rooms.TWILIO_INSIGHTS_V1_LIST_VIDEO_ROOM_SUMMARYGet a list of Programmable Video Rooms.需要连接
Get a list of Programmable Video Rooms.
认证
需要 Connected AccountTags
Update a specific Voice Insights Setting.TWILIO_INSIGHTS_V1_UPDATE_ACCOUNT_SETTINGSUpdate a specific Voice Insights Setting.需要连接
Update a specific Voice Insights Setting.
认证
需要 Connected AccountTags
Update an Annotation for a specific Call.TWILIO_INSIGHTS_V1_UPDATE_ANNOTATIONUpdate an Annotation for a specific Call.需要连接
Update an Annotation for a specific Call.
认证
需要 Connected AccountTags
Create Account Level ReportTWILIO_INSIGHTS_V2_CREATE_ACCOUNT_REPORTCreate a Report for a specific account with given time range and filters.需要连接
Create a Report for a specific account with given time range and filters.
认证
需要 Connected AccountTags
Create Inbound Phone Numbers Level ReportTWILIO_INSIGHTS_V2_CREATE_INBOUND_PHONE_NUMBERS_REPORTCreate Inbound specific Phone Numbers Report for a specific account with given time range.需要连接
Create Inbound specific Phone Numbers Report for a specific account with given time range.
认证
需要 Connected AccountTags
Create Outbound Phone Numbers Level ReportTWILIO_INSIGHTS_V2_CREATE_OUTBOUND_PHONE_NUMBERS_REPORTCreate Outbound specific Phone Numbers Report for a specific account with given time range.需要连接
Create Outbound specific Phone Numbers Report for a specific account with given time range.
认证
需要 Connected AccountTags
Fetch Voice Insights Account Level ReportTWILIO_INSIGHTS_V2_FETCH_ACCOUNT_REPORTGet Account Level Report for the given Report Id.需要连接
Get Account Level Report for the given Report Id.
认证
需要 Connected AccountTags
List Inbound Phone Numbers Level ReportsTWILIO_INSIGHTS_V2_LIST_INBOUND_PHONE_NUMBERS_REPORTGet Inbound Phone Numbers Level Reports for the given Report Id.需要连接
Get Inbound Phone Numbers Level Reports for the given Report Id.
认证
需要 Connected AccountTags
List Outbound Phone Numbers Level ReportsTWILIO_INSIGHTS_V2_LIST_OUTBOUND_PHONE_NUMBERS_REPORTGet Outbound Phone Numbers Level Report for the given Report Id.需要连接
Get Outbound Phone Numbers Level Report for the given Report Id.
认证
需要 Connected AccountTags
Execute a synchronous semantic queryTWILIO_INSIGHTS_V3_CREATE_QUERY_RESULTSExecute a semantic query against the Conversations domain. Returns results inline. For long-running queries, use the QueryJobs endpoint.需要连接
Execute a semantic query against the Conversations domain. Returns results inline. For long-running queries, use the QueryJobs endpoint.
认证
需要 Connected AccountTags
Fetch domain metadataTWILIO_INSIGHTS_V3_FETCH_METADATAReturns available cubes, measures, and dimensions for the Conversations domain.需要连接
Returns available cubes, measures, and dimensions for the Conversations domain.
认证
需要 Connected AccountTags
Fetch paginated query resultsTWILIO_INSIGHTS_V3_FETCH_QUERY_RESULTSRetrieve subsequent pages of a synchronous query using a page token.需要连接
Retrieve subsequent pages of a synchronous query using a page token.
认证
需要 Connected AccountTags
Create a new Custom Operator for the given AccountTWILIO_INTELLIGENCE_V2_CREATE_CUSTOM_OPERATORCreate a new Custom Operator for the given Account需要连接
Create a new Custom Operator for the given Account
认证
需要 Connected AccountTags
Attach an Operator to a Service.TWILIO_INTELLIGENCE_V2_CREATE_OPERATOR_ATTACHMENTAttach an Operator to a Service.需要连接
Attach an Operator to a Service.
认证
需要 Connected AccountTags
Create a new Service for the given AccountTWILIO_INTELLIGENCE_V2_CREATE_SERVICECreate a new Service for the given Account需要连接
Create a new Service for the given Account
认证
需要 Connected AccountTags
Create a new Transcript for the serviceTWILIO_INTELLIGENCE_V2_CREATE_TRANSCRIPTCreate a new Transcript for the service需要连接
Create a new Transcript for the service
认证
需要 Connected AccountTags
Delete a specific Custom Operator.TWILIO_INTELLIGENCE_V2_DELETE_CUSTOM_OPERATORDelete a specific Custom Operator.需要连接
Delete a specific Custom Operator.
认证
需要 Connected AccountTags
Detach an Operator from a Service.TWILIO_INTELLIGENCE_V2_DELETE_OPERATOR_ATTACHMENTDetach an Operator from a Service.需要连接
Detach an Operator from a Service.
认证
需要 Connected AccountTags
Delete a specific Service.TWILIO_INTELLIGENCE_V2_DELETE_SERVICEDelete a specific Service.需要连接
Delete a specific Service.
认证
需要 Connected AccountTags
Delete a specific Transcript.TWILIO_INTELLIGENCE_V2_DELETE_TRANSCRIPTDelete a specific Transcript.需要连接
Delete a specific Transcript.
认证
需要 Connected AccountTags
Fetch a specific Custom Operator.TWILIO_INTELLIGENCE_V2_FETCH_CUSTOM_OPERATORFetch a specific Custom Operator.需要连接
Fetch a specific Custom Operator.
认证
需要 Connected AccountTags
Fetch Public Key Encrypted Operator Results by TranscriptSidTWILIO_INTELLIGENCE_V2_FETCH_ENCRYPTED_OPERATOR_RESULTSFetch Public Key Encrypted Operator Results by TranscriptSid需要连接
Fetch Public Key Encrypted Operator Results by TranscriptSid
认证
需要 Connected AccountTags
Fetch Public Key Encrypted Sentences by TranscriptSidTWILIO_INTELLIGENCE_V2_FETCH_ENCRYPTED_SENTENCESFetch Public Key Encrypted Sentences by TranscriptSid需要连接
Fetch Public Key Encrypted Sentences by TranscriptSid
认证
需要 Connected AccountTags
Get download URLs for media if possibleTWILIO_INTELLIGENCE_V2_FETCH_MEDIAGet download URLs for media if possible需要连接
Get download URLs for media if possible
认证
需要 Connected AccountTags
Fetch a specific Operator. Works for both Custom and Pre-built Operators.TWILIO_INTELLIGENCE_V2_FETCH_OPERATORFetch a specific Operator. Works for both Custom and Pre-built Operators.需要连接
Fetch a specific Operator. Works for both Custom and Pre-built Operators.
认证
需要 Connected AccountTags
Retrieve Operators attached to a Service.TWILIO_INTELLIGENCE_V2_FETCH_OPERATOR_ATTACHMENTSRetrieve Operators attached to a Service.需要连接
Retrieve Operators attached to a Service.
认证
需要 Connected AccountTags
Fetch a specific Operator Result for the given Transcript.TWILIO_INTELLIGENCE_V2_FETCH_OPERATOR_RESULTFetch a specific Operator Result for the given Transcript.需要连接
Fetch a specific Operator Result for the given Transcript.
认证
需要 Connected AccountTags
Fetch a specific Operator Type.TWILIO_INTELLIGENCE_V2_FETCH_OPERATOR_TYPEFetch a specific Operator Type.需要连接
Fetch a specific Operator Type.
认证
需要 Connected AccountTags
Fetch a specific Pre-built Operator.TWILIO_INTELLIGENCE_V2_FETCH_PREBUILT_OPERATORFetch a specific Pre-built Operator.需要连接
Fetch a specific Pre-built Operator.
认证
需要 Connected AccountTags
Fetch a specific Service.TWILIO_INTELLIGENCE_V2_FETCH_SERVICEFetch a specific Service.需要连接
Fetch a specific Service.
认证
需要 Connected AccountTags
Fetch a specific Transcript.TWILIO_INTELLIGENCE_V2_FETCH_TRANSCRIPTFetch a specific Transcript.需要连接
Fetch a specific Transcript.
认证
需要 Connected AccountTags
Retrieves a list of all Custom Operators for an Account.TWILIO_INTELLIGENCE_V2_LIST_CUSTOM_OPERATORRetrieves a list of all Custom Operators for an Account.需要连接
Retrieves a list of all Custom Operators for an Account.
认证
需要 Connected AccountTags
Retrieves a list of all Operators for an Account, both Custom and Pre-built.TWILIO_INTELLIGENCE_V2_LIST_OPERATORRetrieves a list of all Operators for an Account, both Custom and Pre-built.需要连接
Retrieves a list of all Operators for an Account, both Custom and Pre-built.
认证
需要 Connected AccountTags
Retrieve a list of Operator Results for the given Transcript.TWILIO_INTELLIGENCE_V2_LIST_OPERATOR_RESULTRetrieve a list of Operator Results for the given Transcript.需要连接
Retrieve a list of Operator Results for the given Transcript.
认证
需要 Connected AccountTags
Retrieves a list of all Operator Types for an Account.TWILIO_INTELLIGENCE_V2_LIST_OPERATOR_TYPERetrieves a list of all Operator Types for an Account.需要连接
Retrieves a list of all Operator Types for an Account.
认证
需要 Connected AccountTags
Retrieves a list of all Pre-built Operators for an account.TWILIO_INTELLIGENCE_V2_LIST_PREBUILT_OPERATORRetrieves a list of all Pre-built Operators for an account.需要连接
Retrieves a list of all Pre-built Operators for an account.
认证
需要 Connected AccountTags
Get all Transcript Sentences by TranscriptSidTWILIO_INTELLIGENCE_V2_LIST_SENTENCEGet all Transcript Sentences by TranscriptSid需要连接
Get all Transcript Sentences by TranscriptSid
认证
需要 Connected AccountTags
Retrieves a list of all Services for an account.TWILIO_INTELLIGENCE_V2_LIST_SERVICERetrieves a list of all Services for an account.需要连接
Retrieves a list of all Services for an account.
认证
需要 Connected AccountTags
Retrieve a list of Transcripts for a given service.TWILIO_INTELLIGENCE_V2_LIST_TRANSCRIPTRetrieve a list of Transcripts for a given service.需要连接
Retrieve a list of Transcripts for a given service.
认证
需要 Connected AccountTags
Update a specific Custom Operator.TWILIO_INTELLIGENCE_V2_UPDATE_CUSTOM_OPERATORUpdate a specific Custom Operator.需要连接
Update a specific Custom Operator.
认证
需要 Connected AccountTags
Update a specific Service.TWILIO_INTELLIGENCE_V2_UPDATE_SERVICEUpdate a specific Service.需要连接
Update a specific Service.
认证
需要 Connected AccountTags
Create an Intelligence ConfigurationTWILIO_INTELLIGENCE_V3_CREATE_CONFIGURATIONCreate an Intelligence Configuration to control how and when language operators analyze conversations. You must include the `rules` field in the request. You can pass an empty array (`"rules": []`), but an Intelligence Configuration with an empty `rules` array doesn't execute any language operators. To add rules later, make a `PUT /v3/ControlPlane/Configurations/{id}` request. After creating an Intelligence Configuration, you must attach it to a Conversations Configuration by using the Conversations API.需要连接
Create an Intelligence Configuration to control how and when language operators analyze conversations. You must include the `rules` field in the request. You can pass an empty array (`"rules": []`), but an Intelligence Configuration with an empty `rules` array doesn't execute any language operators. To add rules later, make a `PUT /v3/ControlPlane/Configurations/{id}` request. After creating an Intelligence Configuration, you must attach it to a Conversations Configuration by using the Conversations API.
认证
需要 Connected AccountTags
Create an OperatorTWILIO_INTELLIGENCE_V3_CREATE_OPERATORCreate a custom language operator. You can define a reusable, programmable conversational analysis task tailored to your business needs.需要连接
Create a custom language operator. You can define a reusable, programmable conversational analysis task tailored to your business needs.
认证
需要 Connected AccountTags
Manually queue a rule executionTWILIO_INTELLIGENCE_V3_CREATE_RULE_EXECUTIONResolves the given configuration, rule, and conversation, derives the memoryStoreId from the conversation's configuration. Then executes the rule on the conversation.需要连接
Resolves the given configuration, rule, and conversation, derives the memoryStoreId from the conversation's configuration. Then executes the rule on the conversation.
认证
需要 Connected AccountTags
Delete an Intelligence ConfigurationTWILIO_INTELLIGENCE_V3_DELETE_CONFIGURATIONDelete an Intelligence Configuration需要连接
Delete an Intelligence Configuration
认证
需要 Connected AccountTags
Delete an OperatorTWILIO_INTELLIGENCE_V3_DELETE_OPERATORDelete an Operator需要连接
Delete an Operator
认证
需要 Connected AccountTags
Delete an OperatorResultTWILIO_INTELLIGENCE_V3_DELETE_OPERATOR_RESULTDelete an OperatorResult需要连接
Delete an OperatorResult
认证
需要 Connected AccountTags
Retrieve an Intelligence ConfigurationTWILIO_INTELLIGENCE_V3_FETCH_CONFIGURATIONRetrieve an Intelligence Configuration需要连接
Retrieve an Intelligence Configuration
认证
需要 Connected AccountTags
Retrieve a ConversationTWILIO_INTELLIGENCE_V3_FETCH_CONVERSATIONRetrieve a Conversation需要连接
Retrieve a Conversation
认证
需要 Connected AccountTags
Retrieve an OperatorTWILIO_INTELLIGENCE_V3_FETCH_OPERATORRetrieve an Operator需要连接
Retrieve an Operator
认证
需要 Connected AccountTags
Retrieve an OperatorResultTWILIO_INTELLIGENCE_V3_FETCH_OPERATOR_RESULTRetrieve an OperatorResult需要连接
Retrieve an OperatorResult
认证
需要 Connected AccountTags
Retrieve a specific Operator VersionTWILIO_INTELLIGENCE_V3_FETCH_OPERATOR_VERSIONRetrieve a specific Operator Version需要连接
Retrieve a specific Operator Version
认证
需要 Connected AccountTags
Retrieve a list of Intelligence ConfigurationsTWILIO_INTELLIGENCE_V3_LIST_CONFIGURATIONSRetrieve a list of Intelligence Configurations需要连接
Retrieve a list of Intelligence Configurations
认证
需要 Connected AccountTags
Retrieve a list of ConversationsTWILIO_INTELLIGENCE_V3_LIST_CONVERSATIONSRetrieve a list of Conversations processed by an Intelligence Configuration.需要连接
Retrieve a list of Conversations processed by an Intelligence Configuration.
认证
需要 Connected AccountTags
Retrieve a list of OperatorResultsTWILIO_INTELLIGENCE_V3_LIST_OPERATOR_RESULTSRetrieve a list of OperatorResults需要连接
Retrieve a list of OperatorResults
认证
需要 Connected AccountTags
Retrieve a list of Operator VersionsTWILIO_INTELLIGENCE_V3_LIST_OPERATOR_VERSIONSRetrieve a paginated list of all versions for a given Language Operator.需要连接
Retrieve a paginated list of all versions for a given Language Operator.
认证
需要 Connected AccountTags
Retrieve a list of OperatorsTWILIO_INTELLIGENCE_V3_LIST_OPERATORSRetrieve a list of Operators for the account, including those not attached to an Intelligence Configuration. This request returns both Twilio-authored and custom language operators.需要连接
Retrieve a list of Operators for the account, including those not attached to an Intelligence Configuration. This request returns both Twilio-authored and custom language operators.
认证
需要 Connected AccountTags
Update an Intelligence ConfigurationTWILIO_INTELLIGENCE_V3_UPDATE_CONFIGURATIONUpdate an Intelligence Configuration, including its metadata and rules. The request must include all required fields.需要连接
Update an Intelligence Configuration, including its metadata and rules. The request must include all required fields.
认证
需要 Connected AccountTags
Update an OperatorTWILIO_INTELLIGENCE_V3_UPDATE_OPERATORUpdate an Operator需要连接
Update an Operator
认证
需要 Connected AccountTags
Ip Messaging V1 CreateChannelTWILIO_IP_MESSAGING_V1_CREATE_CHANNELIp Messaging V1 CreateChannel需要连接
Ip Messaging V1 CreateChannel
认证
需要 Connected AccountTags
Ip Messaging V1 CreateCredentialTWILIO_IP_MESSAGING_V1_CREATE_CREDENTIALIp Messaging V1 CreateCredential需要连接
Ip Messaging V1 CreateCredential
认证
需要 Connected AccountTags
Ip Messaging V1 CreateInviteTWILIO_IP_MESSAGING_V1_CREATE_INVITEIp Messaging V1 CreateInvite需要连接
Ip Messaging V1 CreateInvite
认证
需要 Connected AccountTags
Ip Messaging V1 CreateMemberTWILIO_IP_MESSAGING_V1_CREATE_MEMBERIp Messaging V1 CreateMember需要连接
Ip Messaging V1 CreateMember
认证
需要 Connected AccountTags
Ip Messaging V1 CreateMessageTWILIO_IP_MESSAGING_V1_CREATE_MESSAGEIp Messaging V1 CreateMessage需要连接
Ip Messaging V1 CreateMessage
认证
需要 Connected AccountTags
Ip Messaging V1 CreateRoleTWILIO_IP_MESSAGING_V1_CREATE_ROLEIp Messaging V1 CreateRole需要连接
Ip Messaging V1 CreateRole
认证
需要 Connected AccountTags
Ip Messaging V1 CreateServiceTWILIO_IP_MESSAGING_V1_CREATE_SERVICEIp Messaging V1 CreateService需要连接
Ip Messaging V1 CreateService
认证
需要 Connected AccountTags
Ip Messaging V1 CreateUserTWILIO_IP_MESSAGING_V1_CREATE_USERIp Messaging V1 CreateUser需要连接
Ip Messaging V1 CreateUser
认证
需要 Connected AccountTags
Ip Messaging V1 DeleteChannelTWILIO_IP_MESSAGING_V1_DELETE_CHANNELIp Messaging V1 DeleteChannel需要连接
Ip Messaging V1 DeleteChannel
认证
需要 Connected AccountTags
Ip Messaging V1 DeleteCredentialTWILIO_IP_MESSAGING_V1_DELETE_CREDENTIALIp Messaging V1 DeleteCredential需要连接
Ip Messaging V1 DeleteCredential
认证
需要 Connected AccountTags
Ip Messaging V1 DeleteInviteTWILIO_IP_MESSAGING_V1_DELETE_INVITEIp Messaging V1 DeleteInvite需要连接
Ip Messaging V1 DeleteInvite
认证
需要 Connected AccountTags
Ip Messaging V1 DeleteMemberTWILIO_IP_MESSAGING_V1_DELETE_MEMBERIp Messaging V1 DeleteMember需要连接
Ip Messaging V1 DeleteMember
认证
需要 Connected AccountTags
Ip Messaging V1 DeleteMessageTWILIO_IP_MESSAGING_V1_DELETE_MESSAGEIp Messaging V1 DeleteMessage需要连接
Ip Messaging V1 DeleteMessage
认证
需要 Connected AccountTags
Ip Messaging V1 DeleteRoleTWILIO_IP_MESSAGING_V1_DELETE_ROLEIp Messaging V1 DeleteRole需要连接
Ip Messaging V1 DeleteRole
认证
需要 Connected AccountTags
Ip Messaging V1 DeleteServiceTWILIO_IP_MESSAGING_V1_DELETE_SERVICEIp Messaging V1 DeleteService需要连接
Ip Messaging V1 DeleteService
认证
需要 Connected AccountTags
Ip Messaging V1 DeleteUserTWILIO_IP_MESSAGING_V1_DELETE_USERIp Messaging V1 DeleteUser需要连接
Ip Messaging V1 DeleteUser
认证
需要 Connected AccountTags
Ip Messaging V1 FetchChannelTWILIO_IP_MESSAGING_V1_FETCH_CHANNELIp Messaging V1 FetchChannel需要连接
Ip Messaging V1 FetchChannel
认证
需要 Connected AccountTags
Ip Messaging V1 FetchCredentialTWILIO_IP_MESSAGING_V1_FETCH_CREDENTIALIp Messaging V1 FetchCredential需要连接
Ip Messaging V1 FetchCredential
认证
需要 Connected AccountTags
Ip Messaging V1 FetchInviteTWILIO_IP_MESSAGING_V1_FETCH_INVITEIp Messaging V1 FetchInvite需要连接
Ip Messaging V1 FetchInvite
认证
需要 Connected AccountTags
Ip Messaging V1 FetchMemberTWILIO_IP_MESSAGING_V1_FETCH_MEMBERIp Messaging V1 FetchMember需要连接
Ip Messaging V1 FetchMember
认证
需要 Connected AccountTags
Ip Messaging V1 FetchMessageTWILIO_IP_MESSAGING_V1_FETCH_MESSAGEIp Messaging V1 FetchMessage需要连接
Ip Messaging V1 FetchMessage
认证
需要 Connected AccountTags
Ip Messaging V1 FetchRoleTWILIO_IP_MESSAGING_V1_FETCH_ROLEIp Messaging V1 FetchRole需要连接
Ip Messaging V1 FetchRole
认证
需要 Connected AccountTags
Ip Messaging V1 FetchServiceTWILIO_IP_MESSAGING_V1_FETCH_SERVICEIp Messaging V1 FetchService需要连接
Ip Messaging V1 FetchService
认证
需要 Connected AccountTags
Ip Messaging V1 FetchUserTWILIO_IP_MESSAGING_V1_FETCH_USERIp Messaging V1 FetchUser需要连接
Ip Messaging V1 FetchUser
认证
需要 Connected AccountTags
Ip Messaging V1 ListChannelTWILIO_IP_MESSAGING_V1_LIST_CHANNELIp Messaging V1 ListChannel需要连接
Ip Messaging V1 ListChannel
认证
需要 Connected AccountTags
Ip Messaging V1 ListCredentialTWILIO_IP_MESSAGING_V1_LIST_CREDENTIALIp Messaging V1 ListCredential需要连接
Ip Messaging V1 ListCredential
认证
需要 Connected AccountTags
Ip Messaging V1 ListInviteTWILIO_IP_MESSAGING_V1_LIST_INVITEIp Messaging V1 ListInvite需要连接
Ip Messaging V1 ListInvite
认证
需要 Connected AccountTags
Ip Messaging V1 ListMemberTWILIO_IP_MESSAGING_V1_LIST_MEMBERIp Messaging V1 ListMember需要连接
Ip Messaging V1 ListMember
认证
需要 Connected AccountTags
Ip Messaging V1 ListMessageTWILIO_IP_MESSAGING_V1_LIST_MESSAGEIp Messaging V1 ListMessage需要连接
Ip Messaging V1 ListMessage
认证
需要 Connected AccountTags
Ip Messaging V1 ListRoleTWILIO_IP_MESSAGING_V1_LIST_ROLEIp Messaging V1 ListRole需要连接
Ip Messaging V1 ListRole
认证
需要 Connected AccountTags
Ip Messaging V1 ListServiceTWILIO_IP_MESSAGING_V1_LIST_SERVICEIp Messaging V1 ListService需要连接
Ip Messaging V1 ListService
认证
需要 Connected AccountTags
Ip Messaging V1 ListUserTWILIO_IP_MESSAGING_V1_LIST_USERIp Messaging V1 ListUser需要连接
Ip Messaging V1 ListUser
认证
需要 Connected AccountTags
Ip Messaging V1 ListUserChannelTWILIO_IP_MESSAGING_V1_LIST_USER_CHANNELIp Messaging V1 ListUserChannel需要连接
Ip Messaging V1 ListUserChannel
认证
需要 Connected AccountTags
Ip Messaging V1 UpdateChannelTWILIO_IP_MESSAGING_V1_UPDATE_CHANNELIp Messaging V1 UpdateChannel需要连接
Ip Messaging V1 UpdateChannel
认证
需要 Connected AccountTags
Ip Messaging V1 UpdateCredentialTWILIO_IP_MESSAGING_V1_UPDATE_CREDENTIALIp Messaging V1 UpdateCredential需要连接
Ip Messaging V1 UpdateCredential
认证
需要 Connected AccountTags
Ip Messaging V1 UpdateMemberTWILIO_IP_MESSAGING_V1_UPDATE_MEMBERIp Messaging V1 UpdateMember需要连接
Ip Messaging V1 UpdateMember
认证
需要 Connected AccountTags
Ip Messaging V1 UpdateMessageTWILIO_IP_MESSAGING_V1_UPDATE_MESSAGEIp Messaging V1 UpdateMessage需要连接
Ip Messaging V1 UpdateMessage
认证
需要 Connected AccountTags
Ip Messaging V1 UpdateRoleTWILIO_IP_MESSAGING_V1_UPDATE_ROLEIp Messaging V1 UpdateRole需要连接
Ip Messaging V1 UpdateRole
认证
需要 Connected AccountTags
Ip Messaging V1 UpdateServiceTWILIO_IP_MESSAGING_V1_UPDATE_SERVICEIp Messaging V1 UpdateService需要连接
Ip Messaging V1 UpdateService
认证
需要 Connected AccountTags
Ip Messaging V1 UpdateUserTWILIO_IP_MESSAGING_V1_UPDATE_USERIp Messaging V1 UpdateUser需要连接
Ip Messaging V1 UpdateUser
认证
需要 Connected AccountTags
Ip Messaging V2 CreateChannelTWILIO_IP_MESSAGING_V2_CREATE_CHANNELIp Messaging V2 CreateChannel需要连接
Ip Messaging V2 CreateChannel
认证
需要 Connected AccountTags
Ip Messaging V2 CreateChannelWebhookTWILIO_IP_MESSAGING_V2_CREATE_CHANNEL_WEBHOOKIp Messaging V2 CreateChannelWebhook需要连接
Ip Messaging V2 CreateChannelWebhook
认证
需要 Connected AccountTags
Ip Messaging V2 CreateCredentialTWILIO_IP_MESSAGING_V2_CREATE_CREDENTIALIp Messaging V2 CreateCredential需要连接
Ip Messaging V2 CreateCredential
认证
需要 Connected AccountTags
Ip Messaging V2 CreateInviteTWILIO_IP_MESSAGING_V2_CREATE_INVITEIp Messaging V2 CreateInvite需要连接
Ip Messaging V2 CreateInvite
认证
需要 Connected AccountTags
Ip Messaging V2 CreateMemberTWILIO_IP_MESSAGING_V2_CREATE_MEMBERIp Messaging V2 CreateMember需要连接
Ip Messaging V2 CreateMember
认证
需要 Connected AccountTags
Ip Messaging V2 CreateMessageTWILIO_IP_MESSAGING_V2_CREATE_MESSAGEIp Messaging V2 CreateMessage需要连接
Ip Messaging V2 CreateMessage
认证
需要 Connected AccountTags
Ip Messaging V2 CreateRoleTWILIO_IP_MESSAGING_V2_CREATE_ROLEIp Messaging V2 CreateRole需要连接
Ip Messaging V2 CreateRole
认证
需要 Connected AccountTags
Ip Messaging V2 CreateServiceTWILIO_IP_MESSAGING_V2_CREATE_SERVICEIp Messaging V2 CreateService需要连接
Ip Messaging V2 CreateService
认证
需要 Connected AccountTags
Ip Messaging V2 CreateUserTWILIO_IP_MESSAGING_V2_CREATE_USERIp Messaging V2 CreateUser需要连接
Ip Messaging V2 CreateUser
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteBindingTWILIO_IP_MESSAGING_V2_DELETE_BINDINGIp Messaging V2 DeleteBinding需要连接
Ip Messaging V2 DeleteBinding
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteChannelTWILIO_IP_MESSAGING_V2_DELETE_CHANNELIp Messaging V2 DeleteChannel需要连接
Ip Messaging V2 DeleteChannel
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteChannelWebhookTWILIO_IP_MESSAGING_V2_DELETE_CHANNEL_WEBHOOKIp Messaging V2 DeleteChannelWebhook需要连接
Ip Messaging V2 DeleteChannelWebhook
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteCredentialTWILIO_IP_MESSAGING_V2_DELETE_CREDENTIALIp Messaging V2 DeleteCredential需要连接
Ip Messaging V2 DeleteCredential
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteInviteTWILIO_IP_MESSAGING_V2_DELETE_INVITEIp Messaging V2 DeleteInvite需要连接
Ip Messaging V2 DeleteInvite
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteMemberTWILIO_IP_MESSAGING_V2_DELETE_MEMBERIp Messaging V2 DeleteMember需要连接
Ip Messaging V2 DeleteMember
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteMessageTWILIO_IP_MESSAGING_V2_DELETE_MESSAGEIp Messaging V2 DeleteMessage需要连接
Ip Messaging V2 DeleteMessage
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteRoleTWILIO_IP_MESSAGING_V2_DELETE_ROLEIp Messaging V2 DeleteRole需要连接
Ip Messaging V2 DeleteRole
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteServiceTWILIO_IP_MESSAGING_V2_DELETE_SERVICEIp Messaging V2 DeleteService需要连接
Ip Messaging V2 DeleteService
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteUserTWILIO_IP_MESSAGING_V2_DELETE_USERIp Messaging V2 DeleteUser需要连接
Ip Messaging V2 DeleteUser
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteUserBindingTWILIO_IP_MESSAGING_V2_DELETE_USER_BINDINGIp Messaging V2 DeleteUserBinding需要连接
Ip Messaging V2 DeleteUserBinding
认证
需要 Connected AccountTags
Ip Messaging V2 DeleteUserChannelTWILIO_IP_MESSAGING_V2_DELETE_USER_CHANNELIp Messaging V2 DeleteUserChannel需要连接
Ip Messaging V2 DeleteUserChannel
认证
需要 Connected AccountTags
Ip Messaging V2 FetchBindingTWILIO_IP_MESSAGING_V2_FETCH_BINDINGIp Messaging V2 FetchBinding需要连接
Ip Messaging V2 FetchBinding
认证
需要 Connected AccountTags
Ip Messaging V2 FetchChannelTWILIO_IP_MESSAGING_V2_FETCH_CHANNELIp Messaging V2 FetchChannel需要连接
Ip Messaging V2 FetchChannel
认证
需要 Connected AccountTags
Ip Messaging V2 FetchChannelWebhookTWILIO_IP_MESSAGING_V2_FETCH_CHANNEL_WEBHOOKIp Messaging V2 FetchChannelWebhook需要连接
Ip Messaging V2 FetchChannelWebhook
认证
需要 Connected AccountTags
Ip Messaging V2 FetchCredentialTWILIO_IP_MESSAGING_V2_FETCH_CREDENTIALIp Messaging V2 FetchCredential需要连接
Ip Messaging V2 FetchCredential
认证
需要 Connected AccountTags
Ip Messaging V2 FetchInviteTWILIO_IP_MESSAGING_V2_FETCH_INVITEIp Messaging V2 FetchInvite需要连接
Ip Messaging V2 FetchInvite
认证
需要 Connected AccountTags
Ip Messaging V2 FetchMemberTWILIO_IP_MESSAGING_V2_FETCH_MEMBERIp Messaging V2 FetchMember需要连接
Ip Messaging V2 FetchMember
认证
需要 Connected AccountTags
Ip Messaging V2 FetchMessageTWILIO_IP_MESSAGING_V2_FETCH_MESSAGEIp Messaging V2 FetchMessage需要连接
Ip Messaging V2 FetchMessage
认证
需要 Connected AccountTags
Ip Messaging V2 FetchRoleTWILIO_IP_MESSAGING_V2_FETCH_ROLEIp Messaging V2 FetchRole需要连接
Ip Messaging V2 FetchRole
认证
需要 Connected AccountTags
Ip Messaging V2 FetchServiceTWILIO_IP_MESSAGING_V2_FETCH_SERVICEIp Messaging V2 FetchService需要连接
Ip Messaging V2 FetchService
认证
需要 Connected AccountTags
Ip Messaging V2 FetchUserTWILIO_IP_MESSAGING_V2_FETCH_USERIp Messaging V2 FetchUser需要连接
Ip Messaging V2 FetchUser
认证
需要 Connected AccountTags
Ip Messaging V2 FetchUserBindingTWILIO_IP_MESSAGING_V2_FETCH_USER_BINDINGIp Messaging V2 FetchUserBinding需要连接
Ip Messaging V2 FetchUserBinding
认证
需要 Connected AccountTags
Ip Messaging V2 FetchUserChannelTWILIO_IP_MESSAGING_V2_FETCH_USER_CHANNELIp Messaging V2 FetchUserChannel需要连接
Ip Messaging V2 FetchUserChannel
认证
需要 Connected AccountTags
Ip Messaging V2 ListBindingTWILIO_IP_MESSAGING_V2_LIST_BINDINGIp Messaging V2 ListBinding需要连接
Ip Messaging V2 ListBinding
认证
需要 Connected AccountTags
Ip Messaging V2 ListChannelTWILIO_IP_MESSAGING_V2_LIST_CHANNELIp Messaging V2 ListChannel需要连接
Ip Messaging V2 ListChannel
认证
需要 Connected AccountTags
Ip Messaging V2 ListChannelWebhookTWILIO_IP_MESSAGING_V2_LIST_CHANNEL_WEBHOOKIp Messaging V2 ListChannelWebhook需要连接
Ip Messaging V2 ListChannelWebhook
认证
需要 Connected AccountTags
Ip Messaging V2 ListCredentialTWILIO_IP_MESSAGING_V2_LIST_CREDENTIALIp Messaging V2 ListCredential需要连接
Ip Messaging V2 ListCredential
认证
需要 Connected AccountTags
Ip Messaging V2 ListInviteTWILIO_IP_MESSAGING_V2_LIST_INVITEIp Messaging V2 ListInvite需要连接
Ip Messaging V2 ListInvite
认证
需要 Connected AccountTags
Ip Messaging V2 ListMemberTWILIO_IP_MESSAGING_V2_LIST_MEMBERIp Messaging V2 ListMember需要连接
Ip Messaging V2 ListMember
认证
需要 Connected AccountTags
Ip Messaging V2 ListMessageTWILIO_IP_MESSAGING_V2_LIST_MESSAGEIp Messaging V2 ListMessage需要连接
Ip Messaging V2 ListMessage
认证
需要 Connected AccountTags
Ip Messaging V2 ListRoleTWILIO_IP_MESSAGING_V2_LIST_ROLEIp Messaging V2 ListRole需要连接
Ip Messaging V2 ListRole
认证
需要 Connected AccountTags
Ip Messaging V2 ListServiceTWILIO_IP_MESSAGING_V2_LIST_SERVICEIp Messaging V2 ListService需要连接
Ip Messaging V2 ListService
认证
需要 Connected AccountTags
Ip Messaging V2 ListUserTWILIO_IP_MESSAGING_V2_LIST_USERIp Messaging V2 ListUser需要连接
Ip Messaging V2 ListUser
认证
需要 Connected AccountTags
Ip Messaging V2 ListUserBindingTWILIO_IP_MESSAGING_V2_LIST_USER_BINDINGIp Messaging V2 ListUserBinding需要连接
Ip Messaging V2 ListUserBinding
认证
需要 Connected AccountTags
Ip Messaging V2 ListUserChannelTWILIO_IP_MESSAGING_V2_LIST_USER_CHANNELIp Messaging V2 ListUserChannel需要连接
Ip Messaging V2 ListUserChannel
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateChannelTWILIO_IP_MESSAGING_V2_UPDATE_CHANNELIp Messaging V2 UpdateChannel需要连接
Ip Messaging V2 UpdateChannel
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateChannelWebhookTWILIO_IP_MESSAGING_V2_UPDATE_CHANNEL_WEBHOOKIp Messaging V2 UpdateChannelWebhook需要连接
Ip Messaging V2 UpdateChannelWebhook
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateCredentialTWILIO_IP_MESSAGING_V2_UPDATE_CREDENTIALIp Messaging V2 UpdateCredential需要连接
Ip Messaging V2 UpdateCredential
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateMemberTWILIO_IP_MESSAGING_V2_UPDATE_MEMBERIp Messaging V2 UpdateMember需要连接
Ip Messaging V2 UpdateMember
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateMessageTWILIO_IP_MESSAGING_V2_UPDATE_MESSAGEIp Messaging V2 UpdateMessage需要连接
Ip Messaging V2 UpdateMessage
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateRoleTWILIO_IP_MESSAGING_V2_UPDATE_ROLEIp Messaging V2 UpdateRole需要连接
Ip Messaging V2 UpdateRole
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateServiceTWILIO_IP_MESSAGING_V2_UPDATE_SERVICEIp Messaging V2 UpdateService需要连接
Ip Messaging V2 UpdateService
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateUserTWILIO_IP_MESSAGING_V2_UPDATE_USERIp Messaging V2 UpdateUser需要连接
Ip Messaging V2 UpdateUser
认证
需要 Connected AccountTags
Ip Messaging V2 UpdateUserChannelTWILIO_IP_MESSAGING_V2_UPDATE_USER_CHANNELIp Messaging V2 UpdateUserChannel需要连接
Ip Messaging V2 UpdateUserChannel
认证
需要 Connected AccountTags
Create knowledgeTWILIO_KNOWLEDGE_V1_CREATE_KNOWLEDGECreate knowledge需要连接
Create knowledge
认证
需要 Connected AccountTags
Delete knowledgeTWILIO_KNOWLEDGE_V1_DELETE_KNOWLEDGEDelete knowledge需要连接
Delete knowledge
认证
需要 Connected AccountTags
Get knowledgeTWILIO_KNOWLEDGE_V1_FETCH_KNOWLEDGEGet knowledge需要连接
Get knowledge
认证
需要 Connected AccountTags
Get knowledge statusTWILIO_KNOWLEDGE_V1_FETCH_KNOWLEDGE_STATUSGet knowledge status需要连接
Get knowledge status
认证
需要 Connected AccountTags
List all knowledgeTWILIO_KNOWLEDGE_V1_LIST_KNOWLEDGEList all knowledge需要连接
List all knowledge
认证
需要 Connected AccountTags
List knowledge chunksTWILIO_KNOWLEDGE_V1_LIST_KNOWLEDGE_CHUNKSList knowledge chunks需要连接
List knowledge chunks
认证
需要 Connected AccountTags
Update knowledgeTWILIO_KNOWLEDGE_V1_UPDATE_KNOWLEDGEUpdate knowledge需要连接
Update knowledge
认证
需要 Connected AccountTags
Create Knowledge SourceTWILIO_KNOWLEDGE_V2_CREATE_KNOWLEDGECreate a new knowledge source from various data sources such as web content, files, or raw text. The knowledge source will be processed and indexed to enable semantic search and retrieval. ## Best practices To maximize the effectiveness of Knowledge, consider the following best practices: **Assess and optimize content:** Regularly evaluate your existing Knowledge sources for accuracy, relevance, and coverage. Identify any gaps or outdated information that could hinder the Assistant's performance. **Simplify and structure content:** Ensure that the content is clear and concise. Use headings, bullet points, and metadata to make information straightforward to navigate for both the AI Assistant and your users. **Prioritize high-impact content:** Focus on updating and maintaining content that is frequently accessed or critical to customer interactions. Consider using analytics to determine which Knowledge entries are most valuable.需要连接
Create a new knowledge source from various data sources such as web content, files, or raw text. The knowledge source will be processed and indexed to enable semantic search and retrieval. ## Best practices To maximize the effectiveness of Knowledge, consider the following best practices: **Assess and optimize content:** Regularly evaluate your existing Knowledge sources for accuracy, relevance, and coverage. Identify any gaps or outdated information that could hinder the Assistant's performance. **Simplify and structure content:** Ensure that the content is clear and concise. Use headings, bullet points, and metadata to make information straightforward to navigate for both the AI Assistant and your users. **Prioritize high-impact content:** Focus on updating and maintaining content that is frequently accessed or critical to customer interactions. Consider using analytics to determine which Knowledge entries are most valuable.
认证
需要 Connected AccountTags
Create a Knowledge BaseTWILIO_KNOWLEDGE_V2_CREATE_KNOWLEDGE_BASECreate a new Knowledge Base for the Twilio account. Accounts can have multiple knowledge bases. Each knowledge base can contain multiple knowledge resources such as documents, websites, or text content that can be used for context and information retrieval.需要连接
Create a new Knowledge Base for the Twilio account. Accounts can have multiple knowledge bases. Each knowledge base can contain multiple knowledge resources such as documents, websites, or text content that can be used for context and information retrieval.
认证
需要 Connected AccountTags
Search Knowledge ChunksTWILIO_KNOWLEDGE_V2_CREATE_KNOWLEDGE_SEARCHPerform semantic search across knowledge sources within a knowledge base to find the most relevant content chunks based on a natural language query. Returns ranked chunks with similarity scores, allowing you to retrieve contextually relevant information for AI applications, chatbots, or information retrieval systems. You can filter results by specific knowledge sources.需要连接
Perform semantic search across knowledge sources within a knowledge base to find the most relevant content chunks based on a natural language query. Returns ranked chunks with similarity scores, allowing you to retrieve contextually relevant information for AI applications, chatbots, or information retrieval systems. You can filter results by specific knowledge sources.
认证
需要 Connected AccountTags
Delete Knowledge SourceTWILIO_KNOWLEDGE_V2_DELETE_KNOWLEDGEPermanently delete knowledge source and all its associated data, including processed chunks and embeddings. This action cannot be undone. The knowledge resource will no longer be available for search or retrieval operations.需要连接
Permanently delete knowledge source and all its associated data, including processed chunks and embeddings. This action cannot be undone. The knowledge resource will no longer be available for search or retrieval operations.
认证
需要 Connected AccountTags
Delete a Knowledge BaseTWILIO_KNOWLEDGE_V2_DELETE_KNOWLEDGE_BASEDelete a Knowledge Base and all associated knowledge resources. This action cannot be undone.需要连接
Delete a Knowledge Base and all associated knowledge resources. This action cannot be undone.
认证
需要 Connected AccountTags
Retrieve Knowledge SourceTWILIO_KNOWLEDGE_V2_FETCH_KNOWLEDGEFetch detailed information about a specific knowledge source by its ID. This returns the complete knowledge source object including processing status, source details, and configuration information.需要连接
Fetch detailed information about a specific knowledge source by its ID. This returns the complete knowledge source object including processing status, source details, and configuration information.
认证
需要 Connected AccountTags
Retrieve a Knowledge BaseTWILIO_KNOWLEDGE_V2_FETCH_KNOWLEDGE_BASERetrieve the details of a specific Knowledge Base by its unique ID.需要连接
Retrieve the details of a specific Knowledge Base by its unique ID.
认证
需要 Connected AccountTags
Get Operation StatusTWILIO_KNOWLEDGE_V2_FETCH_OPERATIONRetrieve the status and result of an asynchronous operation.需要连接
Retrieve the status and result of an asynchronous operation.
认证
需要 Connected AccountTags
List Knowledge SourcesTWILIO_KNOWLEDGE_V2_LIST_KNOWLEDGERetrieve a paginated list of all knowledge sources for a specific knowledge base. Knowledge sources represent unstructured data sources such as documents, websites, or text content that can be used for context and information retrieval.需要连接
Retrieve a paginated list of all knowledge sources for a specific knowledge base. Knowledge sources represent unstructured data sources such as documents, websites, or text content that can be used for context and information retrieval.
认证
需要 Connected AccountTags
List Knowledge BasesTWILIO_KNOWLEDGE_V2_LIST_KNOWLEDGE_BASESGet a list of knowledge bases for the Twilio account.需要连接
Get a list of knowledge bases for the Twilio account.
认证
需要 Connected AccountTags
List Knowledge ChunksTWILIO_KNOWLEDGE_V2_LIST_KNOWLEDGE_CHUNKSRetrieve a paginated list of all processed content chunks from a specific knowledge source. Chunks are smaller segments of content that have been extracted and processed from the original knowledge source. Each chunk contains content text and associated metadata that can be used for semantic search and retrieval operations.需要连接
Retrieve a paginated list of all processed content chunks from a specific knowledge source. Chunks are smaller segments of content that have been extracted and processed from the original knowledge source. Each chunk contains content text and associated metadata that can be used for semantic search and retrieval operations.
认证
需要 Connected AccountTags
Update Knowledge SourceTWILIO_KNOWLEDGE_V2_UPDATE_KNOWLEDGEPartially update mutable fields of an existing knowledge source such as name, description, tags, or source-specific configuration. Only the fields provided in the request body will be updated. Some changes (e.g., KnowledgeSourceTypes) may trigger asynchronous reprocessing of the underlying content. Fields omitted from the request remain unchanged. Immutable fields (id, type, status, url, createdAt, updatedAt) cannot be modified directly. ## Refresh ## To request reprocessing without changing fields, pass the query parameter `refresh=true`. When `refresh=true` is provided, the server will re-queue processing for this knowledge resource (transitioning the persisted status to `QUEUED`) and return 202 Accepted. This query parameter is idempotent while the resource is already QUEUED or PROCESSING.需要连接
Partially update mutable fields of an existing knowledge source such as name, description, tags, or source-specific configuration. Only the fields provided in the request body will be updated. Some changes (e.g., KnowledgeSourceTypes) may trigger asynchronous reprocessing of the underlying content. Fields omitted from the request remain unchanged. Immutable fields (id, type, status, url, createdAt, updatedAt) cannot be modified directly. ## Refresh ## To request reprocessing without changing fields, pass the query parameter `refresh=true`. When `refresh=true` is provided, the server will re-queue processing for this knowledge resource (transitioning the persisted status to `QUEUED`) and return 202 Accepted. This query parameter is idempotent while the resource is already QUEUED or PROCESSING.
认证
需要 Connected AccountTags
Update a Knowledge BaseTWILIO_KNOWLEDGE_V2_UPDATE_KNOWLEDGE_BASEPartially update a Knowledge Base. Only the fields provided in the request body will be updated.需要连接
Partially update a Knowledge Base. Only the fields provided in the request body will be updated.
认证
需要 Connected AccountTags
Fetch information about a phone numberTWILIO_LOOKUPS_V1_FETCH_PHONE_NUMBERFetch information about a phone number. You can use this endpoint to retrieve the carrier and caller name for a phone number, as well as any installed Add-ons.需要连接
Fetch information about a phone number. You can use this endpoint to retrieve the carrier and caller name for a phone number, as well as any installed Add-ons.
认证
需要 Connected AccountTags
In Request BulkTWILIO_LOOKUPS_V2_CREATE_BULK_LOOKUPDiscussions made regarding how to help the customer to correlation request and response objects: - Respecting the natural order (requests vs. response) - Using phone numbers as unique key - Adding a correlation_id key需要连接
Discussions made regarding how to help the customer to correlation request and response objects: - Respecting the natural order (requests vs. response) - Using phone numbers as unique key - Adding a correlation_id key
认证
需要 Connected AccountTags
Create Override for a Phone Number for a specific fieldTWILIO_LOOKUPS_V2_CREATE_LOOKUP_PHONE_NUMBER_OVERRIDESCreate an Override for a specific package and phone number.需要连接
Create an Override for a specific package and phone number.
认证
需要 Connected AccountTags
Delete an Override for a Phone Number for a specific fieldTWILIO_LOOKUPS_V2_DELETE_LOOKUP_PHONE_NUMBER_OVERRIDESDelete an Override for a specific package and phone number.需要连接
Delete an Override for a specific package and phone number.
认证
需要 Connected AccountTags
Delete rate limitTWILIO_LOOKUPS_V2_DELETE_LOOKUP_RATE_LIMITDelete rate limit需要连接
Delete rate limit
认证
需要 Connected AccountTags
Get account rate limitsTWILIO_LOOKUPS_V2_FETCH_LOOKUP_ACCOUNT_RATE_LIMITSRetrieve the list of rate limits for all fields (if any) It returns also the twilio rate limits.需要连接
Retrieve the list of rate limits for all fields (if any) It returns also the twilio rate limits.
认证
需要 Connected AccountTags
Get Overrides for a Phone Number for a specific field.TWILIO_LOOKUPS_V2_FETCH_LOOKUP_PHONE_NUMBER_OVERRIDESRetrieve an Override for a specific package and phone number.需要连接
Retrieve an Override for a specific package and phone number.
认证
需要 Connected AccountTags
Get rate limitTWILIO_LOOKUPS_V2_FETCH_LOOKUP_RATE_LIMITGet rate limit需要连接
Get rate limit
认证
需要 Connected AccountTags
Full API documentation: https://www.twilio.com/docs/lookup/v2-apiTWILIO_LOOKUPS_V2_FETCH_PHONE_NUMBERThe Lookup API allows you to query information on a phone number so that you can make a trusted interaction with your user需要连接
The Lookup API allows you to query information on a phone number so that you can make a trusted interaction with your user
认证
需要 Connected AccountTags
Update Override for a Phone Number for a specific fieldTWILIO_LOOKUPS_V2_UPDATE_LOOKUP_PHONE_NUMBER_OVERRIDESUpdate an Override for a specific package and phone number.需要连接
Update an Override for a specific package and phone number.
认证
需要 Connected AccountTags
Upsert rate limitTWILIO_LOOKUPS_V2_UPDATE_LOOKUP_RATE_LIMITUpsert rate limit需要连接
Upsert rate limit
认证
需要 Connected AccountTags
Marketplace V1 CreateBillingUsageTWILIO_MARKETPLACE_V1_CREATE_BILLING_USAGEAllows Twilio Marketplace publishers to manually report customer usage on No-code Partner Listings that they own.需要连接
Allows Twilio Marketplace publishers to manually report customer usage on No-code Partner Listings that they own.
认证
需要 Connected AccountTags
Marketplace V1 CreateInstalledAddOnTWILIO_MARKETPLACE_V1_CREATE_INSTALLED_ADD_ONInstall an Add-on for the Account specified.需要连接
Install an Add-on for the Account specified.
认证
需要 Connected AccountTags
Marketplace V1 CreateModuleDataTWILIO_MARKETPLACE_V1_CREATE_MODULE_DATAThis endpoint creates a Listing based on the given data.需要连接
This endpoint creates a Listing based on the given data.
认证
需要 Connected AccountTags
Marketplace V1 CreateReferralConversionTWILIO_MARKETPLACE_V1_CREATE_REFERRAL_CONVERSIONMarketplace V1 CreateReferralConversion需要连接
Marketplace V1 CreateReferralConversion
认证
需要 Connected AccountTags
Marketplace V1 DeleteInstalledAddOnTWILIO_MARKETPLACE_V1_DELETE_INSTALLED_ADD_ONRemove an Add-on installation from your account需要连接
Remove an Add-on installation from your account
认证
需要 Connected AccountTags
Marketplace V1 FetchAvailableAddOnTWILIO_MARKETPLACE_V1_FETCH_AVAILABLE_ADD_ONFetch an instance of an Add-on currently available to be installed.需要连接
Fetch an instance of an Add-on currently available to be installed.
认证
需要 Connected AccountTags
Marketplace V1 FetchAvailableAddOnExtensionTWILIO_MARKETPLACE_V1_FETCH_AVAILABLE_ADD_ON_EXTENSIONFetch an instance of an Extension for the Available Add-on.需要连接
Fetch an instance of an Extension for the Available Add-on.
认证
需要 Connected AccountTags
Marketplace V1 FetchInstalledAddOnTWILIO_MARKETPLACE_V1_FETCH_INSTALLED_ADD_ONFetch an instance of an Add-on currently installed on this Account.需要连接
Fetch an instance of an Add-on currently installed on this Account.
认证
需要 Connected AccountTags
Marketplace V1 FetchInstalledAddOnExtensionTWILIO_MARKETPLACE_V1_FETCH_INSTALLED_ADD_ON_EXTENSIONFetch an instance of an Extension for the Installed Add-on.需要连接
Fetch an instance of an Extension for the Installed Add-on.
认证
需要 Connected AccountTags
Marketplace V1 FetchModuleDataForListingOwnerTWILIO_MARKETPLACE_V1_FETCH_MODULE_DATA_FOR_LISTING_OWNERThis endpoint returns the Listings owned by the authenticated Account.需要连接
This endpoint returns the Listings owned by the authenticated Account.
认证
需要 Connected AccountTags
Marketplace V1 FetchModuleDataManagementTWILIO_MARKETPLACE_V1_FETCH_MODULE_DATA_MANAGEMENTThis endpoint returns the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing.需要连接
This endpoint returns the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing.
认证
需要 Connected AccountTags
Marketplace V1 ListAvailableAddOnTWILIO_MARKETPLACE_V1_LIST_AVAILABLE_ADD_ONRetrieve a list of Add-ons currently available to be installed.需要连接
Retrieve a list of Add-ons currently available to be installed.
认证
需要 Connected AccountTags
Marketplace V1 ListAvailableAddOnExtensionTWILIO_MARKETPLACE_V1_LIST_AVAILABLE_ADD_ON_EXTENSIONRetrieve a list of Extensions for the Available Add-on.需要连接
Retrieve a list of Extensions for the Available Add-on.
认证
需要 Connected AccountTags
Marketplace V1 ListInstalledAddOnTWILIO_MARKETPLACE_V1_LIST_INSTALLED_ADD_ONRetrieve a list of Add-ons currently installed on this Account.需要连接
Retrieve a list of Add-ons currently installed on this Account.
认证
需要 Connected AccountTags
Marketplace V1 ListInstalledAddOnExtensionTWILIO_MARKETPLACE_V1_LIST_INSTALLED_ADD_ON_EXTENSIONRetrieve a list of Extensions for the Installed Add-on.需要连接
Retrieve a list of Extensions for the Installed Add-on.
认证
需要 Connected AccountTags
Marketplace V1 UpdateInstalledAddOnTWILIO_MARKETPLACE_V1_UPDATE_INSTALLED_ADD_ONUpdate an Add-on installation for the Account specified.需要连接
Update an Add-on installation for the Account specified.
认证
需要 Connected AccountTags
Marketplace V1 UpdateInstalledAddOnExtensionTWILIO_MARKETPLACE_V1_UPDATE_INSTALLED_ADD_ON_EXTENSIONUpdate an Extension for an Add-on installation.需要连接
Update an Extension for an Add-on installation.
认证
需要 Connected AccountTags
Marketplace V1 UpdateModuleDataManagementTWILIO_MARKETPLACE_V1_UPDATE_MODULE_DATA_MANAGEMENTThis endpoint updates the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](https://www.twilio.com/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. Only Listing owners are allowed to update the Listing.需要连接
This endpoint updates the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](https://www.twilio.com/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. Only Listing owners are allowed to update the Listing.
认证
需要 Connected AccountTags
Create a Data MappingTWILIO_MEMORY_V1_CREATE_DATA_MAPPINGCreate a new data mapping to connect an external data source to this Memory Store. For DATASET types, validates that all mapped Trait Groups and traits exist and that dataset field data types match their respective mapped trait data types.需要连接
Create a new data mapping to connect an external data source to this Memory Store. For DATASET types, validates that all mapped Trait Groups and traits exist and that dataset field data types match their respective mapped trait data types.
认证
需要 Connected AccountTags
Retrieve MemoriesTWILIO_MEMORY_V1_CREATE_FETCH_PROFILE_MEMORYTailored memory retrieval for agentic workloads. Supports hybrid semantic search, date ranges, and configurable result limits for different memory types. This endpoint is optimized for conversational AI and memory retrieval use cases. If a query is not specified then one is inferred from the conversation context. If neither a query nor a conversationId is provided, results are returned in most-recent order without relevance scores.需要连接
Tailored memory retrieval for agentic workloads. Supports hybrid semantic search, date ranges, and configurable result limits for different memory types. This endpoint is optimized for conversational AI and memory retrieval use cases. If a query is not specified then one is inferred from the conversation context. If neither a query nor a conversationId is provided, results are returned in most-recent order without relevance scores.
认证
需要 Connected AccountTags
Create ProfileTWILIO_MEMORY_V1_CREATE_PROFILECreate a new profile and set initial traits. The request synchronously resolves identity and either creates a new profile ID or retrieves the associated canonical profile ID based on any provided identifier traits present in the request. The request must contain at least one trait that is promoted to an identifier in its trait group settings. Any additional traits are queued for asynchronous processing.需要连接
Create a new profile and set initial traits. The request synchronously resolves identity and either creates a new profile ID or retrieves the associated canonical profile ID based on any provided identifier traits present in the request. The request must contain at least one trait that is promoted to an identifier in its trait group settings. Any additional traits are queued for asynchronous processing.
认证
需要 Connected AccountTags
Create Conversation SummariesTWILIO_MEMORY_V1_CREATE_PROFILE_CONVERSATION_SUMMARYCreate one or more conversation summaries associated with the specified profile. Supports both single summary creation and batch creation of up to 10 summaries. Supports request compression for large batch operations and response compression for the response. All summaries will be automatically indexed for semantic search capabilities. The content summary can be up to 4KB in length. Each summary will be created with a unique ID in Twilio Type ID (TTID) format.需要连接
Create one or more conversation summaries associated with the specified profile. Supports both single summary creation and batch creation of up to 10 summaries. Supports request compression for large batch operations and response compression for the response. All summaries will be automatically indexed for semantic search capabilities. The content summary can be up to 4KB in length. Each summary will be created with a unique ID in Twilio Type ID (TTID) format.
认证
需要 Connected AccountTags
Add Profile IdentifierTWILIO_MEMORY_V1_CREATE_PROFILE_IDENTIFIERAsynchronously attach a new identifier value to a profile. When multiple values exist for an `idType`, ordering, limits, and uniqueness checks are enforced by the corresponding identifier settings `limitPolicy` and reflect any normalization. If the identifier already exists and points to another profile, resolution rules or merge processes may apply. Use the identifier specific endpoint to inspect, update, or remove existing values.需要连接
Asynchronously attach a new identifier value to a profile. When multiple values exist for an `idType`, ordering, limits, and uniqueness checks are enforced by the corresponding identifier settings `limitPolicy` and reflect any normalization. If the identifier already exists and points to another profile, resolution rules or merge processes may apply. Use the identifier specific endpoint to inspect, update, or remove existing values.
认证
需要 Connected AccountTags
Create ObservationsTWILIO_MEMORY_V1_CREATE_PROFILE_OBSERVATIONCreate one or more transient observations associated with the specified profile. Supports both single observation creation and batch creation of up to 10 observations. Supports request compression for large batch operations and response compression for the response. All observations will be automatically indexed for semantic search capabilities. The content can be up to 4KB in length and should contain relevant information about the profile. The createdAt and updatedAt timestamps will be automatically set to the current time. Each observation will be created with a unique ID in Twilio Type ID (TTID) format.需要连接
Create one or more transient observations associated with the specified profile. Supports both single observation creation and batch creation of up to 10 observations. Supports request compression for large batch operations and response compression for the response. All observations will be automatically indexed for semantic search capabilities. The content can be up to 4KB in length and should contain relevant information about the profile. The createdAt and updatedAt timestamps will be automatically set to the current time. Each observation will be created with a unique ID in Twilio Type ID (TTID) format.
认证
需要 Connected AccountTags
Import ProfilesTWILIO_MEMORY_V1_CREATE_PROFILES_IMPORT_V2Initiate a profile import by requesting a pre-signed upload URL and an associated `importId`. Upload your CSV to the returned URL (single PUT). Query the import status endpoint to track processing progress. This endpoint creates the import task and allocates resources for subsequent ingestion.需要连接
Initiate a profile import by requesting a pre-signed upload URL and an associated `importId`. Upload your CSV to the returned URL (single PUT). Query the import status endpoint to track processing progress. This endpoint creates the import task and allocates resources for subsequent ingestion.
认证
需要 Connected AccountTags
Lookup ProfilesTWILIO_MEMORY_V1_CREATE_PROFILES_LOOKUPFind profiles that contain a specific identifier value (for example a phone number or email address). Submit an identifier object specifying the `idType` and `value`. The value is normalized using the configured identity resolution settings (such as phone number formatting) prior to matching. Multiple matches are returned if more than one profile is associated with the identifier. Returns canonical profile IDs (the earliest ID if profiles have been merged) along with the normalized value actually searched.需要连接
Find profiles that contain a specific identifier value (for example a phone number or email address). Submit an identifier object specifying the `idType` and `value`. The value is normalized using the configured identity resolution settings (such as phone number formatting) prior to matching. Multiple matches are returned if more than one profile is associated with the identifier. Returns canonical profile IDs (the earliest ID if profiles have been merged) along with the normalized value actually searched.
认证
需要 Connected AccountTags
Create a Memory StoreTWILIO_MEMORY_V1_CREATE_STORECreate a new Memory Store for the Twilio account. Accounts can have multiple memory stores, up to a maximum limit of 15. Each memory store will automatically provision other dependent resources as needed, including Conversational Intelligence capabilities.需要连接
Create a new Memory Store for the Twilio account. Accounts can have multiple memory stores, up to a maximum limit of 15. Each memory store will automatically provision other dependent resources as needed, including Conversational Intelligence capabilities.
认证
需要 Connected AccountTags
Create a Trait GroupTWILIO_MEMORY_V1_CREATE_TRAIT_GROUPCreates a Trait Group with declarative trait schemas for this Memory Store.需要连接
Creates a Trait Group with declarative trait schemas for this Memory Store.
认证
需要 Connected AccountTags
Delete a Data MappingTWILIO_MEMORY_V1_DELETE_DATA_MAPPINGDelete a data mapping from the Memory Store. This action cannot be undone.需要连接
Delete a data mapping from the Memory Store. This action cannot be undone.
认证
需要 Connected AccountTags
Delete ProfileTWILIO_MEMORY_V1_DELETE_PROFILEAsynchronously delete the profile permanently and all associated identifiers and traits. This operation is irreversible. Downstream caches or analytical stores may take time to reflect the deletion. Use cautiously and consider a soft‑delete strategy if regulatory or recovery requirements apply.需要连接
Asynchronously delete the profile permanently and all associated identifiers and traits. This operation is irreversible. Downstream caches or analytical stores may take time to reflect the deletion. Use cautiously and consider a soft‑delete strategy if regulatory or recovery requirements apply.
认证
需要 Connected AccountTags
Delete Conversation SummaryTWILIO_MEMORY_V1_DELETE_PROFILE_CONVERSATION_SUMMARYDelete a specific conversation summary by its ID. This action is irreversible.需要连接
Delete a specific conversation summary by its ID. This action is irreversible.
认证
需要 Connected AccountTags
Remove Profile IdentifierTWILIO_MEMORY_V1_DELETE_PROFILE_IDENTIFIERAsynchronously remove stored values for the identifier type. The optional `removeAll` query parameter allows bulk removal; otherwise the service selects a single value to delete using the identifier settings `limitPolicy`.需要连接
Asynchronously remove stored values for the identifier type. The optional `removeAll` query parameter allows bulk removal; otherwise the service selects a single value to delete using the identifier settings `limitPolicy`.
认证
需要 Connected AccountTags
Delete ObservationTWILIO_MEMORY_V1_DELETE_PROFILE_OBSERVATIONDelete a specific transient observation by its ID. This action is irreversible.需要连接
Delete a specific transient observation by its ID. This action is irreversible.
认证
需要 Connected AccountTags
Delete a Memory StoreTWILIO_MEMORY_V1_DELETE_STOREDeletes the Memory Store and all associated resources including identity resolution settings, trait groups, profiles, traits, observations, and summaries.需要连接
Deletes the Memory Store and all associated resources including identity resolution settings, trait groups, profiles, traits, observations, and summaries.
认证
需要 Connected AccountTags
Delete a Trait GroupTWILIO_MEMORY_V1_DELETE_TRAIT_GROUPDeletes the Trait Group and all associated Traits from the Memory Store.需要连接
Deletes the Trait Group and all associated Traits from the Memory Store.
认证
需要 Connected AccountTags
Retrieve a Data MappingTWILIO_MEMORY_V1_FETCH_DATA_MAPPINGRetrieve the details of a specific data mapping by its unique ID.需要连接
Retrieve the details of a specific data mapping by its unique ID.
认证
需要 Connected AccountTags
Retrieve Identity Resolution Settings.TWILIO_MEMORY_V1_FETCH_IDENTITY_RESOLUTION_SETTINGSThese settings determine how Customer Memory will use identifiers for searching, merging, and resolving profiles. > Some settings can only take on their default values and are not yet available to change, but coming soon.需要连接
These settings determine how Customer Memory will use identifiers for searching, merging, and resolving profiles. > Some settings can only take on their default values and are not yet available to change, but coming soon.
认证
需要 Connected AccountTags
Get Operation StatusTWILIO_MEMORY_V1_FETCH_OPERATIONRetrieve the status and result of an asynchronous operation.需要连接
Retrieve the status and result of an asynchronous operation.
认证
需要 Connected AccountTags
Get ProfileTWILIO_MEMORY_V1_FETCH_PROFILERetrieve profile traits by profile ID. Use the `traitGroups` query parameter to restrict results to a comma-separated allow list of trait group names. For large sets of traits, prefer using the dedicated `/Traits` endpoint for pagination.需要连接
Retrieve profile traits by profile ID. Use the `traitGroups` query parameter to restrict results to a comma-separated allow list of trait group names. For large sets of traits, prefer using the dedicated `/Traits` endpoint for pagination.
认证
需要 Connected AccountTags
Retrieve Conversation SummaryTWILIO_MEMORY_V1_FETCH_PROFILE_CONVERSATION_SUMMARYRetrieve a specific conversation summary by its ID for the given profile.需要连接
Retrieve a specific conversation summary by its ID for the given profile.
认证
需要 Connected AccountTags
Retrieve Profile IdentifierTWILIO_MEMORY_V1_FETCH_PROFILE_IDENTIFIERRetrieve all stored values for a specific identifier type on a profile. Values are normalized according to the configured identifier settings and returned in the order determined by its `limitPolicy`.需要连接
Retrieve all stored values for a specific identifier type on a profile. Values are normalized according to the configured identifier settings and returned in the order determined by its `limitPolicy`.
认证
需要 Connected AccountTags
Get Import StatusTWILIO_MEMORY_V1_FETCH_PROFILE_IMPORT_V2Retrieve the current processing status of a previously submitted bulk import task. Query this endpoint using the `importId` returned from the upload URL request until a terminal state (COMPLETED or FAILED) is reached.需要连接
Retrieve the current processing status of a previously submitted bulk import task. Query this endpoint using the `importId` returned from the upload URL request until a terminal state (COMPLETED or FAILED) is reached.
认证
需要 Connected AccountTags
Retrieve ObservationTWILIO_MEMORY_V1_FETCH_PROFILE_OBSERVATIONRetrieve a specific transient observation by its ID for the given profile.需要连接
Retrieve a specific transient observation by its ID for the given profile.
认证
需要 Connected AccountTags
Retrieve a Memory Store.TWILIO_MEMORY_V1_FETCH_STORERetrieve the details of a specific Memory Store by its unique ID.需要连接
Retrieve the details of a specific Memory Store by its unique ID.
认证
需要 Connected AccountTags
Retrieve a Trait GroupTWILIO_MEMORY_V1_FETCH_TRAIT_GROUPRetrieve a specific Trait Group by its unique name for this Memory Store, with optional traits information.需要连接
Retrieve a specific Trait Group by its unique name for this Memory Store, with optional traits information.
认证
需要 Connected AccountTags
List Data MappingsTWILIO_MEMORY_V1_LIST_DATA_MAPPINGSGet a list of data mappings configured for this Memory Store.需要连接
Get a list of data mappings configured for this Memory Store.
认证
需要 Connected AccountTags
List Observation RevisionsTWILIO_MEMORY_V1_LIST_OBSERVATION_REVISIONSRetrieve a chronologically ordered list of all past revisions of a specific observation by its ID. Revisions represent the complete history of updates and modifications made to an observation, with each revision capturing the full state at the time of change. Revisions are sorted by update time in descending order (newest first), allowing you to track how an observation has evolved through updates over time.需要连接
Retrieve a chronologically ordered list of all past revisions of a specific observation by its ID. Revisions represent the complete history of updates and modifications made to an observation, with each revision capturing the full state at the time of change. Revisions are sorted by update time in descending order (newest first), allowing you to track how an observation has evolved through updates over time.
认证
需要 Connected AccountTags
List Conversation SummariesTWILIO_MEMORY_V1_LIST_PROFILE_CONVERSATION_SUMMARIESRetrieve a paginated list of conversation summaries for a specific profile. Supports response compression for large datasets.需要连接
Retrieve a paginated list of conversation summaries for a specific profile. Supports response compression for large datasets.
认证
需要 Connected AccountTags
List Profile IdentifiersTWILIO_MEMORY_V1_LIST_PROFILE_IDENTIFIERSRetrieve all identifier types linked to a profile along with their stored values. Use this to audit which external keys (phone, email, externalId, etc.) are currently associated. Values are returned in the order enforced by each identifier settings `limitPolicy` and reflect any normalization applied by the service.需要连接
Retrieve all identifier types linked to a profile along with their stored values. Use this to audit which external keys (phone, email, externalId, etc.) are currently associated. Values are returned in the order enforced by each identifier settings `limitPolicy` and reflect any normalization applied by the service.
认证
需要 Connected AccountTags
Get a list of importsTWILIO_MEMORY_V1_LIST_PROFILE_IMPORTS_V2Retrieve a paginated list of profile import task IDs submitted for this service, ordered by import recency. Use the returned IDs to query individual import status details, and the paging parameters to iterate through larger sets. `orderBy` defaults to `DESC`; omitting `pageSize`/`pageToken` returns a default first page.需要连接
Retrieve a paginated list of profile import task IDs submitted for this service, ordered by import recency. Use the returned IDs to query individual import status details, and the paging parameters to iterate through larger sets. `orderBy` defaults to `DESC`; omitting `pageSize`/`pageToken` returns a default first page.
认证
需要 Connected AccountTags
List ObservationsTWILIO_MEMORY_V1_LIST_PROFILE_OBSERVATIONSRetrieve a paginated list of transient observations for a specific profile. Observations are sorted by creation time in descending order by default. Results can be filtered by source parameter. Supports response compression for large datasets.需要连接
Retrieve a paginated list of transient observations for a specific profile. Observations are sorted by creation time in descending order by default. Results can be filtered by source parameter. Supports response compression for large datasets.
认证
需要 Connected AccountTags
List Profile TraitsTWILIO_MEMORY_V1_LIST_PROFILE_TRAITSReturn a paginated, optionally filtered list of individual traits for a profile (flattened view). This is useful for UIs or tools that need to browse trait metadata (names, groups, timestamps). Use the optional `traitGroups` filter to scope results and the paging parameters to iterate through larger sets.需要连接
Return a paginated, optionally filtered list of individual traits for a profile (flattened view). This is useful for UIs or tools that need to browse trait metadata (names, groups, timestamps). Use the optional `traitGroups` filter to scope results and the paging parameters to iterate through larger sets.
认证
需要 Connected AccountTags
List ProfilesTWILIO_MEMORY_V1_LIST_PROFILESReturn a paginated list of profile IDs ordered by most recently created first. Use the optional paging parameters (`pageSize`, `pageToken`, `orderBy`) to control pagination and sorting. This endpoint is optimized for browsing newly created profiles and lightweight lookups where only the identifiers are needed before requesting full profile details.需要连接
Return a paginated list of profile IDs ordered by most recently created first. Use the optional paging parameters (`pageSize`, `pageToken`, `orderBy`) to control pagination and sorting. This endpoint is optimized for browsing newly created profiles and lightweight lookups where only the identifiers are needed before requesting full profile details.
认证
需要 Connected AccountTags
List Memory StoresTWILIO_MEMORY_V1_LIST_STORESGet a list of memory stores for the Twilio account.需要连接
Get a list of memory stores for the Twilio account.
认证
需要 Connected AccountTags
List Trait GroupsTWILIO_MEMORY_V1_LIST_TRAIT_GROUPSReturns a list of Trait Groups for this Memory Store, with optional traits information.需要连接
Returns a list of Trait Groups for this Memory Store, with optional traits information.
认证
需要 Connected AccountTags
Update a Data MappingTWILIO_MEMORY_V1_PATCH_DATA_MAPPINGPartially update a data mapping. Only the fields provided in the request body will be updated, including replacing the entire contents of the `mappings` array. For DATASET types, validates that all mapped Trait Groups and traits exist and that dataset field data types match their respective mapped trait data types.需要连接
Partially update a data mapping. Only the fields provided in the request body will be updated, including replacing the entire contents of the `mappings` array. For DATASET types, validates that all mapped Trait Groups and traits exist and that dataset field data types match their respective mapped trait data types.
认证
需要 Connected AccountTags
Update Conversation SummaryTWILIO_MEMORY_V1_PATCH_PROFILE_CONVERSATION_SUMMARYPartially update a specific conversation summary by its ID. Only provided fields will be updated. The updated timestamp will be automatically set. This allows for selective updates without needing to provide all fields.需要连接
Partially update a specific conversation summary by its ID. Only provided fields will be updated. The updated timestamp will be automatically set. This allows for selective updates without needing to provide all fields.
认证
需要 Connected AccountTags
Modify Profile IdentifierTWILIO_MEMORY_V1_PATCH_PROFILE_IDENTIFIERAsynchronously replace one of the stored values associated with the identifier type on a profile. `newValue` is normalized according to the configured identifier settings. If the new identifier already exists and points to another profile, merge processes may apply.需要连接
Asynchronously replace one of the stored values associated with the identifier type on a profile. `newValue` is normalized according to the configured identifier settings. If the new identifier already exists and points to another profile, merge processes may apply.
认证
需要 Connected AccountTags
Update ObservationTWILIO_MEMORY_V1_PATCH_PROFILE_OBSERVATIONUpdate a specific transient observation by its ID. Only provided fields will be updated. The updated timestamp will be automatically set. This allows for selective updates without needing to provide all fields.需要连接
Update a specific transient observation by its ID. Only provided fields will be updated. The updated timestamp will be automatically set. This allows for selective updates without needing to provide all fields.
认证
需要 Connected AccountTags
Patch ProfileTWILIO_MEMORY_V1_PATCH_PROFILE_TRAITSUpdate or add specific traits to an existing profile. Only the traits provided are added or updated; unspecified traits remain unchanged. Only pre-defined trait groups and traits configured for the memory store can be patched. To remove a trait entirely, set its value to null.需要连接
Update or add specific traits to an existing profile. Only the traits provided are added or updated; unspecified traits remain unchanged. Only pre-defined trait groups and traits configured for the memory store can be patched. To remove a trait entirely, set its value to null.
认证
需要 Connected AccountTags
Update a Memory StoreTWILIO_MEMORY_V1_PATCH_STOREPartially update a Memory Store. Only the fields provided in the request body will be updated.需要连接
Partially update a Memory Store. Only the fields provided in the request body will be updated.
认证
需要 Connected AccountTags
Update Trait GroupTWILIO_MEMORY_V1_PATCH_TRAIT_GROUPPartially updates a Trait Group. Only the fields provided in the request body will be updated. For traits: existing traits with matching keys will be updated, new keys will be added. To remove a trait, set its dataType to an empty string ("") - this serves as an explicit deletion marker.需要连接
Partially updates a Trait Group. Only the fields provided in the request body will be updated. For traits: existing traits with matching keys will be updated, new keys will be added. To remove a trait, set its dataType to an empty string ("") - this serves as an explicit deletion marker.
认证
需要 Connected AccountTags
Update Identity Resolution Settings.TWILIO_MEMORY_V1_UPDATE_IDENTITY_RESOLUTION_SETTINGSUpdate the identity resolution settings for this memory store, which determine how Customer Memory will use identifiers for searching, merging, and resolving profiles.需要连接
Update the identity resolution settings for this memory store, which determine how Customer Memory will use identifiers for searching, merging, and resolving profiles.
认证
需要 Connected AccountTags
Bulk Upsert ProfilesTWILIO_MEMORY_V1_UPDATE_PROFILES_BULKCreate or update up to 1000 profiles in a single asynchronous batch. Each profile body follows the same structure as single profile creation. If a profile already exists its traits are merged (new keys added, existing keys overwritten). Large batches may take time to process; the 202 response indicates the batch has been accepted. Monitor downstream telemetry or audit logs to confirm completion.需要连接
Create or update up to 1000 profiles in a single asynchronous batch. Each profile body follows the same structure as single profile creation. If a profile already exists its traits are merged (new keys added, existing keys overwritten). Large batches may take time to process; the 202 response indicates the batch has been accepted. Monitor downstream telemetry or audit logs to confirm completion.
认证
需要 Connected AccountTags
Messaging V1 CreateAlphaSenderTWILIO_MESSAGING_V1_CREATE_ALPHA_SENDERMessaging V1 CreateAlphaSender需要连接
Messaging V1 CreateAlphaSender
认证
需要 Connected AccountTags
Messaging V1 CreateBrandRegistrationOtpTWILIO_MESSAGING_V1_CREATE_BRAND_REGISTRATION_OTPMessaging V1 CreateBrandRegistrationOtp需要连接
Messaging V1 CreateBrandRegistrationOtp
认证
需要 Connected AccountTags
Messaging V1 CreateBrandRegistrationsTWILIO_MESSAGING_V1_CREATE_BRAND_REGISTRATIONSMessaging V1 CreateBrandRegistrations需要连接
Messaging V1 CreateBrandRegistrations
认证
需要 Connected AccountTags
Messaging V1 CreateBrandVettingTWILIO_MESSAGING_V1_CREATE_BRAND_VETTINGMessaging V1 CreateBrandVetting需要连接
Messaging V1 CreateBrandVetting
认证
需要 Connected AccountTags
Messaging V1 CreateChannelSenderTWILIO_MESSAGING_V1_CREATE_CHANNEL_SENDERMessaging V1 CreateChannelSender需要连接
Messaging V1 CreateChannelSender
认证
需要 Connected AccountTags
Messaging V1 CreateDestinationAlphaSenderTWILIO_MESSAGING_V1_CREATE_DESTINATION_ALPHA_SENDERMessaging V1 CreateDestinationAlphaSender需要连接
Messaging V1 CreateDestinationAlphaSender
认证
需要 Connected AccountTags
Messaging V1 CreateExternalCampaignTWILIO_MESSAGING_V1_CREATE_EXTERNAL_CAMPAIGNMessaging V1 CreateExternalCampaign需要连接
Messaging V1 CreateExternalCampaign
认证
需要 Connected AccountTags
Messaging V1 CreateLinkshorteningMessagingServiceTWILIO_MESSAGING_V1_CREATE_LINKSHORTENING_MESSAGING_SERVICEMessaging V1 CreateLinkshorteningMessagingService需要连接
Messaging V1 CreateLinkshorteningMessagingService
认证
需要 Connected AccountTags
Messaging V1 CreatePhoneNumberTWILIO_MESSAGING_V1_CREATE_PHONE_NUMBERMessaging V1 CreatePhoneNumber需要连接
Messaging V1 CreatePhoneNumber
认证
需要 Connected AccountTags
Messaging V1 CreateServiceTWILIO_MESSAGING_V1_CREATE_SERVICEMessaging V1 CreateService需要连接
Messaging V1 CreateService
认证
需要 Connected AccountTags
Messaging V1 CreateShortCodeTWILIO_MESSAGING_V1_CREATE_SHORT_CODEMessaging V1 CreateShortCode需要连接
Messaging V1 CreateShortCode
认证
需要 Connected AccountTags
Create a tollfree verificationTWILIO_MESSAGING_V1_CREATE_TOLLFREE_VERIFICATIONCreate a tollfree verification需要连接
Create a tollfree verification
认证
需要 Connected AccountTags
Messaging V1 CreateUsAppToPersonTWILIO_MESSAGING_V1_CREATE_US_APP_TO_PERSONMessaging V1 CreateUsAppToPerson需要连接
Messaging V1 CreateUsAppToPerson
认证
需要 Connected AccountTags
Messaging V1 DeleteAlphaSenderTWILIO_MESSAGING_V1_DELETE_ALPHA_SENDERMessaging V1 DeleteAlphaSender需要连接
Messaging V1 DeleteAlphaSender
认证
需要 Connected AccountTags
Messaging V1 DeleteChannelSenderTWILIO_MESSAGING_V1_DELETE_CHANNEL_SENDERMessaging V1 DeleteChannelSender需要连接
Messaging V1 DeleteChannelSender
认证
需要 Connected AccountTags
Messaging V1 DeleteDestinationAlphaSenderTWILIO_MESSAGING_V1_DELETE_DESTINATION_ALPHA_SENDERMessaging V1 DeleteDestinationAlphaSender需要连接
Messaging V1 DeleteDestinationAlphaSender
认证
需要 Connected AccountTags
Messaging V1 DeleteDomainCertV4TWILIO_MESSAGING_V1_DELETE_DOMAIN_CERT_V4Messaging V1 DeleteDomainCertV4需要连接
Messaging V1 DeleteDomainCertV4
认证
需要 Connected AccountTags
Messaging V1 DeleteLinkshorteningMessagingServiceTWILIO_MESSAGING_V1_DELETE_LINKSHORTENING_MESSAGING_SERVICEMessaging V1 DeleteLinkshorteningMessagingService需要连接
Messaging V1 DeleteLinkshorteningMessagingService
认证
需要 Connected AccountTags
Messaging V1 DeletePhoneNumberTWILIO_MESSAGING_V1_DELETE_PHONE_NUMBERMessaging V1 DeletePhoneNumber需要连接
Messaging V1 DeletePhoneNumber
认证
需要 Connected AccountTags
Messaging V1 DeleteServiceTWILIO_MESSAGING_V1_DELETE_SERVICEMessaging V1 DeleteService需要连接
Messaging V1 DeleteService
认证
需要 Connected AccountTags
Messaging V1 DeleteShortCodeTWILIO_MESSAGING_V1_DELETE_SHORT_CODEMessaging V1 DeleteShortCode需要连接
Messaging V1 DeleteShortCode
认证
需要 Connected AccountTags
Delete a tollfree verificationTWILIO_MESSAGING_V1_DELETE_TOLLFREE_VERIFICATIONDelete a tollfree verification需要连接
Delete a tollfree verification
认证
需要 Connected AccountTags
Messaging V1 DeleteUsAppToPersonTWILIO_MESSAGING_V1_DELETE_US_APP_TO_PERSONMessaging V1 DeleteUsAppToPerson需要连接
Messaging V1 DeleteUsAppToPerson
认证
需要 Connected AccountTags
Messaging V1 FetchAlphaSenderTWILIO_MESSAGING_V1_FETCH_ALPHA_SENDERMessaging V1 FetchAlphaSender需要连接
Messaging V1 FetchAlphaSender
认证
需要 Connected AccountTags
Messaging V1 FetchBrandRegistrationsTWILIO_MESSAGING_V1_FETCH_BRAND_REGISTRATIONSMessaging V1 FetchBrandRegistrations需要连接
Messaging V1 FetchBrandRegistrations
认证
需要 Connected AccountTags
Messaging V1 FetchBrandVettingTWILIO_MESSAGING_V1_FETCH_BRAND_VETTINGMessaging V1 FetchBrandVetting需要连接
Messaging V1 FetchBrandVetting
认证
需要 Connected AccountTags
Messaging V1 FetchChannelSenderTWILIO_MESSAGING_V1_FETCH_CHANNEL_SENDERMessaging V1 FetchChannelSender需要连接
Messaging V1 FetchChannelSender
认证
需要 Connected AccountTags
Fetch a list of all United States numbers that have been deactivated on a specific date.TWILIO_MESSAGING_V1_FETCH_DEACTIVATIONFetch a list of all United States numbers that have been deactivated on a specific date.需要连接
Fetch a list of all United States numbers that have been deactivated on a specific date.
认证
需要 Connected AccountTags
Messaging V1 FetchDestinationAlphaSenderTWILIO_MESSAGING_V1_FETCH_DESTINATION_ALPHA_SENDERMessaging V1 FetchDestinationAlphaSender需要连接
Messaging V1 FetchDestinationAlphaSender
认证
需要 Connected AccountTags
Messaging V1 FetchDomainCertV4TWILIO_MESSAGING_V1_FETCH_DOMAIN_CERT_V4Messaging V1 FetchDomainCertV4需要连接
Messaging V1 FetchDomainCertV4
认证
需要 Connected AccountTags
Messaging V1 FetchDomainConfigTWILIO_MESSAGING_V1_FETCH_DOMAIN_CONFIGMessaging V1 FetchDomainConfig需要连接
Messaging V1 FetchDomainConfig
认证
需要 Connected AccountTags
Messaging V1 FetchDomainConfigMessagingServiceTWILIO_MESSAGING_V1_FETCH_DOMAIN_CONFIG_MESSAGING_SERVICEMessaging V1 FetchDomainConfigMessagingService需要连接
Messaging V1 FetchDomainConfigMessagingService
认证
需要 Connected AccountTags
Messaging V1 FetchDomainDnsValidationTWILIO_MESSAGING_V1_FETCH_DOMAIN_DNS_VALIDATIONMessaging V1 FetchDomainDnsValidation需要连接
Messaging V1 FetchDomainDnsValidation
认证
需要 Connected AccountTags
Messaging V1 FetchLinkshorteningMessagingServiceDomainAssociationTWILIO_MESSAGING_V1_FETCH_LINKSHORTENING_MESSAGING_SERVICE_DOMAIN_ASSOCIATIONMessaging V1 FetchLinkshorteningMessagingServiceDomainAssociation需要连接
Messaging V1 FetchLinkshorteningMessagingServiceDomainAssociation
认证
需要 Connected AccountTags
Messaging V1 FetchPhoneNumberTWILIO_MESSAGING_V1_FETCH_PHONE_NUMBERMessaging V1 FetchPhoneNumber需要连接
Messaging V1 FetchPhoneNumber
认证
需要 Connected AccountTags
Messaging V1 FetchServiceTWILIO_MESSAGING_V1_FETCH_SERVICEMessaging V1 FetchService需要连接
Messaging V1 FetchService
认证
需要 Connected AccountTags
Messaging V1 FetchShortCodeTWILIO_MESSAGING_V1_FETCH_SHORT_CODEMessaging V1 FetchShortCode需要连接
Messaging V1 FetchShortCode
认证
需要 Connected AccountTags
Retrieve a tollfree verificationTWILIO_MESSAGING_V1_FETCH_TOLLFREE_VERIFICATIONRetrieve a tollfree verification需要连接
Retrieve a tollfree verification
认证
需要 Connected AccountTags
Messaging V1 FetchUsAppToPersonTWILIO_MESSAGING_V1_FETCH_US_APP_TO_PERSONMessaging V1 FetchUsAppToPerson需要连接
Messaging V1 FetchUsAppToPerson
认证
需要 Connected AccountTags
Messaging V1 FetchUsAppToPersonUsecaseTWILIO_MESSAGING_V1_FETCH_US_APP_TO_PERSON_USECASEMessaging V1 FetchUsAppToPersonUsecase需要连接
Messaging V1 FetchUsAppToPersonUsecase
认证
需要 Connected AccountTags
Messaging V1 FetchUsecaseTWILIO_MESSAGING_V1_FETCH_USECASEMessaging V1 FetchUsecase需要连接
Messaging V1 FetchUsecase
认证
需要 Connected AccountTags
Messaging V1 ListAlphaSenderTWILIO_MESSAGING_V1_LIST_ALPHA_SENDERMessaging V1 ListAlphaSender需要连接
Messaging V1 ListAlphaSender
认证
需要 Connected AccountTags
Messaging V1 ListBrandRegistrationsTWILIO_MESSAGING_V1_LIST_BRAND_REGISTRATIONSMessaging V1 ListBrandRegistrations需要连接
Messaging V1 ListBrandRegistrations
认证
需要 Connected AccountTags
Messaging V1 ListBrandVettingTWILIO_MESSAGING_V1_LIST_BRAND_VETTINGMessaging V1 ListBrandVetting需要连接
Messaging V1 ListBrandVetting
认证
需要 Connected AccountTags
Messaging V1 ListChannelSenderTWILIO_MESSAGING_V1_LIST_CHANNEL_SENDERMessaging V1 ListChannelSender需要连接
Messaging V1 ListChannelSender
认证
需要 Connected AccountTags
Messaging V1 ListDestinationAlphaSenderTWILIO_MESSAGING_V1_LIST_DESTINATION_ALPHA_SENDERMessaging V1 ListDestinationAlphaSender需要连接
Messaging V1 ListDestinationAlphaSender
认证
需要 Connected AccountTags
Messaging V1 ListPhoneNumberTWILIO_MESSAGING_V1_LIST_PHONE_NUMBERMessaging V1 ListPhoneNumber需要连接
Messaging V1 ListPhoneNumber
认证
需要 Connected AccountTags
Messaging V1 ListServiceTWILIO_MESSAGING_V1_LIST_SERVICEMessaging V1 ListService需要连接
Messaging V1 ListService
认证
需要 Connected AccountTags
Messaging V1 ListShortCodeTWILIO_MESSAGING_V1_LIST_SHORT_CODEMessaging V1 ListShortCode需要连接
Messaging V1 ListShortCode
认证
需要 Connected AccountTags
List tollfree verificationsTWILIO_MESSAGING_V1_LIST_TOLLFREE_VERIFICATIONList tollfree verifications需要连接
List tollfree verifications
认证
需要 Connected AccountTags
Messaging V1 ListUsAppToPersonTWILIO_MESSAGING_V1_LIST_US_APP_TO_PERSONMessaging V1 ListUsAppToPerson需要连接
Messaging V1 ListUsAppToPerson
认证
需要 Connected AccountTags
Messaging V1 UpdateBrandRegistrationsTWILIO_MESSAGING_V1_UPDATE_BRAND_REGISTRATIONSMessaging V1 UpdateBrandRegistrations需要连接
Messaging V1 UpdateBrandRegistrations
认证
需要 Connected AccountTags
Messaging V1 UpdateDomainCertV4TWILIO_MESSAGING_V1_UPDATE_DOMAIN_CERT_V4Messaging V1 UpdateDomainCertV4需要连接
Messaging V1 UpdateDomainCertV4
认证
需要 Connected AccountTags
Messaging V1 UpdateDomainConfigTWILIO_MESSAGING_V1_UPDATE_DOMAIN_CONFIGMessaging V1 UpdateDomainConfig需要连接
Messaging V1 UpdateDomainConfig
认证
需要 Connected AccountTags
Messaging V1 UpdateRequestManagedCertTWILIO_MESSAGING_V1_UPDATE_REQUEST_MANAGED_CERTMessaging V1 UpdateRequestManagedCert需要连接
Messaging V1 UpdateRequestManagedCert
认证
需要 Connected AccountTags
Messaging V1 UpdateServiceTWILIO_MESSAGING_V1_UPDATE_SERVICEMessaging V1 UpdateService需要连接
Messaging V1 UpdateService
认证
需要 Connected AccountTags
Edit a tollfree verificationTWILIO_MESSAGING_V1_UPDATE_TOLLFREE_VERIFICATIONEdit a tollfree verification需要连接
Edit a tollfree verification
认证
需要 Connected AccountTags
Messaging V1 UpdateUsAppToPersonTWILIO_MESSAGING_V1_UPDATE_US_APP_TO_PERSONMessaging V1 UpdateUsAppToPerson需要连接
Messaging V1 UpdateUsAppToPerson
认证
需要 Connected AccountTags
Create a SenderTWILIO_MESSAGING_V2_CREATE_CHANNELS_SENDERCreate a Sender.需要连接
Create a Sender.
认证
需要 Connected AccountTags
Send a typing indicatorTWILIO_MESSAGING_V2_CREATE_TYPING_INDICATORSend a typing indicator to notify the recipient that you are composing a message. Currently supported for whatsapp channel only. For WhatsApp, `messageId` is required.需要连接
Send a typing indicator to notify the recipient that you are composing a message. Currently supported for whatsapp channel only. For WhatsApp, `messageId` is required.
认证
需要 Connected AccountTags
Delete a SenderTWILIO_MESSAGING_V2_DELETE_CHANNELS_SENDER(WhatsApp only) Delete a Sender.需要连接
(WhatsApp only) Delete a Sender.
认证
需要 Connected AccountTags
Retrieve a SenderTWILIO_MESSAGING_V2_FETCH_CHANNELS_SENDERRetrieve a Sender.需要连接
Retrieve a Sender.
认证
需要 Connected AccountTags
Messaging V2 FetchDomainCertV4TWILIO_MESSAGING_V2_FETCH_DOMAIN_CERT_V4Messaging V2 FetchDomainCertV4需要连接
Messaging V2 FetchDomainCertV4
认证
需要 Connected AccountTags
Retrieve a list of SendersTWILIO_MESSAGING_V2_LIST_CHANNELS_SENDERRetrieve a list of Senders for an account.需要连接
Retrieve a list of Senders for an account.
认证
需要 Connected AccountTags
Update a sender's information, including `profile`, `webhook`, and `configuration`.TWILIO_MESSAGING_V2_UPDATE_CHANNELS_SENDER(WhatsApp only) Update a Sender. You can update a sender's information, including `profile`, `webhook`, and `configuration`. To verify a phone number, set `configuration.verification_code` to the One-time Password (OTP) that you received.需要连接
(WhatsApp only) Update a Sender. You can update a sender's information, including `profile`, `webhook`, and `configuration`. To verify a phone number, set `configuration.verification_code` to the One-time Password (OTP) that you received.
认证
需要 Connected AccountTags
Send a typing indicatorTWILIO_MESSAGING_V3_CREATE_V3_TYPING_INDICATORSend a typing indicator to notify the recipient that you are composing a message. Supported channels: WhatsApp, Apple Messages for Business, RCS. The request body varies by channel — use the `channel` field as the discriminator.需要连接
Send a typing indicator to notify the recipient that you are composing a message. Supported channels: WhatsApp, Apple Messages for Business, RCS. The request body varies by channel — use the `channel` field as the discriminator.
认证
需要 Connected AccountTags
Monitor V1 FetchAlertTWILIO_MONITOR_V1_FETCH_ALERTMonitor V1 FetchAlert需要连接
Monitor V1 FetchAlert
认证
需要 Connected AccountTags
Monitor V1 FetchEventTWILIO_MONITOR_V1_FETCH_EVENTMonitor V1 FetchEvent需要连接
Monitor V1 FetchEvent
认证
需要 Connected AccountTags
Monitor V1 ListAlertTWILIO_MONITOR_V1_LIST_ALERTMonitor V1 ListAlert需要连接
Monitor V1 ListAlert
认证
需要 Connected AccountTags
Returns a list of events in the account, sorted by event-date.TWILIO_MONITOR_V1_LIST_EVENTReturns a list of events in the account, sorted by event-date.需要连接
Returns a list of events in the account, sorted by event-date.
认证
需要 Connected AccountTags
Create an alarmTWILIO_MONITOR_V2_CREATE_ALARMCreate an alarm需要连接
Create an alarm
认证
需要 Connected AccountTags
Delete alarmTWILIO_MONITOR_V2_DELETE_ALARMDelete alarm需要连接
Delete alarm
认证
需要 Connected AccountTags
Get alarmTWILIO_MONITOR_V2_FETCH_ALARMGet alarm需要连接
Get alarm
认证
需要 Connected AccountTags
Fetch list of AlarmsTWILIO_MONITOR_V2_LIST_ALARMSFetch list of Alarms需要连接
Fetch list of Alarms
认证
需要 Connected AccountTags
Update alarmTWILIO_MONITOR_V2_UPDATE_ALARMUpdate alarm需要连接
Update alarm
认证
需要 Connected AccountTags
Update status of alarm between enabled and disabledTWILIO_MONITOR_V2_UPDATE_ALARM_STATUSUpdate status of alarm between enabled and disabled需要连接
Update status of alarm between enabled and disabled
认证
需要 Connected AccountTags
Notify V1 CreateBindingTWILIO_NOTIFY_V1_CREATE_BINDINGNotify V1 CreateBinding需要连接
Notify V1 CreateBinding
认证
需要 Connected AccountTags
Notify V1 CreateCredentialTWILIO_NOTIFY_V1_CREATE_CREDENTIALNotify V1 CreateCredential需要连接
Notify V1 CreateCredential
认证
需要 Connected AccountTags
Notify V1 CreateNotificationTWILIO_NOTIFY_V1_CREATE_NOTIFICATIONNotify V1 CreateNotification需要连接
Notify V1 CreateNotification
认证
需要 Connected AccountTags
Notify V1 CreateServiceTWILIO_NOTIFY_V1_CREATE_SERVICENotify V1 CreateService需要连接
Notify V1 CreateService
认证
需要 Connected AccountTags
Notify V1 DeleteBindingTWILIO_NOTIFY_V1_DELETE_BINDINGNotify V1 DeleteBinding需要连接
Notify V1 DeleteBinding
认证
需要 Connected AccountTags
Notify V1 DeleteCredentialTWILIO_NOTIFY_V1_DELETE_CREDENTIALNotify V1 DeleteCredential需要连接
Notify V1 DeleteCredential
认证
需要 Connected AccountTags
Notify V1 DeleteServiceTWILIO_NOTIFY_V1_DELETE_SERVICENotify V1 DeleteService需要连接
Notify V1 DeleteService
认证
需要 Connected AccountTags
Notify V1 FetchBindingTWILIO_NOTIFY_V1_FETCH_BINDINGNotify V1 FetchBinding需要连接
Notify V1 FetchBinding
认证
需要 Connected AccountTags
Notify V1 FetchCredentialTWILIO_NOTIFY_V1_FETCH_CREDENTIALNotify V1 FetchCredential需要连接
Notify V1 FetchCredential
认证
需要 Connected AccountTags
Notify V1 FetchServiceTWILIO_NOTIFY_V1_FETCH_SERVICENotify V1 FetchService需要连接
Notify V1 FetchService
认证
需要 Connected AccountTags
Notify V1 ListBindingTWILIO_NOTIFY_V1_LIST_BINDINGNotify V1 ListBinding需要连接
Notify V1 ListBinding
认证
需要 Connected AccountTags
Notify V1 ListCredentialTWILIO_NOTIFY_V1_LIST_CREDENTIALNotify V1 ListCredential需要连接
Notify V1 ListCredential
认证
需要 Connected AccountTags
Notify V1 ListServiceTWILIO_NOTIFY_V1_LIST_SERVICENotify V1 ListService需要连接
Notify V1 ListService
认证
需要 Connected AccountTags
Notify V1 UpdateCredentialTWILIO_NOTIFY_V1_UPDATE_CREDENTIALNotify V1 UpdateCredential需要连接
Notify V1 UpdateCredential
认证
需要 Connected AccountTags
Notify V1 UpdateServiceTWILIO_NOTIFY_V1_UPDATE_SERVICENotify V1 UpdateService需要连接
Notify V1 UpdateService
认证
需要 Connected AccountTags
Create a bulk eligibility check for a set of numbers that you want to host in Twilio.TWILIO_NUMBERS_V1_CREATE_BULK_ELIGIBILITYCreate a bulk eligibility check for a set of numbers that you want to host in Twilio.需要连接
Create a bulk eligibility check for a set of numbers that you want to host in Twilio.
认证
需要 Connected AccountTags
Create an eligibility check for a number that you want to host in Twilio.TWILIO_NUMBERS_V1_CREATE_ELIGIBILITYCreate an eligibility check for a number that you want to host in Twilio.需要连接
Create an eligibility check for a number that you want to host in Twilio.
认证
需要 Connected AccountTags
Allows to create a new port in requestTWILIO_NUMBERS_V1_CREATE_PORTING_PORT_INAllows to create a new port in request需要连接
Allows to create a new port in request
认证
需要 Connected AccountTags
Create a Webhook ConfigurationTWILIO_NUMBERS_V1_CREATE_PORTING_WEBHOOK_CONFIGURATIONCreate a Webhook Configuration需要连接
Create a Webhook Configuration
认证
需要 Connected AccountTags
Create Sender ID RegistrationTWILIO_NUMBERS_V1_CREATE_SENDER_ID_REGISTRATIONCreates a new sender ID registration and initializes an embedded Persona inquiry session. Returns registration details and embedded session credentials for rendering the Compliance Embeddable UI.需要连接
Creates a new sender ID registration and initializes an embedded Persona inquiry session. Returns registration details and embedded session credentials for rendering the Compliance Embeddable UI.
认证
需要 Connected AccountTags
Create Embedded SessionTWILIO_NUMBERS_V1_CREATE_SENDER_ID_REGISTRATION_EMBEDDED_SESSIONCreates a new embedded Persona inquiry session for an existing registration in DRAFT or TWILIO_REJECTED status. Use this to resume an incomplete registration or resubmit a rejected one.需要连接
Creates a new embedded Persona inquiry session for an existing registration in DRAFT or TWILIO_REJECTED status. Use this to resume an incomplete registration or resubmit a rejected one.
认证
需要 Connected AccountTags
Synchronous operation to insert or update a configuration for the customer.TWILIO_NUMBERS_V1_CREATE_SIGNING_REQUEST_CONFIGURATIONSynchronous operation to insert or update a configuration for the customer.需要连接
Synchronous operation to insert or update a configuration for the customer.
认证
需要 Connected AccountTags
Initiate SMS verification for a caller IDTWILIO_NUMBERS_V1_CREATE_SMS_VERIFICATIONInitiate SMS verification for a caller ID需要连接
Initiate SMS verification for a caller ID
认证
需要 Connected AccountTags
Check SMS verification codeTWILIO_NUMBERS_V1_CREATE_SMS_VERIFICATION_CHECKCheck SMS verification code需要连接
Check SMS verification code
认证
需要 Connected AccountTags
Initiate voice verification for a caller IDTWILIO_NUMBERS_V1_CREATE_VOICE_VERIFICATIONInitiate voice verification for a caller ID需要连接
Initiate voice verification for a caller ID
认证
需要 Connected AccountTags
Check voice verification codeTWILIO_NUMBERS_V1_CREATE_VOICE_VERIFICATION_CHECKCheck voice verification code需要连接
Check voice verification code
认证
需要 Connected AccountTags
Allows to cancel a port in request by SIDTWILIO_NUMBERS_V1_DELETE_PORTING_PORT_INAllows to cancel a port in request by SID需要连接
Allows to cancel a port in request by SID
认证
需要 Connected AccountTags
Allows to cancel a port in request phone number by SIDTWILIO_NUMBERS_V1_DELETE_PORTING_PORT_IN_PHONE_NUMBERAllows to cancel a port in request phone number by SID需要连接
Allows to cancel a port in request phone number by SID
认证
需要 Connected AccountTags
Allows the client to delete a webhook configuration.TWILIO_NUMBERS_V1_DELETE_PORTING_WEBHOOK_CONFIGURATION_DELETEAllows the client to delete a webhook configuration.需要连接
Allows the client to delete a webhook configuration.
认证
需要 Connected AccountTags
Fetch an eligibility bulk check that you requested to host in Twilio.TWILIO_NUMBERS_V1_FETCH_BULK_ELIGIBILITYFetch an eligibility bulk check that you requested to host in Twilio.需要连接
Fetch an eligibility bulk check that you requested to host in Twilio.
认证
需要 Connected AccountTags
Fetch a port in request by SIDTWILIO_NUMBERS_V1_FETCH_PORTING_PORT_INFetch a port in request by SID需要连接
Fetch a port in request by SID
认证
需要 Connected AccountTags
Fetch a phone number by port in request SID and phone number SIDTWILIO_NUMBERS_V1_FETCH_PORTING_PORT_IN_PHONE_NUMBERFetch a phone number by port in request SID and phone number SID需要连接
Fetch a phone number by port in request SID and phone number SID
认证
需要 Connected AccountTags
Check if a single phone number can be ported to TwilioTWILIO_NUMBERS_V1_FETCH_PORTING_PORTABILITYCheck if a single phone number can be ported to Twilio需要连接
Check if a single phone number can be ported to Twilio
认证
需要 Connected AccountTags
Allows to fetch the webhook configurationTWILIO_NUMBERS_V1_FETCH_PORTING_WEBHOOK_CONFIGURATION_FETCHAllows to fetch the webhook configuration需要连接
Allows to fetch the webhook configuration
认证
需要 Connected AccountTags
Fetch all PortInRequests for a userTWILIO_NUMBERS_V1_LIST_PORT_IN_REQUESTSRetrieve a list of all PortInRequests for a user需要连接
Retrieve a list of all PortInRequests for a user
认证
需要 Connected AccountTags
Synchronous operation to retrieve configurations for the customer.TWILIO_NUMBERS_V1_LIST_SIGNING_REQUEST_CONFIGURATIONSynchronous operation to retrieve configurations for the customer.需要连接
Synchronous operation to retrieve configurations for the customer.
认证
需要 Connected AccountTags
Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.TWILIO_NUMBERS_V2_CREATE_AUTHORIZATION_DOCUMENTCreate an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.需要连接
Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.
认证
需要 Connected AccountTags
Host multiple phone numbers on Twilio's platform.TWILIO_NUMBERS_V2_CREATE_BULK_HOSTED_NUMBER_ORDERHost multiple phone numbers on Twilio's platform.需要连接
Host multiple phone numbers on Twilio's platform.
认证
需要 Connected AccountTags
Create a new Bundle.TWILIO_NUMBERS_V2_CREATE_BUNDLECreate a new Bundle.需要连接
Create a new Bundle.
认证
需要 Connected AccountTags
Creates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundleTWILIO_NUMBERS_V2_CREATE_BUNDLE_CLONECreates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundle需要连接
Creates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundle
认证
需要 Connected AccountTags
Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundleTWILIO_NUMBERS_V2_CREATE_BUNDLE_COPYCreates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle需要连接
Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle
认证
需要 Connected AccountTags
Create a new End User.TWILIO_NUMBERS_V2_CREATE_END_USERCreate a new End User.需要连接
Create a new End User.
认证
需要 Connected AccountTags
Creates an evaluation for a bundleTWILIO_NUMBERS_V2_CREATE_EVALUATIONCreates an evaluation for a bundle需要连接
Creates an evaluation for a bundle
认证
需要 Connected AccountTags
Host a phone number's capability on Twilio's platform.TWILIO_NUMBERS_V2_CREATE_HOSTED_NUMBER_ORDERHost a phone number's capability on Twilio's platform.需要连接
Host a phone number's capability on Twilio's platform.
认证
需要 Connected AccountTags
Create a new Assigned Item.TWILIO_NUMBERS_V2_CREATE_ITEM_ASSIGNMENTCreate a new Assigned Item.需要连接
Create a new Assigned Item.
认证
需要 Connected AccountTags
Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param)TWILIO_NUMBERS_V2_CREATE_REPLACE_ITEMSReplaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param)需要连接
Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param)
认证
需要 Connected AccountTags
Create a new short code applicationTWILIO_NUMBERS_V2_CREATE_SHORT_CODE_APPLICATIONCreate a new short code application for an account需要连接
Create a new short code application for an account
认证
需要 Connected AccountTags
Create a new Supporting Document.TWILIO_NUMBERS_V2_CREATE_SUPPORTING_DOCUMENTCreate a new Supporting Document.需要连接
Create a new Supporting Document.
认证
需要 Connected AccountTags
Cancel the AuthorizationDocument request.TWILIO_NUMBERS_V2_DELETE_AUTHORIZATION_DOCUMENTCancel the AuthorizationDocument request.需要连接
Cancel the AuthorizationDocument request.
认证
需要 Connected AccountTags
Delete a specific Bundle.TWILIO_NUMBERS_V2_DELETE_BUNDLEDelete a specific Bundle.需要连接
Delete a specific Bundle.
认证
需要 Connected AccountTags
Delete a caller IDTWILIO_NUMBERS_V2_DELETE_CALLER_IDDelete a caller ID需要连接
Delete a caller ID
认证
需要 Connected AccountTags
Delete a specific End User.TWILIO_NUMBERS_V2_DELETE_END_USERDelete a specific End User.需要连接
Delete a specific End User.
认证
需要 Connected AccountTags
Cancel the HostedNumberOrder (only available when the status is in `received`).TWILIO_NUMBERS_V2_DELETE_HOSTED_NUMBER_ORDERCancel the HostedNumberOrder (only available when the status is in `received`).需要连接
Cancel the HostedNumberOrder (only available when the status is in `received`).
认证
需要 Connected AccountTags
Remove an Assignment Item Instance.TWILIO_NUMBERS_V2_DELETE_ITEM_ASSIGNMENTRemove an Assignment Item Instance.需要连接
Remove an Assignment Item Instance.
认证
需要 Connected AccountTags
Delete a specific Supporting Document.TWILIO_NUMBERS_V2_DELETE_SUPPORTING_DOCUMENTDelete a specific Supporting Document.需要连接
Delete a specific Supporting Document.
认证
需要 Connected AccountTags
Fetch a specific AuthorizationDocument.TWILIO_NUMBERS_V2_FETCH_AUTHORIZATION_DOCUMENTFetch a specific AuthorizationDocument.需要连接
Fetch a specific AuthorizationDocument.
认证
需要 Connected AccountTags
Fetch a specific BulkHostedNumberOrder.TWILIO_NUMBERS_V2_FETCH_BULK_HOSTED_NUMBER_ORDERFetch a specific BulkHostedNumberOrder.需要连接
Fetch a specific BulkHostedNumberOrder.
认证
需要 Connected AccountTags
Fetch a specific Bundle instance.TWILIO_NUMBERS_V2_FETCH_BUNDLEFetch a specific Bundle instance.需要连接
Fetch a specific Bundle instance.
认证
需要 Connected AccountTags
Fetch specific End User Instance.TWILIO_NUMBERS_V2_FETCH_END_USERFetch specific End User Instance.需要连接
Fetch specific End User Instance.
认证
需要 Connected AccountTags
Fetch a specific End-User Type Instance.TWILIO_NUMBERS_V2_FETCH_END_USER_TYPEFetch a specific End-User Type Instance.需要连接
Fetch a specific End-User Type Instance.
认证
需要 Connected AccountTags
Fetch specific Evaluation Instance.TWILIO_NUMBERS_V2_FETCH_EVALUATIONFetch specific Evaluation Instance.需要连接
Fetch specific Evaluation Instance.
认证
需要 Connected AccountTags
Fetch a specific HostedNumberOrder.TWILIO_NUMBERS_V2_FETCH_HOSTED_NUMBER_ORDERFetch a specific HostedNumberOrder.需要连接
Fetch a specific HostedNumberOrder.
认证
需要 Connected AccountTags
Fetch specific Assigned Item Instance.TWILIO_NUMBERS_V2_FETCH_ITEM_ASSIGNMENTFetch specific Assigned Item Instance.需要连接
Fetch specific Assigned Item Instance.
认证
需要 Connected AccountTags
Fetch specific Regulation Instance.TWILIO_NUMBERS_V2_FETCH_REGULATIONFetch specific Regulation Instance.需要连接
Fetch specific Regulation Instance.
认证
需要 Connected AccountTags
Fetch a specific Short Code Application instance.TWILIO_NUMBERS_V2_FETCH_SHORT_CODE_APPLICATIONFetch a specific Short Code Application instance.需要连接
Fetch a specific Short Code Application instance.
认证
需要 Connected AccountTags
Fetch specific Supporting Document Instance.TWILIO_NUMBERS_V2_FETCH_SUPPORTING_DOCUMENTFetch specific Supporting Document Instance.需要连接
Fetch specific Supporting Document Instance.
认证
需要 Connected AccountTags
Fetch a specific Supporting Document Type Instance.TWILIO_NUMBERS_V2_FETCH_SUPPORTING_DOCUMENT_TYPEFetch a specific Supporting Document Type Instance.需要连接
Fetch a specific Supporting Document Type Instance.
认证
需要 Connected AccountTags
Retrieve a list of AuthorizationDocuments belonging to the account initiating the request.TWILIO_NUMBERS_V2_LIST_AUTHORIZATION_DOCUMENTRetrieve a list of AuthorizationDocuments belonging to the account initiating the request.需要连接
Retrieve a list of AuthorizationDocuments belonging to the account initiating the request.
认证
需要 Connected AccountTags
Retrieve a list of all Bundles for an account.TWILIO_NUMBERS_V2_LIST_BUNDLERetrieve a list of all Bundles for an account.需要连接
Retrieve a list of all Bundles for an account.
认证
需要 Connected AccountTags
Retrieve a list of all Bundles Copies for a Bundle.TWILIO_NUMBERS_V2_LIST_BUNDLE_COPYRetrieve a list of all Bundles Copies for a Bundle.需要连接
Retrieve a list of all Bundles Copies for a Bundle.
认证
需要 Connected AccountTags
List verified caller IDs for an accountTWILIO_NUMBERS_V2_LIST_CALLER_IDSList verified caller IDs for an account需要连接
List verified caller IDs for an account
认证
需要 Connected AccountTags
Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.TWILIO_NUMBERS_V2_LIST_DEPENDENT_HOSTED_NUMBER_ORDERRetrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.需要连接
Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.
认证
需要 Connected AccountTags
Retrieve a list of all End User for an account.TWILIO_NUMBERS_V2_LIST_END_USERRetrieve a list of all End User for an account.需要连接
Retrieve a list of all End User for an account.
认证
需要 Connected AccountTags
Retrieve a list of all End-User Types.TWILIO_NUMBERS_V2_LIST_END_USER_TYPERetrieve a list of all End-User Types.需要连接
Retrieve a list of all End-User Types.
认证
需要 Connected AccountTags
Retrieve a list of Evaluations associated to the Bundle resource.TWILIO_NUMBERS_V2_LIST_EVALUATIONRetrieve a list of Evaluations associated to the Bundle resource.需要连接
Retrieve a list of Evaluations associated to the Bundle resource.
认证
需要 Connected AccountTags
Retrieve a list of HostedNumberOrders belonging to the account initiating the request.TWILIO_NUMBERS_V2_LIST_HOSTED_NUMBER_ORDERRetrieve a list of HostedNumberOrders belonging to the account initiating the request.需要连接
Retrieve a list of HostedNumberOrders belonging to the account initiating the request.
认证
需要 Connected AccountTags
Retrieve a list of all Assigned Items for an account.TWILIO_NUMBERS_V2_LIST_ITEM_ASSIGNMENTRetrieve a list of all Assigned Items for an account.需要连接
Retrieve a list of all Assigned Items for an account.
认证
需要 Connected AccountTags
Retrieve a list of all Regulations.TWILIO_NUMBERS_V2_LIST_REGULATIONRetrieve a list of all Regulations.需要连接
Retrieve a list of all Regulations.
认证
需要 Connected AccountTags
List Short Code ApplicationsTWILIO_NUMBERS_V2_LIST_SHORT_CODE_APPLICATIONSlist of all short code applications for an account需要连接
list of all short code applications for an account
认证
需要 Connected AccountTags
Retrieve a list of all Supporting Document for an account.TWILIO_NUMBERS_V2_LIST_SUPPORTING_DOCUMENTRetrieve a list of all Supporting Document for an account.需要连接
Retrieve a list of all Supporting Document for an account.
认证
需要 Connected AccountTags
Retrieve a list of all Supporting Document Types.TWILIO_NUMBERS_V2_LIST_SUPPORTING_DOCUMENT_TYPERetrieve a list of all Supporting Document Types.需要连接
Retrieve a list of all Supporting Document Types.
认证
需要 Connected AccountTags
Updates a Bundle in an account.TWILIO_NUMBERS_V2_UPDATE_BUNDLEUpdates a Bundle in an account.需要连接
Updates a Bundle in an account.
认证
需要 Connected AccountTags
Update a caller IDTWILIO_NUMBERS_V2_UPDATE_CALLER_IDUpdate a caller ID需要连接
Update a caller ID
认证
需要 Connected AccountTags
Update an existing End User.TWILIO_NUMBERS_V2_UPDATE_END_USERUpdate an existing End User.需要连接
Update an existing End User.
认证
需要 Connected AccountTags
Updates a specific HostedNumberOrder.TWILIO_NUMBERS_V2_UPDATE_HOSTED_NUMBER_ORDERUpdates a specific HostedNumberOrder.需要连接
Updates a specific HostedNumberOrder.
认证
需要 Connected AccountTags
Update an existing Supporting Document.TWILIO_NUMBERS_V2_UPDATE_SUPPORTING_DOCUMENTUpdate an existing Supporting Document.需要连接
Update an existing Supporting Document.
认证
需要 Connected AccountTags
Numbers V3 CreateHostedNumbersHostedNumberOrderTWILIO_NUMBERS_V3_CREATE_HOSTED_NUMBERS_HOSTED_NUMBER_ORDERHost a phone number's capability on Twilio's platform.需要连接
Host a phone number's capability on Twilio's platform.
认证
需要 Connected AccountTags
Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.TWILIO_PREVIEW_CREATE_HOSTED_NUMBERS_AUTHORIZATION_DOCUMENTCreate an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.需要连接
Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.
认证
需要 Connected AccountTags
Host a phone number's capability on Twilio's platform.TWILIO_PREVIEW_CREATE_HOSTED_NUMBERS_HOSTED_NUMBER_ORDERHost a phone number's capability on Twilio's platform.需要连接
Host a phone number's capability on Twilio's platform.
认证
需要 Connected AccountTags
Install an Add-on for the Account specified.TWILIO_PREVIEW_CREATE_MARKETPLACE_INSTALLED_ADD_ONInstall an Add-on for the Account specified.需要连接
Install an Add-on for the Account specified.
认证
需要 Connected AccountTags
Preview CreateWirelessCommandTWILIO_PREVIEW_CREATE_WIRELESS_COMMANDPreview CreateWirelessCommand需要连接
Preview CreateWirelessCommand
认证
需要 Connected AccountTags
Preview CreateWirelessRatePlanTWILIO_PREVIEW_CREATE_WIRELESS_RATE_PLANPreview CreateWirelessRatePlan需要连接
Preview CreateWirelessRatePlan
认证
需要 Connected AccountTags
Cancel the HostedNumberOrder (only available when the status is in `received`).TWILIO_PREVIEW_DELETE_HOSTED_NUMBERS_HOSTED_NUMBER_ORDERCancel the HostedNumberOrder (only available when the status is in `received`).需要连接
Cancel the HostedNumberOrder (only available when the status is in `received`).
认证
需要 Connected AccountTags
Remove an Add-on installation from your accountTWILIO_PREVIEW_DELETE_MARKETPLACE_INSTALLED_ADD_ONRemove an Add-on installation from your account需要连接
Remove an Add-on installation from your account
认证
需要 Connected AccountTags
Preview DeleteWirelessRatePlanTWILIO_PREVIEW_DELETE_WIRELESS_RATE_PLANPreview DeleteWirelessRatePlan需要连接
Preview DeleteWirelessRatePlan
认证
需要 Connected AccountTags
Fetch a specific AuthorizationDocument.TWILIO_PREVIEW_FETCH_HOSTED_NUMBERS_AUTHORIZATION_DOCUMENTFetch a specific AuthorizationDocument.需要连接
Fetch a specific AuthorizationDocument.
认证
需要 Connected AccountTags
Fetch a specific HostedNumberOrder.TWILIO_PREVIEW_FETCH_HOSTED_NUMBERS_HOSTED_NUMBER_ORDERFetch a specific HostedNumberOrder.需要连接
Fetch a specific HostedNumberOrder.
认证
需要 Connected AccountTags
Fetch an instance of an Add-on currently available to be installed.TWILIO_PREVIEW_FETCH_MARKETPLACE_AVAILABLE_ADD_ONFetch an instance of an Add-on currently available to be installed.需要连接
Fetch an instance of an Add-on currently available to be installed.
认证
需要 Connected AccountTags
Fetch an instance of an Extension for the Available Add-on.TWILIO_PREVIEW_FETCH_MARKETPLACE_AVAILABLE_ADD_ON_EXTENSIONFetch an instance of an Extension for the Available Add-on.需要连接
Fetch an instance of an Extension for the Available Add-on.
认证
需要 Connected AccountTags
Fetch an instance of an Add-on currently installed on this Account.TWILIO_PREVIEW_FETCH_MARKETPLACE_INSTALLED_ADD_ONFetch an instance of an Add-on currently installed on this Account.需要连接
Fetch an instance of an Add-on currently installed on this Account.
认证
需要 Connected AccountTags
Fetch an instance of an Extension for the Installed Add-on.TWILIO_PREVIEW_FETCH_MARKETPLACE_INSTALLED_ADD_ON_EXTENSIONFetch an instance of an Extension for the Installed Add-on.需要连接
Fetch an instance of an Extension for the Installed Add-on.
认证
需要 Connected AccountTags
Preview FetchWirelessCommandTWILIO_PREVIEW_FETCH_WIRELESS_COMMANDPreview FetchWirelessCommand需要连接
Preview FetchWirelessCommand
认证
需要 Connected AccountTags
Preview FetchWirelessRatePlanTWILIO_PREVIEW_FETCH_WIRELESS_RATE_PLANPreview FetchWirelessRatePlan需要连接
Preview FetchWirelessRatePlan
认证
需要 Connected AccountTags
Preview FetchWirelessSimTWILIO_PREVIEW_FETCH_WIRELESS_SIMPreview FetchWirelessSim需要连接
Preview FetchWirelessSim
认证
需要 Connected AccountTags
Preview FetchWirelessUsageTWILIO_PREVIEW_FETCH_WIRELESS_USAGEPreview FetchWirelessUsage需要连接
Preview FetchWirelessUsage
认证
需要 Connected AccountTags
Retrieve a list of AuthorizationDocuments belonging to the account initiating the request.TWILIO_PREVIEW_LIST_HOSTED_NUMBERS_AUTHORIZATION_DOCUMENTRetrieve a list of AuthorizationDocuments belonging to the account initiating the request.需要连接
Retrieve a list of AuthorizationDocuments belonging to the account initiating the request.
认证
需要 Connected AccountTags
Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.TWILIO_PREVIEW_LIST_HOSTED_NUMBERS_DEPENDENT_HOSTED_NUMBER_ORDERRetrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.需要连接
Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.
认证
需要 Connected AccountTags
Retrieve a list of HostedNumberOrders belonging to the account initiating the request.TWILIO_PREVIEW_LIST_HOSTED_NUMBERS_HOSTED_NUMBER_ORDERRetrieve a list of HostedNumberOrders belonging to the account initiating the request.需要连接
Retrieve a list of HostedNumberOrders belonging to the account initiating the request.
认证
需要 Connected AccountTags
Retrieve a list of Add-ons currently available to be installed.TWILIO_PREVIEW_LIST_MARKETPLACE_AVAILABLE_ADD_ONRetrieve a list of Add-ons currently available to be installed.需要连接
Retrieve a list of Add-ons currently available to be installed.
认证
需要 Connected AccountTags
Retrieve a list of Extensions for the Available Add-on.TWILIO_PREVIEW_LIST_MARKETPLACE_AVAILABLE_ADD_ON_EXTENSIONRetrieve a list of Extensions for the Available Add-on.需要连接
Retrieve a list of Extensions for the Available Add-on.
认证
需要 Connected AccountTags
Retrieve a list of Add-ons currently installed on this Account.TWILIO_PREVIEW_LIST_MARKETPLACE_INSTALLED_ADD_ONRetrieve a list of Add-ons currently installed on this Account.需要连接
Retrieve a list of Add-ons currently installed on this Account.
认证
需要 Connected AccountTags
Retrieve a list of Extensions for the Installed Add-on.TWILIO_PREVIEW_LIST_MARKETPLACE_INSTALLED_ADD_ON_EXTENSIONRetrieve a list of Extensions for the Installed Add-on.需要连接
Retrieve a list of Extensions for the Installed Add-on.
认证
需要 Connected AccountTags
Preview ListWirelessCommandTWILIO_PREVIEW_LIST_WIRELESS_COMMANDPreview ListWirelessCommand需要连接
Preview ListWirelessCommand
认证
需要 Connected AccountTags
Preview ListWirelessRatePlanTWILIO_PREVIEW_LIST_WIRELESS_RATE_PLANPreview ListWirelessRatePlan需要连接
Preview ListWirelessRatePlan
认证
需要 Connected AccountTags
Preview ListWirelessSimTWILIO_PREVIEW_LIST_WIRELESS_SIMPreview ListWirelessSim需要连接
Preview ListWirelessSim
认证
需要 Connected AccountTags
Updates a specific AuthorizationDocument.TWILIO_PREVIEW_UPDATE_HOSTED_NUMBERS_AUTHORIZATION_DOCUMENTUpdates a specific AuthorizationDocument.需要连接
Updates a specific AuthorizationDocument.
认证
需要 Connected AccountTags
Updates a specific HostedNumberOrder.TWILIO_PREVIEW_UPDATE_HOSTED_NUMBERS_HOSTED_NUMBER_ORDERUpdates a specific HostedNumberOrder.需要连接
Updates a specific HostedNumberOrder.
认证
需要 Connected AccountTags
Update an Add-on installation for the Account specified.TWILIO_PREVIEW_UPDATE_MARKETPLACE_INSTALLED_ADD_ONUpdate an Add-on installation for the Account specified.需要连接
Update an Add-on installation for the Account specified.
认证
需要 Connected AccountTags
Update an Extension for an Add-on installation.TWILIO_PREVIEW_UPDATE_MARKETPLACE_INSTALLED_ADD_ON_EXTENSIONUpdate an Extension for an Add-on installation.需要连接
Update an Extension for an Add-on installation.
认证
需要 Connected AccountTags
Preview UpdateWirelessRatePlanTWILIO_PREVIEW_UPDATE_WIRELESS_RATE_PLANPreview UpdateWirelessRatePlan需要连接
Preview UpdateWirelessRatePlan
认证
需要 Connected AccountTags
Preview UpdateWirelessSimTWILIO_PREVIEW_UPDATE_WIRELESS_SIMPreview UpdateWirelessSim需要连接
Preview UpdateWirelessSim
认证
需要 Connected AccountTags
Pricing V1 FetchMessagingCountryTWILIO_PRICING_V1_FETCH_MESSAGING_COUNTRYPricing V1 FetchMessagingCountry需要连接
Pricing V1 FetchMessagingCountry
认证
需要 Connected AccountTags
Pricing V1 FetchPhoneNumberCountryTWILIO_PRICING_V1_FETCH_PHONE_NUMBER_COUNTRYPricing V1 FetchPhoneNumberCountry需要连接
Pricing V1 FetchPhoneNumberCountry
认证
需要 Connected AccountTags
Pricing V1 FetchVoiceCountryTWILIO_PRICING_V1_FETCH_VOICE_COUNTRYPricing V1 FetchVoiceCountry需要连接
Pricing V1 FetchVoiceCountry
认证
需要 Connected AccountTags
Pricing V1 FetchVoiceNumberTWILIO_PRICING_V1_FETCH_VOICE_NUMBERPricing V1 FetchVoiceNumber需要连接
Pricing V1 FetchVoiceNumber
认证
需要 Connected AccountTags
Pricing V1 ListMessagingCountryTWILIO_PRICING_V1_LIST_MESSAGING_COUNTRYPricing V1 ListMessagingCountry需要连接
Pricing V1 ListMessagingCountry
认证
需要 Connected AccountTags
Pricing V1 ListPhoneNumberCountryTWILIO_PRICING_V1_LIST_PHONE_NUMBER_COUNTRYPricing V1 ListPhoneNumberCountry需要连接
Pricing V1 ListPhoneNumberCountry
认证
需要 Connected AccountTags
Pricing V1 ListVoiceCountryTWILIO_PRICING_V1_LIST_VOICE_COUNTRYPricing V1 ListVoiceCountry需要连接
Pricing V1 ListVoiceCountry
认证
需要 Connected AccountTags
Fetch a specific Country.TWILIO_PRICING_V2_FETCH_TRUNKING_COUNTRYFetch a specific Country.需要连接
Fetch a specific Country.
认证
需要 Connected AccountTags
Fetch pricing information for a specific destination and, optionally, origination phone number.TWILIO_PRICING_V2_FETCH_TRUNKING_NUMBERFetch pricing information for a specific destination and, optionally, origination phone number.需要连接
Fetch pricing information for a specific destination and, optionally, origination phone number.
认证
需要 Connected AccountTags
Fetch a specific Country.TWILIO_PRICING_V2_FETCH_VOICE_COUNTRYFetch a specific Country.需要连接
Fetch a specific Country.
认证
需要 Connected AccountTags
Fetch pricing information for a specific destination and, optionally, origination phone number.TWILIO_PRICING_V2_FETCH_VOICE_NUMBERFetch pricing information for a specific destination and, optionally, origination phone number.需要连接
Fetch pricing information for a specific destination and, optionally, origination phone number.
认证
需要 Connected AccountTags
Pricing V2 ListTrunkingCountryTWILIO_PRICING_V2_LIST_TRUNKING_COUNTRYPricing V2 ListTrunkingCountry需要连接
Pricing V2 ListTrunkingCountry
认证
需要 Connected AccountTags
Pricing V2 ListVoiceCountryTWILIO_PRICING_V2_LIST_VOICE_COUNTRYPricing V2 ListVoiceCountry需要连接
Pricing V2 ListVoiceCountry
认证
需要 Connected AccountTags
Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant). The `inbound` properties for the Interaction will always be empty.TWILIO_PROXY_V1_CREATE_MESSAGE_INTERACTIONCreate a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant). The `inbound` properties for the Interaction will always be empty.需要连接
Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant). The `inbound` properties for the Interaction will always be empty.
认证
需要 Connected AccountTags
Add a new Participant to the SessionTWILIO_PROXY_V1_CREATE_PARTICIPANTAdd a new Participant to the Session需要连接
Add a new Participant to the Session
认证
需要 Connected AccountTags
Add a Phone Number to a Service's Proxy Number Pool.TWILIO_PROXY_V1_CREATE_PHONE_NUMBERAdd a Phone Number to a Service's Proxy Number Pool.需要连接
Add a Phone Number to a Service's Proxy Number Pool.
认证
需要 Connected AccountTags
Create a new Service for Twilio ProxyTWILIO_PROXY_V1_CREATE_SERVICECreate a new Service for Twilio Proxy需要连接
Create a new Service for Twilio Proxy
认证
需要 Connected AccountTags
Create a new SessionTWILIO_PROXY_V1_CREATE_SESSIONCreate a new Session需要连接
Create a new Session
认证
需要 Connected AccountTags
Delete a specific Interaction.TWILIO_PROXY_V1_DELETE_INTERACTIONDelete a specific Interaction.需要连接
Delete a specific Interaction.
认证
需要 Connected AccountTags
Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted.TWILIO_PROXY_V1_DELETE_PARTICIPANTDelete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted.需要连接
Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted.
认证
需要 Connected AccountTags
Delete a specific Phone Number from a Service.TWILIO_PROXY_V1_DELETE_PHONE_NUMBERDelete a specific Phone Number from a Service.需要连接
Delete a specific Phone Number from a Service.
认证
需要 Connected AccountTags
Delete a specific Service.TWILIO_PROXY_V1_DELETE_SERVICEDelete a specific Service.需要连接
Delete a specific Service.
认证
需要 Connected AccountTags
Delete a specific Session.TWILIO_PROXY_V1_DELETE_SESSIONDelete a specific Session.需要连接
Delete a specific Session.
认证
需要 Connected AccountTags
Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session).TWILIO_PROXY_V1_FETCH_INTERACTIONRetrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session).需要连接
Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session).
认证
需要 Connected AccountTags
Proxy V1 FetchMessageInteractionTWILIO_PROXY_V1_FETCH_MESSAGE_INTERACTIONProxy V1 FetchMessageInteraction需要连接
Proxy V1 FetchMessageInteraction
认证
需要 Connected AccountTags
Fetch a specific Participant.TWILIO_PROXY_V1_FETCH_PARTICIPANTFetch a specific Participant.需要连接
Fetch a specific Participant.
认证
需要 Connected AccountTags
Fetch a specific Phone Number.TWILIO_PROXY_V1_FETCH_PHONE_NUMBERFetch a specific Phone Number.需要连接
Fetch a specific Phone Number.
认证
需要 Connected AccountTags
Fetch a specific Service.TWILIO_PROXY_V1_FETCH_SERVICEFetch a specific Service.需要连接
Fetch a specific Service.
认证
需要 Connected AccountTags
Fetch a specific Session.TWILIO_PROXY_V1_FETCH_SESSIONFetch a specific Session.需要连接
Fetch a specific Session.
认证
需要 Connected AccountTags
Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page.TWILIO_PROXY_V1_LIST_INTERACTIONRetrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page.需要连接
Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page.
认证
需要 Connected AccountTags
Proxy V1 ListMessageInteractionTWILIO_PROXY_V1_LIST_MESSAGE_INTERACTIONProxy V1 ListMessageInteraction需要连接
Proxy V1 ListMessageInteraction
认证
需要 Connected AccountTags
Retrieve a list of all Participants in a Session.TWILIO_PROXY_V1_LIST_PARTICIPANTRetrieve a list of all Participants in a Session.需要连接
Retrieve a list of all Participants in a Session.
认证
需要 Connected AccountTags
Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page.TWILIO_PROXY_V1_LIST_PHONE_NUMBERRetrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page.需要连接
Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page.
认证
需要 Connected AccountTags
Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page.TWILIO_PROXY_V1_LIST_SERVICERetrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page.需要连接
Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page.
认证
需要 Connected AccountTags
Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page.TWILIO_PROXY_V1_LIST_SESSIONRetrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page.需要连接
Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page.
认证
需要 Connected AccountTags
Update a specific Proxy Number.TWILIO_PROXY_V1_UPDATE_PHONE_NUMBERUpdate a specific Proxy Number.需要连接
Update a specific Proxy Number.
认证
需要 Connected AccountTags
Update a specific Service.TWILIO_PROXY_V1_UPDATE_SERVICEUpdate a specific Service.需要连接
Update a specific Service.
认证
需要 Connected AccountTags
Update a specific Session.TWILIO_PROXY_V1_UPDATE_SESSIONUpdate a specific Session.需要连接
Update a specific Session.
认证
需要 Connected AccountTags
Fetch the Inbound Processing Region assigned to a phone number.TWILIO_ROUTES_V2_FETCH_PHONE_NUMBERFetch the Inbound Processing Region assigned to a phone number.需要连接
Fetch the Inbound Processing Region assigned to a phone number.
认证
需要 Connected AccountTags
Routes V2 FetchSipDomainTWILIO_ROUTES_V2_FETCH_SIP_DOMAINRoutes V2 FetchSipDomain需要连接
Routes V2 FetchSipDomain
认证
需要 Connected AccountTags
Fetch the Inbound Processing Region assigned to a SIP Trunk.TWILIO_ROUTES_V2_FETCH_TRUNKSFetch the Inbound Processing Region assigned to a SIP Trunk.需要连接
Fetch the Inbound Processing Region assigned to a SIP Trunk.
认证
需要 Connected AccountTags
Assign an Inbound Processing Region to a phone number.TWILIO_ROUTES_V2_UPDATE_PHONE_NUMBERAssign an Inbound Processing Region to a phone number.需要连接
Assign an Inbound Processing Region to a phone number.
认证
需要 Connected AccountTags
Routes V2 UpdateSipDomainTWILIO_ROUTES_V2_UPDATE_SIP_DOMAINRoutes V2 UpdateSipDomain需要连接
Routes V2 UpdateSipDomain
认证
需要 Connected AccountTags
Assign an Inbound Processing Region to a SIP TrunkTWILIO_ROUTES_V2_UPDATE_TRUNKSAssign an Inbound Processing Region to a SIP Trunk需要连接
Assign an Inbound Processing Region to a SIP Trunk
认证
需要 Connected AccountTags
Fetch the Inbound Processing Region assigned to a phone number.TWILIO_ROUTES_V3_FETCH_PHONE_NUMBERFetch the Inbound Processing Region assigned to a phone number.需要连接
Fetch the Inbound Processing Region assigned to a phone number.
认证
需要 Connected AccountTags
Assign an Inbound Processing Region to a phone number.TWILIO_ROUTES_V3_UPDATE_PHONE_NUMBERAssign an Inbound Processing Region to a phone number.需要连接
Assign an Inbound Processing Region to a phone number.
认证
需要 Connected AccountTags
Create a new Asset resource.TWILIO_SERVERLESS_V1_CREATE_ASSETCreate a new Asset resource.需要连接
Create a new Asset resource.
认证
需要 Connected AccountTags
Create a new Build resource. At least one function version or asset version is required.TWILIO_SERVERLESS_V1_CREATE_BUILDCreate a new Build resource. At least one function version or asset version is required.需要连接
Create a new Build resource. At least one function version or asset version is required.
认证
需要 Connected AccountTags
Create a new Deployment.TWILIO_SERVERLESS_V1_CREATE_DEPLOYMENTCreate a new Deployment.需要连接
Create a new Deployment.
认证
需要 Connected AccountTags
Create a new environment.TWILIO_SERVERLESS_V1_CREATE_ENVIRONMENTCreate a new environment.需要连接
Create a new environment.
认证
需要 Connected AccountTags
Create a new Function resource.TWILIO_SERVERLESS_V1_CREATE_FUNCTIONCreate a new Function resource.需要连接
Create a new Function resource.
认证
需要 Connected AccountTags
Create a new Service resource.TWILIO_SERVERLESS_V1_CREATE_SERVICECreate a new Service resource.需要连接
Create a new Service resource.
认证
需要 Connected AccountTags
Create a new Variable.TWILIO_SERVERLESS_V1_CREATE_VARIABLECreate a new Variable.需要连接
Create a new Variable.
认证
需要 Connected AccountTags
Delete an Asset resource.TWILIO_SERVERLESS_V1_DELETE_ASSETDelete an Asset resource.需要连接
Delete an Asset resource.
认证
需要 Connected AccountTags
Delete a Build resource.TWILIO_SERVERLESS_V1_DELETE_BUILDDelete a Build resource.需要连接
Delete a Build resource.
认证
需要 Connected AccountTags
Delete a specific environment.TWILIO_SERVERLESS_V1_DELETE_ENVIRONMENTDelete a specific environment.需要连接
Delete a specific environment.
认证
需要 Connected AccountTags
Delete a Function resource.TWILIO_SERVERLESS_V1_DELETE_FUNCTIONDelete a Function resource.需要连接
Delete a Function resource.
认证
需要 Connected AccountTags
Delete a Service resource.TWILIO_SERVERLESS_V1_DELETE_SERVICEDelete a Service resource.需要连接
Delete a Service resource.
认证
需要 Connected AccountTags
Delete a specific Variable.TWILIO_SERVERLESS_V1_DELETE_VARIABLEDelete a specific Variable.需要连接
Delete a specific Variable.
认证
需要 Connected AccountTags
Retrieve a specific Asset resource.TWILIO_SERVERLESS_V1_FETCH_ASSETRetrieve a specific Asset resource.需要连接
Retrieve a specific Asset resource.
认证
需要 Connected AccountTags
Retrieve a specific Asset Version.TWILIO_SERVERLESS_V1_FETCH_ASSET_VERSIONRetrieve a specific Asset Version.需要连接
Retrieve a specific Asset Version.
认证
需要 Connected AccountTags
Retrieve a specific Build resource.TWILIO_SERVERLESS_V1_FETCH_BUILDRetrieve a specific Build resource.需要连接
Retrieve a specific Build resource.
认证
需要 Connected AccountTags
Retrieve a specific Build resource.TWILIO_SERVERLESS_V1_FETCH_BUILD_STATUSRetrieve a specific Build resource.需要连接
Retrieve a specific Build resource.
认证
需要 Connected AccountTags
Retrieve a specific Deployment.TWILIO_SERVERLESS_V1_FETCH_DEPLOYMENTRetrieve a specific Deployment.需要连接
Retrieve a specific Deployment.
认证
需要 Connected AccountTags
Retrieve a specific environment.TWILIO_SERVERLESS_V1_FETCH_ENVIRONMENTRetrieve a specific environment.需要连接
Retrieve a specific environment.
认证
需要 Connected AccountTags
Retrieve a specific Function resource.TWILIO_SERVERLESS_V1_FETCH_FUNCTIONRetrieve a specific Function resource.需要连接
Retrieve a specific Function resource.
认证
需要 Connected AccountTags
Retrieve a specific Function Version resource.TWILIO_SERVERLESS_V1_FETCH_FUNCTION_VERSIONRetrieve a specific Function Version resource.需要连接
Retrieve a specific Function Version resource.
认证
需要 Connected AccountTags
Retrieve a the content of a specific Function Version resource.TWILIO_SERVERLESS_V1_FETCH_FUNCTION_VERSION_CONTENTRetrieve a the content of a specific Function Version resource.需要连接
Retrieve a the content of a specific Function Version resource.
认证
需要 Connected AccountTags
Retrieve a specific log.TWILIO_SERVERLESS_V1_FETCH_LOGRetrieve a specific log.需要连接
Retrieve a specific log.
认证
需要 Connected AccountTags
Retrieve a specific Service resource.TWILIO_SERVERLESS_V1_FETCH_SERVICERetrieve a specific Service resource.需要连接
Retrieve a specific Service resource.
认证
需要 Connected AccountTags
Retrieve a specific Variable.TWILIO_SERVERLESS_V1_FETCH_VARIABLERetrieve a specific Variable.需要连接
Retrieve a specific Variable.
认证
需要 Connected AccountTags
Retrieve a list of all Assets.TWILIO_SERVERLESS_V1_LIST_ASSETRetrieve a list of all Assets.需要连接
Retrieve a list of all Assets.
认证
需要 Connected AccountTags
Retrieve a list of all Asset Versions.TWILIO_SERVERLESS_V1_LIST_ASSET_VERSIONRetrieve a list of all Asset Versions.需要连接
Retrieve a list of all Asset Versions.
认证
需要 Connected AccountTags
Retrieve a list of all Builds.TWILIO_SERVERLESS_V1_LIST_BUILDRetrieve a list of all Builds.需要连接
Retrieve a list of all Builds.
认证
需要 Connected AccountTags
Retrieve a list of all Deployments.TWILIO_SERVERLESS_V1_LIST_DEPLOYMENTRetrieve a list of all Deployments.需要连接
Retrieve a list of all Deployments.
认证
需要 Connected AccountTags
Retrieve a list of all environments.TWILIO_SERVERLESS_V1_LIST_ENVIRONMENTRetrieve a list of all environments.需要连接
Retrieve a list of all environments.
认证
需要 Connected AccountTags
Retrieve a list of all Functions.TWILIO_SERVERLESS_V1_LIST_FUNCTIONRetrieve a list of all Functions.需要连接
Retrieve a list of all Functions.
认证
需要 Connected AccountTags
Retrieve a list of all Function Version resources.TWILIO_SERVERLESS_V1_LIST_FUNCTION_VERSIONRetrieve a list of all Function Version resources.需要连接
Retrieve a list of all Function Version resources.
认证
需要 Connected AccountTags
Retrieve a list of all logs.TWILIO_SERVERLESS_V1_LIST_LOGRetrieve a list of all logs.需要连接
Retrieve a list of all logs.
认证
需要 Connected AccountTags
Retrieve a list of all Services.TWILIO_SERVERLESS_V1_LIST_SERVICERetrieve a list of all Services.需要连接
Retrieve a list of all Services.
认证
需要 Connected AccountTags
Retrieve a list of all Variables.TWILIO_SERVERLESS_V1_LIST_VARIABLERetrieve a list of all Variables.需要连接
Retrieve a list of all Variables.
认证
需要 Connected AccountTags
Update a specific Asset resource.TWILIO_SERVERLESS_V1_UPDATE_ASSETUpdate a specific Asset resource.需要连接
Update a specific Asset resource.
认证
需要 Connected AccountTags
Update a specific Function resource.TWILIO_SERVERLESS_V1_UPDATE_FUNCTIONUpdate a specific Function resource.需要连接
Update a specific Function resource.
认证
需要 Connected AccountTags
Update a specific Service resource.TWILIO_SERVERLESS_V1_UPDATE_SERVICEUpdate a specific Service resource.需要连接
Update a specific Service resource.
认证
需要 Connected AccountTags
Update a specific Variable.TWILIO_SERVERLESS_V1_UPDATE_VARIABLEUpdate a specific Variable.需要连接
Update a specific Variable.
认证
需要 Connected AccountTags
Triggers a new Engagement for the FlowTWILIO_STUDIO_V1_CREATE_ENGAGEMENTTriggers a new Engagement for the Flow需要连接
Triggers a new Engagement for the Flow
认证
需要 Connected AccountTags
Triggers a new Execution for the FlowTWILIO_STUDIO_V1_CREATE_EXECUTIONTriggers a new Execution for the Flow需要连接
Triggers a new Execution for the Flow
认证
需要 Connected AccountTags
Delete this Engagement and all Steps relating to it.TWILIO_STUDIO_V1_DELETE_ENGAGEMENTDelete this Engagement and all Steps relating to it.需要连接
Delete this Engagement and all Steps relating to it.
认证
需要 Connected AccountTags
Delete the Execution and all Steps relating to it.TWILIO_STUDIO_V1_DELETE_EXECUTIONDelete the Execution and all Steps relating to it.需要连接
Delete the Execution and all Steps relating to it.
认证
需要 Connected AccountTags
Delete a specific Flow.TWILIO_STUDIO_V1_DELETE_FLOWDelete a specific Flow.需要连接
Delete a specific Flow.
认证
需要 Connected AccountTags
Retrieve an EngagementTWILIO_STUDIO_V1_FETCH_ENGAGEMENTRetrieve an Engagement需要连接
Retrieve an Engagement
认证
需要 Connected AccountTags
Retrieve the most recent context for an Engagement.TWILIO_STUDIO_V1_FETCH_ENGAGEMENT_CONTEXTRetrieve the most recent context for an Engagement.需要连接
Retrieve the most recent context for an Engagement.
认证
需要 Connected AccountTags
Retrieve an ExecutionTWILIO_STUDIO_V1_FETCH_EXECUTIONRetrieve an Execution需要连接
Retrieve an Execution
认证
需要 Connected AccountTags
Retrieve the most recent context for an Execution.TWILIO_STUDIO_V1_FETCH_EXECUTION_CONTEXTRetrieve the most recent context for an Execution.需要连接
Retrieve the most recent context for an Execution.
认证
需要 Connected AccountTags
Retrieve a Step.TWILIO_STUDIO_V1_FETCH_EXECUTION_STEPRetrieve a Step.需要连接
Retrieve a Step.
认证
需要 Connected AccountTags
Retrieve the context for an Execution Step.TWILIO_STUDIO_V1_FETCH_EXECUTION_STEP_CONTEXTRetrieve the context for an Execution Step.需要连接
Retrieve the context for an Execution Step.
认证
需要 Connected AccountTags
Retrieve a specific Flow.TWILIO_STUDIO_V1_FETCH_FLOWRetrieve a specific Flow.需要连接
Retrieve a specific Flow.
认证
需要 Connected AccountTags
Retrieve a Step.TWILIO_STUDIO_V1_FETCH_STEPRetrieve a Step.需要连接
Retrieve a Step.
认证
需要 Connected AccountTags
Retrieve the context for an Engagement Step.TWILIO_STUDIO_V1_FETCH_STEP_CONTEXTRetrieve the context for an Engagement Step.需要连接
Retrieve the context for an Engagement Step.
认证
需要 Connected AccountTags
Retrieve a list of all Engagements for the Flow.TWILIO_STUDIO_V1_LIST_ENGAGEMENTRetrieve a list of all Engagements for the Flow.需要连接
Retrieve a list of all Engagements for the Flow.
认证
需要 Connected AccountTags
Retrieve a list of all Executions for the Flow.TWILIO_STUDIO_V1_LIST_EXECUTIONRetrieve a list of all Executions for the Flow.需要连接
Retrieve a list of all Executions for the Flow.
认证
需要 Connected AccountTags
Retrieve a list of all Steps for an Execution.TWILIO_STUDIO_V1_LIST_EXECUTION_STEPRetrieve a list of all Steps for an Execution.需要连接
Retrieve a list of all Steps for an Execution.
认证
需要 Connected AccountTags
Retrieve a list of all Flows.TWILIO_STUDIO_V1_LIST_FLOWRetrieve a list of all Flows.需要连接
Retrieve a list of all Flows.
认证
需要 Connected AccountTags
Retrieve a list of all Steps for an Engagement.TWILIO_STUDIO_V1_LIST_STEPRetrieve a list of all Steps for an Engagement.需要连接
Retrieve a list of all Steps for an Engagement.
认证
需要 Connected AccountTags
Update the status of an Execution to `ended`.TWILIO_STUDIO_V1_UPDATE_EXECUTIONUpdate the status of an Execution to `ended`.需要连接
Update the status of an Execution to `ended`.
认证
需要 Connected AccountTags
Triggers a new Execution for the FlowTWILIO_STUDIO_V2_CREATE_EXECUTIONTriggers a new Execution for the Flow需要连接
Triggers a new Execution for the Flow
认证
需要 Connected AccountTags
Create a Flow.TWILIO_STUDIO_V2_CREATE_FLOWCreate a Flow.需要连接
Create a Flow.
认证
需要 Connected AccountTags
Delete the Execution and all Steps relating to it.TWILIO_STUDIO_V2_DELETE_EXECUTIONDelete the Execution and all Steps relating to it.需要连接
Delete the Execution and all Steps relating to it.
认证
需要 Connected AccountTags
Delete a specific Flow.TWILIO_STUDIO_V2_DELETE_FLOWDelete a specific Flow.需要连接
Delete a specific Flow.
认证
需要 Connected AccountTags
Retrieve an ExecutionTWILIO_STUDIO_V2_FETCH_EXECUTIONRetrieve an Execution需要连接
Retrieve an Execution
认证
需要 Connected AccountTags
Retrieve the most recent context for an Execution.TWILIO_STUDIO_V2_FETCH_EXECUTION_CONTEXTRetrieve the most recent context for an Execution.需要连接
Retrieve the most recent context for an Execution.
认证
需要 Connected AccountTags
Retrieve a Step.TWILIO_STUDIO_V2_FETCH_EXECUTION_STEPRetrieve a Step.需要连接
Retrieve a Step.
认证
需要 Connected AccountTags
Retrieve the context for an Execution Step.TWILIO_STUDIO_V2_FETCH_EXECUTION_STEP_CONTEXTRetrieve the context for an Execution Step.需要连接
Retrieve the context for an Execution Step.
认证
需要 Connected AccountTags
Retrieve a specific Flow.TWILIO_STUDIO_V2_FETCH_FLOWRetrieve a specific Flow.需要连接
Retrieve a specific Flow.
认证
需要 Connected AccountTags
Retrieve a specific Flow revision.TWILIO_STUDIO_V2_FETCH_FLOW_REVISIONRetrieve a specific Flow revision.需要连接
Retrieve a specific Flow revision.
认证
需要 Connected AccountTags
Fetch flow test usersTWILIO_STUDIO_V2_FETCH_TEST_USERFetch flow test users需要连接
Fetch flow test users
认证
需要 Connected AccountTags
Retrieve a list of all Executions for the Flow.TWILIO_STUDIO_V2_LIST_EXECUTIONRetrieve a list of all Executions for the Flow.需要连接
Retrieve a list of all Executions for the Flow.
认证
需要 Connected AccountTags
Retrieve a list of all Steps for an Execution.TWILIO_STUDIO_V2_LIST_EXECUTION_STEPRetrieve a list of all Steps for an Execution.需要连接
Retrieve a list of all Steps for an Execution.
认证
需要 Connected AccountTags
Retrieve a list of all Flows.TWILIO_STUDIO_V2_LIST_FLOWRetrieve a list of all Flows.需要连接
Retrieve a list of all Flows.
认证
需要 Connected AccountTags
Retrieve a list of all Flows revisions.TWILIO_STUDIO_V2_LIST_FLOW_REVISIONRetrieve a list of all Flows revisions.需要连接
Retrieve a list of all Flows revisions.
认证
需要 Connected AccountTags
Update the status of an Execution to `ended`.TWILIO_STUDIO_V2_UPDATE_EXECUTIONUpdate the status of an Execution to `ended`.需要连接
Update the status of an Execution to `ended`.
认证
需要 Connected AccountTags
Update a Flow.TWILIO_STUDIO_V2_UPDATE_FLOWUpdate a Flow.需要连接
Update a Flow.
认证
需要 Connected AccountTags
Validate flow JSON definitionTWILIO_STUDIO_V2_UPDATE_FLOW_VALIDATEValidate flow JSON definition需要连接
Validate flow JSON definition
认证
需要 Connected AccountTags
Update flow test usersTWILIO_STUDIO_V2_UPDATE_TEST_USERUpdate flow test users需要连接
Update flow test users
认证
需要 Connected AccountTags
Order an eSIM Profile.TWILIO_SUPERSIM_V1_CREATE_ESIM_PROFILEOrder an eSIM Profile.需要连接
Order an eSIM Profile.
认证
需要 Connected AccountTags
Create a FleetTWILIO_SUPERSIM_V1_CREATE_FLEETCreate a Fleet需要连接
Create a Fleet
认证
需要 Connected AccountTags
Send an IP Command to a Super SIM.TWILIO_SUPERSIM_V1_CREATE_IP_COMMANDSend an IP Command to a Super SIM.需要连接
Send an IP Command to a Super SIM.
认证
需要 Connected AccountTags
Create a new Network Access ProfileTWILIO_SUPERSIM_V1_CREATE_NETWORK_ACCESS_PROFILECreate a new Network Access Profile需要连接
Create a new Network Access Profile
认证
需要 Connected AccountTags
Add a Network resource to the Network Access Profile resource.TWILIO_SUPERSIM_V1_CREATE_NETWORK_ACCESS_PROFILE_NETWORKAdd a Network resource to the Network Access Profile resource.需要连接
Add a Network resource to the Network Access Profile resource.
认证
需要 Connected AccountTags
Register a Super SIM to your AccountTWILIO_SUPERSIM_V1_CREATE_SIMRegister a Super SIM to your Account需要连接
Register a Super SIM to your Account
认证
需要 Connected AccountTags
Send SMS Command to a Sim.TWILIO_SUPERSIM_V1_CREATE_SMS_COMMANDSend SMS Command to a Sim.需要连接
Send SMS Command to a Sim.
认证
需要 Connected AccountTags
Remove a Network resource from the Network Access Profile resource's.TWILIO_SUPERSIM_V1_DELETE_NETWORK_ACCESS_PROFILE_NETWORKRemove a Network resource from the Network Access Profile resource's.需要连接
Remove a Network resource from the Network Access Profile resource's.
认证
需要 Connected AccountTags
Fetch an eSIM Profile.TWILIO_SUPERSIM_V1_FETCH_ESIM_PROFILEFetch an eSIM Profile.需要连接
Fetch an eSIM Profile.
认证
需要 Connected AccountTags
Fetch a Fleet instance from your account.TWILIO_SUPERSIM_V1_FETCH_FLEETFetch a Fleet instance from your account.需要连接
Fetch a Fleet instance from your account.
认证
需要 Connected AccountTags
Fetch IP Command instance from your account.TWILIO_SUPERSIM_V1_FETCH_IP_COMMANDFetch IP Command instance from your account.需要连接
Fetch IP Command instance from your account.
认证
需要 Connected AccountTags
Fetch a Network resource.TWILIO_SUPERSIM_V1_FETCH_NETWORKFetch a Network resource.需要连接
Fetch a Network resource.
认证
需要 Connected AccountTags
Fetch a Network Access Profile instance from your account.TWILIO_SUPERSIM_V1_FETCH_NETWORK_ACCESS_PROFILEFetch a Network Access Profile instance from your account.需要连接
Fetch a Network Access Profile instance from your account.
认证
需要 Connected AccountTags
Fetch a Network Access Profile resource's Network resource.TWILIO_SUPERSIM_V1_FETCH_NETWORK_ACCESS_PROFILE_NETWORKFetch a Network Access Profile resource's Network resource.需要连接
Fetch a Network Access Profile resource's Network resource.
认证
需要 Connected AccountTags
Fetch a Super SIM instance from your account.TWILIO_SUPERSIM_V1_FETCH_SIMFetch a Super SIM instance from your account.需要连接
Fetch a Super SIM instance from your account.
认证
需要 Connected AccountTags
Fetch SMS Command instance from your account.TWILIO_SUPERSIM_V1_FETCH_SMS_COMMANDFetch SMS Command instance from your account.需要连接
Fetch SMS Command instance from your account.
认证
需要 Connected AccountTags
Retrieve a list of Billing Periods for a Super SIM.TWILIO_SUPERSIM_V1_LIST_BILLING_PERIODRetrieve a list of Billing Periods for a Super SIM.需要连接
Retrieve a list of Billing Periods for a Super SIM.
认证
需要 Connected AccountTags
Retrieve a list of eSIM Profiles.TWILIO_SUPERSIM_V1_LIST_ESIM_PROFILERetrieve a list of eSIM Profiles.需要连接
Retrieve a list of eSIM Profiles.
认证
需要 Connected AccountTags
Retrieve a list of Fleets from your account.TWILIO_SUPERSIM_V1_LIST_FLEETRetrieve a list of Fleets from your account.需要连接
Retrieve a list of Fleets from your account.
认证
需要 Connected AccountTags
Retrieve a list of IP Commands from your account.TWILIO_SUPERSIM_V1_LIST_IP_COMMANDRetrieve a list of IP Commands from your account.需要连接
Retrieve a list of IP Commands from your account.
认证
需要 Connected AccountTags
Retrieve a list of Network resources.TWILIO_SUPERSIM_V1_LIST_NETWORKRetrieve a list of Network resources.需要连接
Retrieve a list of Network resources.
认证
需要 Connected AccountTags
Retrieve a list of Network Access Profiles from your account.TWILIO_SUPERSIM_V1_LIST_NETWORK_ACCESS_PROFILERetrieve a list of Network Access Profiles from your account.需要连接
Retrieve a list of Network Access Profiles from your account.
认证
需要 Connected AccountTags
Retrieve a list of Network Access Profile resource's Network resource.TWILIO_SUPERSIM_V1_LIST_NETWORK_ACCESS_PROFILE_NETWORKRetrieve a list of Network Access Profile resource's Network resource.需要连接
Retrieve a list of Network Access Profile resource's Network resource.
认证
需要 Connected AccountTags
Retrieve a list of Settings Updates.TWILIO_SUPERSIM_V1_LIST_SETTINGS_UPDATERetrieve a list of Settings Updates.需要连接
Retrieve a list of Settings Updates.
认证
需要 Connected AccountTags
Retrieve a list of Super SIMs from your account.TWILIO_SUPERSIM_V1_LIST_SIMRetrieve a list of Super SIMs from your account.需要连接
Retrieve a list of Super SIMs from your account.
认证
需要 Connected AccountTags
Retrieve a list of IP Addresses for the given Super SIM.TWILIO_SUPERSIM_V1_LIST_SIM_IP_ADDRESSRetrieve a list of IP Addresses for the given Super SIM.需要连接
Retrieve a list of IP Addresses for the given Super SIM.
认证
需要 Connected AccountTags
Retrieve a list of SMS Commands from your account.TWILIO_SUPERSIM_V1_LIST_SMS_COMMANDRetrieve a list of SMS Commands from your account.需要连接
Retrieve a list of SMS Commands from your account.
认证
需要 Connected AccountTags
List UsageRecordsTWILIO_SUPERSIM_V1_LIST_USAGE_RECORDList UsageRecords需要连接
List UsageRecords
认证
需要 Connected AccountTags
Updates the given properties of a Super SIM Fleet instance from your account.TWILIO_SUPERSIM_V1_UPDATE_FLEETUpdates the given properties of a Super SIM Fleet instance from your account.需要连接
Updates the given properties of a Super SIM Fleet instance from your account.
认证
需要 Connected AccountTags
Updates the given properties of a Network Access Profile in your account.TWILIO_SUPERSIM_V1_UPDATE_NETWORK_ACCESS_PROFILEUpdates the given properties of a Network Access Profile in your account.需要连接
Updates the given properties of a Network Access Profile in your account.
认证
需要 Connected AccountTags
Updates the given properties of a Super SIM instance from your account.TWILIO_SUPERSIM_V1_UPDATE_SIMUpdates the given properties of a Super SIM instance from your account.需要连接
Updates the given properties of a Super SIM instance from your account.
认证
需要 Connected AccountTags
Sync V1 CreateDocumentTWILIO_SYNC_V1_CREATE_DOCUMENTSync V1 CreateDocument需要连接
Sync V1 CreateDocument
认证
需要 Connected AccountTags
Sync V1 CreateServiceTWILIO_SYNC_V1_CREATE_SERVICESync V1 CreateService需要连接
Sync V1 CreateService
认证
需要 Connected AccountTags
Create a new Stream Message.TWILIO_SYNC_V1_CREATE_STREAM_MESSAGECreate a new Stream Message.需要连接
Create a new Stream Message.
认证
需要 Connected AccountTags
Sync V1 CreateSyncListTWILIO_SYNC_V1_CREATE_SYNC_LISTSync V1 CreateSyncList需要连接
Sync V1 CreateSyncList
认证
需要 Connected AccountTags
Sync V1 CreateSyncListItemTWILIO_SYNC_V1_CREATE_SYNC_LIST_ITEMSync V1 CreateSyncListItem需要连接
Sync V1 CreateSyncListItem
认证
需要 Connected AccountTags
Sync V1 CreateSyncMapTWILIO_SYNC_V1_CREATE_SYNC_MAPSync V1 CreateSyncMap需要连接
Sync V1 CreateSyncMap
认证
需要 Connected AccountTags
Sync V1 CreateSyncMapItemTWILIO_SYNC_V1_CREATE_SYNC_MAP_ITEMSync V1 CreateSyncMapItem需要连接
Sync V1 CreateSyncMapItem
认证
需要 Connected AccountTags
Create a new Stream.TWILIO_SYNC_V1_CREATE_SYNC_STREAMCreate a new Stream.需要连接
Create a new Stream.
认证
需要 Connected AccountTags
Sync V1 DeleteDocumentTWILIO_SYNC_V1_DELETE_DOCUMENTSync V1 DeleteDocument需要连接
Sync V1 DeleteDocument
认证
需要 Connected AccountTags
Delete a specific Sync Document Permission.TWILIO_SYNC_V1_DELETE_DOCUMENT_PERMISSIONDelete a specific Sync Document Permission.需要连接
Delete a specific Sync Document Permission.
认证
需要 Connected AccountTags
Sync V1 DeleteServiceTWILIO_SYNC_V1_DELETE_SERVICESync V1 DeleteService需要连接
Sync V1 DeleteService
认证
需要 Connected AccountTags
Sync V1 DeleteSyncListTWILIO_SYNC_V1_DELETE_SYNC_LISTSync V1 DeleteSyncList需要连接
Sync V1 DeleteSyncList
认证
需要 Connected AccountTags
Sync V1 DeleteSyncListItemTWILIO_SYNC_V1_DELETE_SYNC_LIST_ITEMSync V1 DeleteSyncListItem需要连接
Sync V1 DeleteSyncListItem
认证
需要 Connected AccountTags
Delete a specific Sync List Permission.TWILIO_SYNC_V1_DELETE_SYNC_LIST_PERMISSIONDelete a specific Sync List Permission.需要连接
Delete a specific Sync List Permission.
认证
需要 Connected AccountTags
Sync V1 DeleteSyncMapTWILIO_SYNC_V1_DELETE_SYNC_MAPSync V1 DeleteSyncMap需要连接
Sync V1 DeleteSyncMap
认证
需要 Connected AccountTags
Sync V1 DeleteSyncMapItemTWILIO_SYNC_V1_DELETE_SYNC_MAP_ITEMSync V1 DeleteSyncMapItem需要连接
Sync V1 DeleteSyncMapItem
认证
需要 Connected AccountTags
Delete a specific Sync Map Permission.TWILIO_SYNC_V1_DELETE_SYNC_MAP_PERMISSIONDelete a specific Sync Map Permission.需要连接
Delete a specific Sync Map Permission.
认证
需要 Connected AccountTags
Delete a specific Stream.TWILIO_SYNC_V1_DELETE_SYNC_STREAMDelete a specific Stream.需要连接
Delete a specific Stream.
认证
需要 Connected AccountTags
Sync V1 FetchDocumentTWILIO_SYNC_V1_FETCH_DOCUMENTSync V1 FetchDocument需要连接
Sync V1 FetchDocument
认证
需要 Connected AccountTags
Fetch a specific Sync Document Permission.TWILIO_SYNC_V1_FETCH_DOCUMENT_PERMISSIONFetch a specific Sync Document Permission.需要连接
Fetch a specific Sync Document Permission.
认证
需要 Connected AccountTags
Sync V1 FetchServiceTWILIO_SYNC_V1_FETCH_SERVICESync V1 FetchService需要连接
Sync V1 FetchService
认证
需要 Connected AccountTags
Sync V1 FetchSyncListTWILIO_SYNC_V1_FETCH_SYNC_LISTSync V1 FetchSyncList需要连接
Sync V1 FetchSyncList
认证
需要 Connected AccountTags
Sync V1 FetchSyncListItemTWILIO_SYNC_V1_FETCH_SYNC_LIST_ITEMSync V1 FetchSyncListItem需要连接
Sync V1 FetchSyncListItem
认证
需要 Connected AccountTags
Fetch a specific Sync List Permission.TWILIO_SYNC_V1_FETCH_SYNC_LIST_PERMISSIONFetch a specific Sync List Permission.需要连接
Fetch a specific Sync List Permission.
认证
需要 Connected AccountTags
Sync V1 FetchSyncMapTWILIO_SYNC_V1_FETCH_SYNC_MAPSync V1 FetchSyncMap需要连接
Sync V1 FetchSyncMap
认证
需要 Connected AccountTags
Sync V1 FetchSyncMapItemTWILIO_SYNC_V1_FETCH_SYNC_MAP_ITEMSync V1 FetchSyncMapItem需要连接
Sync V1 FetchSyncMapItem
认证
需要 Connected AccountTags
Fetch a specific Sync Map Permission.TWILIO_SYNC_V1_FETCH_SYNC_MAP_PERMISSIONFetch a specific Sync Map Permission.需要连接
Fetch a specific Sync Map Permission.
认证
需要 Connected AccountTags
Fetch a specific Stream.TWILIO_SYNC_V1_FETCH_SYNC_STREAMFetch a specific Stream.需要连接
Fetch a specific Stream.
认证
需要 Connected AccountTags
Sync V1 ListDocumentTWILIO_SYNC_V1_LIST_DOCUMENTSync V1 ListDocument需要连接
Sync V1 ListDocument
认证
需要 Connected AccountTags
Retrieve a list of all Permissions applying to a Sync Document.TWILIO_SYNC_V1_LIST_DOCUMENT_PERMISSIONRetrieve a list of all Permissions applying to a Sync Document.需要连接
Retrieve a list of all Permissions applying to a Sync Document.
认证
需要 Connected AccountTags
Sync V1 ListServiceTWILIO_SYNC_V1_LIST_SERVICESync V1 ListService需要连接
Sync V1 ListService
认证
需要 Connected AccountTags
Sync V1 ListSyncListTWILIO_SYNC_V1_LIST_SYNC_LISTSync V1 ListSyncList需要连接
Sync V1 ListSyncList
认证
需要 Connected AccountTags
Sync V1 ListSyncListItemTWILIO_SYNC_V1_LIST_SYNC_LIST_ITEMSync V1 ListSyncListItem需要连接
Sync V1 ListSyncListItem
认证
需要 Connected AccountTags
Retrieve a list of all Permissions applying to a Sync List.TWILIO_SYNC_V1_LIST_SYNC_LIST_PERMISSIONRetrieve a list of all Permissions applying to a Sync List.需要连接
Retrieve a list of all Permissions applying to a Sync List.
认证
需要 Connected AccountTags
Sync V1 ListSyncMapTWILIO_SYNC_V1_LIST_SYNC_MAPSync V1 ListSyncMap需要连接
Sync V1 ListSyncMap
认证
需要 Connected AccountTags
Sync V1 ListSyncMapItemTWILIO_SYNC_V1_LIST_SYNC_MAP_ITEMSync V1 ListSyncMapItem需要连接
Sync V1 ListSyncMapItem
认证
需要 Connected AccountTags
Retrieve a list of all Permissions applying to a Sync Map.TWILIO_SYNC_V1_LIST_SYNC_MAP_PERMISSIONRetrieve a list of all Permissions applying to a Sync Map.需要连接
Retrieve a list of all Permissions applying to a Sync Map.
认证
需要 Connected AccountTags
Retrieve a list of all Streams in a Service Instance.TWILIO_SYNC_V1_LIST_SYNC_STREAMRetrieve a list of all Streams in a Service Instance.需要连接
Retrieve a list of all Streams in a Service Instance.
认证
需要 Connected AccountTags
Sync V1 UpdateDocumentTWILIO_SYNC_V1_UPDATE_DOCUMENTSync V1 UpdateDocument需要连接
Sync V1 UpdateDocument
认证
需要 Connected AccountTags
Update an identity's access to a specific Sync Document.TWILIO_SYNC_V1_UPDATE_DOCUMENT_PERMISSIONUpdate an identity's access to a specific Sync Document.需要连接
Update an identity's access to a specific Sync Document.
认证
需要 Connected AccountTags
Sync V1 UpdateServiceTWILIO_SYNC_V1_UPDATE_SERVICESync V1 UpdateService需要连接
Sync V1 UpdateService
认证
需要 Connected AccountTags
Sync V1 UpdateSyncListTWILIO_SYNC_V1_UPDATE_SYNC_LISTSync V1 UpdateSyncList需要连接
Sync V1 UpdateSyncList
认证
需要 Connected AccountTags
Sync V1 UpdateSyncListItemTWILIO_SYNC_V1_UPDATE_SYNC_LIST_ITEMSync V1 UpdateSyncListItem需要连接
Sync V1 UpdateSyncListItem
认证
需要 Connected AccountTags
Update an identity's access to a specific Sync List.TWILIO_SYNC_V1_UPDATE_SYNC_LIST_PERMISSIONUpdate an identity's access to a specific Sync List.需要连接
Update an identity's access to a specific Sync List.
认证
需要 Connected AccountTags
Sync V1 UpdateSyncMapTWILIO_SYNC_V1_UPDATE_SYNC_MAPSync V1 UpdateSyncMap需要连接
Sync V1 UpdateSyncMap
认证
需要 Connected AccountTags
Sync V1 UpdateSyncMapItemTWILIO_SYNC_V1_UPDATE_SYNC_MAP_ITEMSync V1 UpdateSyncMapItem需要连接
Sync V1 UpdateSyncMapItem
认证
需要 Connected AccountTags
Update an identity's access to a specific Sync Map.TWILIO_SYNC_V1_UPDATE_SYNC_MAP_PERMISSIONUpdate an identity's access to a specific Sync Map.需要连接
Update an identity's access to a specific Sync Map.
认证
需要 Connected AccountTags
Update a specific Stream.TWILIO_SYNC_V1_UPDATE_SYNC_STREAMUpdate a specific Stream.需要连接
Update a specific Stream.
认证
需要 Connected AccountTags
Taskrouter V1 CreateActivityTWILIO_TASKROUTER_V1_CREATE_ACTIVITYTaskrouter V1 CreateActivity需要连接
Taskrouter V1 CreateActivity
认证
需要 Connected AccountTags
Taskrouter V1 CreateTaskTWILIO_TASKROUTER_V1_CREATE_TASKTaskrouter V1 CreateTask需要连接
Taskrouter V1 CreateTask
认证
需要 Connected AccountTags
Taskrouter V1 CreateTaskChannelTWILIO_TASKROUTER_V1_CREATE_TASK_CHANNELTaskrouter V1 CreateTaskChannel需要连接
Taskrouter V1 CreateTaskChannel
认证
需要 Connected AccountTags
Taskrouter V1 CreateTaskQueueTWILIO_TASKROUTER_V1_CREATE_TASK_QUEUETaskrouter V1 CreateTaskQueue需要连接
Taskrouter V1 CreateTaskQueue
认证
需要 Connected AccountTags
Fetch a Task Queue Real Time Statistics in bulk for the array of TaskQueue SIDs, support upto 50 in a request.TWILIO_TASKROUTER_V1_CREATE_TASK_QUEUE_BULK_REAL_TIME_STATISTICSFetch a Task Queue Real Time Statistics in bulk for the array of TaskQueue SIDs, support upto 50 in a request.需要连接
Fetch a Task Queue Real Time Statistics in bulk for the array of TaskQueue SIDs, support upto 50 in a request.
认证
需要 Connected AccountTags
Taskrouter V1 CreateWorkerTWILIO_TASKROUTER_V1_CREATE_WORKERTaskrouter V1 CreateWorker需要连接
Taskrouter V1 CreateWorker
认证
需要 Connected AccountTags
Taskrouter V1 CreateWorkflowTWILIO_TASKROUTER_V1_CREATE_WORKFLOWTaskrouter V1 CreateWorkflow需要连接
Taskrouter V1 CreateWorkflow
认证
需要 Connected AccountTags
Taskrouter V1 CreateWorkspaceTWILIO_TASKROUTER_V1_CREATE_WORKSPACETaskrouter V1 CreateWorkspace需要连接
Taskrouter V1 CreateWorkspace
认证
需要 Connected AccountTags
Taskrouter V1 DeleteActivityTWILIO_TASKROUTER_V1_DELETE_ACTIVITYTaskrouter V1 DeleteActivity需要连接
Taskrouter V1 DeleteActivity
认证
需要 Connected AccountTags
Taskrouter V1 DeleteTaskTWILIO_TASKROUTER_V1_DELETE_TASKTaskrouter V1 DeleteTask需要连接
Taskrouter V1 DeleteTask
认证
需要 Connected AccountTags
Taskrouter V1 DeleteTaskChannelTWILIO_TASKROUTER_V1_DELETE_TASK_CHANNELTaskrouter V1 DeleteTaskChannel需要连接
Taskrouter V1 DeleteTaskChannel
认证
需要 Connected AccountTags
Taskrouter V1 DeleteTaskQueueTWILIO_TASKROUTER_V1_DELETE_TASK_QUEUETaskrouter V1 DeleteTaskQueue需要连接
Taskrouter V1 DeleteTaskQueue
认证
需要 Connected AccountTags
Taskrouter V1 DeleteWorkerTWILIO_TASKROUTER_V1_DELETE_WORKERTaskrouter V1 DeleteWorker需要连接
Taskrouter V1 DeleteWorker
认证
需要 Connected AccountTags
Taskrouter V1 DeleteWorkflowTWILIO_TASKROUTER_V1_DELETE_WORKFLOWTaskrouter V1 DeleteWorkflow需要连接
Taskrouter V1 DeleteWorkflow
认证
需要 Connected AccountTags
Taskrouter V1 DeleteWorkspaceTWILIO_TASKROUTER_V1_DELETE_WORKSPACETaskrouter V1 DeleteWorkspace需要连接
Taskrouter V1 DeleteWorkspace
认证
需要 Connected AccountTags
Taskrouter V1 FetchActivityTWILIO_TASKROUTER_V1_FETCH_ACTIVITYTaskrouter V1 FetchActivity需要连接
Taskrouter V1 FetchActivity
认证
需要 Connected AccountTags
Taskrouter V1 FetchEventTWILIO_TASKROUTER_V1_FETCH_EVENTTaskrouter V1 FetchEvent需要连接
Taskrouter V1 FetchEvent
认证
需要 Connected AccountTags
Taskrouter V1 FetchTaskTWILIO_TASKROUTER_V1_FETCH_TASKTaskrouter V1 FetchTask需要连接
Taskrouter V1 FetchTask
认证
需要 Connected AccountTags
Taskrouter V1 FetchTaskChannelTWILIO_TASKROUTER_V1_FETCH_TASK_CHANNELTaskrouter V1 FetchTaskChannel需要连接
Taskrouter V1 FetchTaskChannel
认证
需要 Connected AccountTags
Taskrouter V1 FetchTaskQueueTWILIO_TASKROUTER_V1_FETCH_TASK_QUEUETaskrouter V1 FetchTaskQueue需要连接
Taskrouter V1 FetchTaskQueue
认证
需要 Connected AccountTags
Taskrouter V1 FetchTaskQueueCumulativeStatisticsTWILIO_TASKROUTER_V1_FETCH_TASK_QUEUE_CUMULATIVE_STATISTICSTaskrouter V1 FetchTaskQueueCumulativeStatistics需要连接
Taskrouter V1 FetchTaskQueueCumulativeStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchTaskQueueRealTimeStatisticsTWILIO_TASKROUTER_V1_FETCH_TASK_QUEUE_REAL_TIME_STATISTICSTaskrouter V1 FetchTaskQueueRealTimeStatistics需要连接
Taskrouter V1 FetchTaskQueueRealTimeStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchTaskQueueStatisticsTWILIO_TASKROUTER_V1_FETCH_TASK_QUEUE_STATISTICSTaskrouter V1 FetchTaskQueueStatistics需要连接
Taskrouter V1 FetchTaskQueueStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchTaskReservationTWILIO_TASKROUTER_V1_FETCH_TASK_RESERVATIONTaskrouter V1 FetchTaskReservation需要连接
Taskrouter V1 FetchTaskReservation
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkerTWILIO_TASKROUTER_V1_FETCH_WORKERTaskrouter V1 FetchWorker需要连接
Taskrouter V1 FetchWorker
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkerChannelTWILIO_TASKROUTER_V1_FETCH_WORKER_CHANNELTaskrouter V1 FetchWorkerChannel需要连接
Taskrouter V1 FetchWorkerChannel
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkerInstanceStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKER_INSTANCE_STATISTICSTaskrouter V1 FetchWorkerInstanceStatistics需要连接
Taskrouter V1 FetchWorkerInstanceStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkerReservationTWILIO_TASKROUTER_V1_FETCH_WORKER_RESERVATIONTaskrouter V1 FetchWorkerReservation需要连接
Taskrouter V1 FetchWorkerReservation
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkerStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKER_STATISTICSTaskrouter V1 FetchWorkerStatistics需要连接
Taskrouter V1 FetchWorkerStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkersCumulativeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKERS_CUMULATIVE_STATISTICSTaskrouter V1 FetchWorkersCumulativeStatistics需要连接
Taskrouter V1 FetchWorkersCumulativeStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkersRealTimeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKERS_REAL_TIME_STATISTICSTaskrouter V1 FetchWorkersRealTimeStatistics需要连接
Taskrouter V1 FetchWorkersRealTimeStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkflowTWILIO_TASKROUTER_V1_FETCH_WORKFLOWTaskrouter V1 FetchWorkflow需要连接
Taskrouter V1 FetchWorkflow
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkflowCumulativeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKFLOW_CUMULATIVE_STATISTICSTaskrouter V1 FetchWorkflowCumulativeStatistics需要连接
Taskrouter V1 FetchWorkflowCumulativeStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkflowRealTimeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKFLOW_REAL_TIME_STATISTICSTaskrouter V1 FetchWorkflowRealTimeStatistics需要连接
Taskrouter V1 FetchWorkflowRealTimeStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkflowStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKFLOW_STATISTICSTaskrouter V1 FetchWorkflowStatistics需要连接
Taskrouter V1 FetchWorkflowStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkspaceTWILIO_TASKROUTER_V1_FETCH_WORKSPACETaskrouter V1 FetchWorkspace需要连接
Taskrouter V1 FetchWorkspace
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkspaceCumulativeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKSPACE_CUMULATIVE_STATISTICSTaskrouter V1 FetchWorkspaceCumulativeStatistics需要连接
Taskrouter V1 FetchWorkspaceCumulativeStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkspaceRealTimeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKSPACE_REAL_TIME_STATISTICSTaskrouter V1 FetchWorkspaceRealTimeStatistics需要连接
Taskrouter V1 FetchWorkspaceRealTimeStatistics
认证
需要 Connected AccountTags
Taskrouter V1 FetchWorkspaceStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKSPACE_STATISTICSTaskrouter V1 FetchWorkspaceStatistics需要连接
Taskrouter V1 FetchWorkspaceStatistics
认证
需要 Connected AccountTags
Taskrouter V1 ListActivityTWILIO_TASKROUTER_V1_LIST_ACTIVITYTaskrouter V1 ListActivity需要连接
Taskrouter V1 ListActivity
认证
需要 Connected AccountTags
Taskrouter V1 ListEventTWILIO_TASKROUTER_V1_LIST_EVENTTaskrouter V1 ListEvent需要连接
Taskrouter V1 ListEvent
认证
需要 Connected AccountTags
Taskrouter V1 ListTaskTWILIO_TASKROUTER_V1_LIST_TASKTaskrouter V1 ListTask需要连接
Taskrouter V1 ListTask
认证
需要 Connected AccountTags
Taskrouter V1 ListTaskChannelTWILIO_TASKROUTER_V1_LIST_TASK_CHANNELTaskrouter V1 ListTaskChannel需要连接
Taskrouter V1 ListTaskChannel
认证
需要 Connected AccountTags
Taskrouter V1 ListTaskQueueTWILIO_TASKROUTER_V1_LIST_TASK_QUEUETaskrouter V1 ListTaskQueue需要连接
Taskrouter V1 ListTaskQueue
认证
需要 Connected AccountTags
Taskrouter V1 ListTaskQueuesStatisticsTWILIO_TASKROUTER_V1_LIST_TASK_QUEUES_STATISTICSTaskrouter V1 ListTaskQueuesStatistics需要连接
Taskrouter V1 ListTaskQueuesStatistics
认证
需要 Connected AccountTags
Taskrouter V1 ListTaskReservationTWILIO_TASKROUTER_V1_LIST_TASK_RESERVATIONTaskrouter V1 ListTaskReservation需要连接
Taskrouter V1 ListTaskReservation
认证
需要 Connected AccountTags
Taskrouter V1 ListWorkerTWILIO_TASKROUTER_V1_LIST_WORKERTaskrouter V1 ListWorker需要连接
Taskrouter V1 ListWorker
认证
需要 Connected AccountTags
Taskrouter V1 ListWorkerChannelTWILIO_TASKROUTER_V1_LIST_WORKER_CHANNELTaskrouter V1 ListWorkerChannel需要连接
Taskrouter V1 ListWorkerChannel
认证
需要 Connected AccountTags
Taskrouter V1 ListWorkerReservationTWILIO_TASKROUTER_V1_LIST_WORKER_RESERVATIONTaskrouter V1 ListWorkerReservation需要连接
Taskrouter V1 ListWorkerReservation
认证
需要 Connected AccountTags
Taskrouter V1 ListWorkflowTWILIO_TASKROUTER_V1_LIST_WORKFLOWTaskrouter V1 ListWorkflow需要连接
Taskrouter V1 ListWorkflow
认证
需要 Connected AccountTags
Taskrouter V1 ListWorkspaceTWILIO_TASKROUTER_V1_LIST_WORKSPACETaskrouter V1 ListWorkspace需要连接
Taskrouter V1 ListWorkspace
认证
需要 Connected AccountTags
Taskrouter V1 UpdateActivityTWILIO_TASKROUTER_V1_UPDATE_ACTIVITYTaskrouter V1 UpdateActivity需要连接
Taskrouter V1 UpdateActivity
认证
需要 Connected AccountTags
Taskrouter V1 UpdateTaskTWILIO_TASKROUTER_V1_UPDATE_TASKTaskrouter V1 UpdateTask需要连接
Taskrouter V1 UpdateTask
认证
需要 Connected AccountTags
Taskrouter V1 UpdateTaskChannelTWILIO_TASKROUTER_V1_UPDATE_TASK_CHANNELTaskrouter V1 UpdateTaskChannel需要连接
Taskrouter V1 UpdateTaskChannel
认证
需要 Connected AccountTags
Taskrouter V1 UpdateTaskQueueTWILIO_TASKROUTER_V1_UPDATE_TASK_QUEUETaskrouter V1 UpdateTaskQueue需要连接
Taskrouter V1 UpdateTaskQueue
认证
需要 Connected AccountTags
Taskrouter V1 UpdateTaskReservationTWILIO_TASKROUTER_V1_UPDATE_TASK_RESERVATIONTaskrouter V1 UpdateTaskReservation需要连接
Taskrouter V1 UpdateTaskReservation
认证
需要 Connected AccountTags
Taskrouter V1 UpdateWorkerTWILIO_TASKROUTER_V1_UPDATE_WORKERTaskrouter V1 UpdateWorker需要连接
Taskrouter V1 UpdateWorker
认证
需要 Connected AccountTags
Taskrouter V1 UpdateWorkerChannelTWILIO_TASKROUTER_V1_UPDATE_WORKER_CHANNELTaskrouter V1 UpdateWorkerChannel需要连接
Taskrouter V1 UpdateWorkerChannel
认证
需要 Connected AccountTags
Taskrouter V1 UpdateWorkerReservationTWILIO_TASKROUTER_V1_UPDATE_WORKER_RESERVATIONTaskrouter V1 UpdateWorkerReservation需要连接
Taskrouter V1 UpdateWorkerReservation
认证
需要 Connected AccountTags
Taskrouter V1 UpdateWorkflowTWILIO_TASKROUTER_V1_UPDATE_WORKFLOWTaskrouter V1 UpdateWorkflow需要连接
Taskrouter V1 UpdateWorkflow
认证
需要 Connected AccountTags
Taskrouter V1 UpdateWorkspaceTWILIO_TASKROUTER_V1_UPDATE_WORKSPACETaskrouter V1 UpdateWorkspace需要连接
Taskrouter V1 UpdateWorkspace
认证
需要 Connected AccountTags
Trunking V1 CreateCredentialListTWILIO_TRUNKING_V1_CREATE_CREDENTIAL_LISTTrunking V1 CreateCredentialList需要连接
Trunking V1 CreateCredentialList
认证
需要 Connected AccountTags
Associate an IP Access Control List with a TrunkTWILIO_TRUNKING_V1_CREATE_IP_ACCESS_CONTROL_LISTAssociate an IP Access Control List with a Trunk需要连接
Associate an IP Access Control List with a Trunk
认证
需要 Connected AccountTags
Trunking V1 CreateOriginationUrlTWILIO_TRUNKING_V1_CREATE_ORIGINATION_URLTrunking V1 CreateOriginationUrl需要连接
Trunking V1 CreateOriginationUrl
认证
需要 Connected AccountTags
Trunking V1 CreatePhoneNumberTWILIO_TRUNKING_V1_CREATE_PHONE_NUMBERTrunking V1 CreatePhoneNumber需要连接
Trunking V1 CreatePhoneNumber
认证
需要 Connected AccountTags
Trunking V1 CreateTrunkTWILIO_TRUNKING_V1_CREATE_TRUNKTrunking V1 CreateTrunk需要连接
Trunking V1 CreateTrunk
认证
需要 Connected AccountTags
Trunking V1 DeleteCredentialListTWILIO_TRUNKING_V1_DELETE_CREDENTIAL_LISTTrunking V1 DeleteCredentialList需要连接
Trunking V1 DeleteCredentialList
认证
需要 Connected AccountTags
Remove an associated IP Access Control List from a TrunkTWILIO_TRUNKING_V1_DELETE_IP_ACCESS_CONTROL_LISTRemove an associated IP Access Control List from a Trunk需要连接
Remove an associated IP Access Control List from a Trunk
认证
需要 Connected AccountTags
Trunking V1 DeleteOriginationUrlTWILIO_TRUNKING_V1_DELETE_ORIGINATION_URLTrunking V1 DeleteOriginationUrl需要连接
Trunking V1 DeleteOriginationUrl
认证
需要 Connected AccountTags
Trunking V1 DeletePhoneNumberTWILIO_TRUNKING_V1_DELETE_PHONE_NUMBERTrunking V1 DeletePhoneNumber需要连接
Trunking V1 DeletePhoneNumber
认证
需要 Connected AccountTags
Trunking V1 DeleteTrunkTWILIO_TRUNKING_V1_DELETE_TRUNKTrunking V1 DeleteTrunk需要连接
Trunking V1 DeleteTrunk
认证
需要 Connected AccountTags
Trunking V1 FetchCredentialListTWILIO_TRUNKING_V1_FETCH_CREDENTIAL_LISTTrunking V1 FetchCredentialList需要连接
Trunking V1 FetchCredentialList
认证
需要 Connected AccountTags
Trunking V1 FetchIpAccessControlListTWILIO_TRUNKING_V1_FETCH_IP_ACCESS_CONTROL_LISTTrunking V1 FetchIpAccessControlList需要连接
Trunking V1 FetchIpAccessControlList
认证
需要 Connected AccountTags
Trunking V1 FetchOriginationUrlTWILIO_TRUNKING_V1_FETCH_ORIGINATION_URLTrunking V1 FetchOriginationUrl需要连接
Trunking V1 FetchOriginationUrl
认证
需要 Connected AccountTags
Trunking V1 FetchPhoneNumberTWILIO_TRUNKING_V1_FETCH_PHONE_NUMBERTrunking V1 FetchPhoneNumber需要连接
Trunking V1 FetchPhoneNumber
认证
需要 Connected AccountTags
Trunking V1 FetchRecordingTWILIO_TRUNKING_V1_FETCH_RECORDINGTrunking V1 FetchRecording需要连接
Trunking V1 FetchRecording
认证
需要 Connected AccountTags
Trunking V1 FetchTrunkTWILIO_TRUNKING_V1_FETCH_TRUNKTrunking V1 FetchTrunk需要连接
Trunking V1 FetchTrunk
认证
需要 Connected AccountTags
Trunking V1 ListCredentialListTWILIO_TRUNKING_V1_LIST_CREDENTIAL_LISTTrunking V1 ListCredentialList需要连接
Trunking V1 ListCredentialList
认证
需要 Connected AccountTags
List all IP Access Control Lists for a TrunkTWILIO_TRUNKING_V1_LIST_IP_ACCESS_CONTROL_LISTList all IP Access Control Lists for a Trunk需要连接
List all IP Access Control Lists for a Trunk
认证
需要 Connected AccountTags
Trunking V1 ListOriginationUrlTWILIO_TRUNKING_V1_LIST_ORIGINATION_URLTrunking V1 ListOriginationUrl需要连接
Trunking V1 ListOriginationUrl
认证
需要 Connected AccountTags
Trunking V1 ListPhoneNumberTWILIO_TRUNKING_V1_LIST_PHONE_NUMBERTrunking V1 ListPhoneNumber需要连接
Trunking V1 ListPhoneNumber
认证
需要 Connected AccountTags
Trunking V1 ListTrunkTWILIO_TRUNKING_V1_LIST_TRUNKTrunking V1 ListTrunk需要连接
Trunking V1 ListTrunk
认证
需要 Connected AccountTags
Trunking V1 UpdateOriginationUrlTWILIO_TRUNKING_V1_UPDATE_ORIGINATION_URLTrunking V1 UpdateOriginationUrl需要连接
Trunking V1 UpdateOriginationUrl
认证
需要 Connected AccountTags
Trunking V1 UpdateRecordingTWILIO_TRUNKING_V1_UPDATE_RECORDINGTrunking V1 UpdateRecording需要连接
Trunking V1 UpdateRecording
认证
需要 Connected AccountTags
Trunking V1 UpdateTrunkTWILIO_TRUNKING_V1_UPDATE_TRUNKTrunking V1 UpdateTrunk需要连接
Trunking V1 UpdateTrunk
认证
需要 Connected AccountTags
Create a new A2P Brand Registration and initialize an embedded compliance session.TWILIO_TRUSTHUB_V1_CREATE_A2P_BRAND_REGISTRATIONCreate a new A2P Brand Registration and initialize an embedded compliance session.需要连接
Create a new A2P Brand Registration and initialize an embedded compliance session.
认证
需要 Connected AccountTags
Resume an A2P Brand Registration embedded compliance session. Returns the existing active session if one is still valid, or creates a new session if the previous one has expired.TWILIO_TRUSTHUB_V1_CREATE_A2P_BRAND_REGISTRATION_EMBEDDED_SESSIONResume an A2P Brand Registration embedded compliance session. Returns the existing active session if one is still valid, or creates a new session if the previous one has expired.需要连接
Resume an A2P Brand Registration embedded compliance session. Returns the existing active session if one is still valid, or creates a new session if the previous one has expired.
认证
需要 Connected AccountTags
Create a new A2P Campaign Registration and initialize an embedded compliance session.TWILIO_TRUSTHUB_V1_CREATE_A2P_CAMPAIGN_REGISTRATIONCreate a new A2P Campaign Registration and initialize an embedded compliance session.需要连接
Create a new A2P Campaign Registration and initialize an embedded compliance session.
认证
需要 Connected AccountTags
Resume an A2P Campaign Registration embedded compliance session. Returns the existing active session if one is still valid, or creates a new session if the previous one has expired.TWILIO_TRUSTHUB_V1_CREATE_A2P_CAMPAIGN_REGISTRATION_EMBEDDED_SESSIONResume an A2P Campaign Registration embedded compliance session. Returns the existing active session if one is still valid, or creates a new session if the previous one has expired.需要连接
Resume an A2P Campaign Registration embedded compliance session. Returns the existing active session if one is still valid, or creates a new session if the previous one has expired.
认证
需要 Connected AccountTags
Create a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session.TWILIO_TRUSTHUB_V1_CREATE_COMPLIANCE_INQUIRYCreate a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session.需要连接
Create a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session.
认证
需要 Connected AccountTags
Create a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session.TWILIO_TRUSTHUB_V1_CREATE_COMPLIANCE_REGISTRATIONCreate a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session.需要连接
Create a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session.
认证
需要 Connected AccountTags
Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session.TWILIO_TRUSTHUB_V1_CREATE_COMPLIANCE_TOLLFREE_INQUIRYCreate a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session.需要连接
Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session.
认证
需要 Connected AccountTags
Create a new Customer-Profile.TWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILECreate a new Customer-Profile.需要连接
Create a new Customer-Profile.
认证
需要 Connected AccountTags
Create a new Assigned Item.TWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILE_CHANNEL_ENDPOINT_ASSIGNMENTCreate a new Assigned Item.需要连接
Create a new Assigned Item.
认证
需要 Connected AccountTags
Create a new Assigned Item.TWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILE_ENTITY_ASSIGNMENTCreate a new Assigned Item.需要连接
Create a new Assigned Item.
认证
需要 Connected AccountTags
Create a new EvaluationTWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILE_EVALUATIONCreate a new Evaluation需要连接
Create a new Evaluation
认证
需要 Connected AccountTags
Create the provisional copy for a given customer profile with status: TWILIO_APPROVED, this is useful for making updates to an existing immutable customer profile instance.TWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILE_PROVISIONAL_COPYCreate the provisional copy for a given customer profile with status: TWILIO_APPROVED, this is useful for making updates to an existing immutable customer profile instance.需要连接
Create the provisional copy for a given customer profile with status: TWILIO_APPROVED, this is useful for making updates to an existing immutable customer profile instance.
认证
需要 Connected AccountTags
Create a new End User.TWILIO_TRUSTHUB_V1_CREATE_END_USERCreate a new End User.需要连接
Create a new End User.
认证
需要 Connected AccountTags
Create a new Supporting Document.TWILIO_TRUSTHUB_V1_CREATE_SUPPORTING_DOCUMENTCreate a new Supporting Document.需要连接
Create a new Supporting Document.
认证
需要 Connected AccountTags
Create a new Trust Product.TWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCTCreate a new Trust Product.需要连接
Create a new Trust Product.
认证
需要 Connected AccountTags
Create a new Assigned Item.TWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCT_CHANNEL_ENDPOINT_ASSIGNMENTCreate a new Assigned Item.需要连接
Create a new Assigned Item.
认证
需要 Connected AccountTags
Create a new Assigned Item.TWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCT_ENTITY_ASSIGNMENTCreate a new Assigned Item.需要连接
Create a new Assigned Item.
认证
需要 Connected AccountTags
Create a new EvaluationTWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCT_EVALUATIONCreate a new Evaluation需要连接
Create a new Evaluation
认证
需要 Connected AccountTags
Create the provisional copy for a given trust product with status: TWILIO_APPROVED, this is useful for making updates to an existing immutable trust product instance.TWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCT_PROVISIONAL_COPYCreate the provisional copy for a given trust product with status: TWILIO_APPROVED, this is useful for making updates to an existing immutable trust product instance.需要连接
Create the provisional copy for a given trust product with status: TWILIO_APPROVED, this is useful for making updates to an existing immutable trust product instance.
认证
需要 Connected AccountTags
Delete a specific Customer-Profile.TWILIO_TRUSTHUB_V1_DELETE_CUSTOMER_PROFILEDelete a specific Customer-Profile.需要连接
Delete a specific Customer-Profile.
认证
需要 Connected AccountTags
Remove an Assignment Item Instance.TWILIO_TRUSTHUB_V1_DELETE_CUSTOMER_PROFILE_CHANNEL_ENDPOINT_ASSIGNMENTRemove an Assignment Item Instance.需要连接
Remove an Assignment Item Instance.
认证
需要 Connected AccountTags
Remove an Assignment Item Instance.TWILIO_TRUSTHUB_V1_DELETE_CUSTOMER_PROFILE_ENTITY_ASSIGNMENTRemove an Assignment Item Instance.需要连接
Remove an Assignment Item Instance.
认证
需要 Connected AccountTags
Delete a specific End User.TWILIO_TRUSTHUB_V1_DELETE_END_USERDelete a specific End User.需要连接
Delete a specific End User.
认证
需要 Connected AccountTags
Delete a specific Supporting Document.TWILIO_TRUSTHUB_V1_DELETE_SUPPORTING_DOCUMENTDelete a specific Supporting Document.需要连接
Delete a specific Supporting Document.
认证
需要 Connected AccountTags
Delete a specific Trust Product.TWILIO_TRUSTHUB_V1_DELETE_TRUST_PRODUCTDelete a specific Trust Product.需要连接
Delete a specific Trust Product.
认证
需要 Connected AccountTags
Remove an Assignment Item Instance.TWILIO_TRUSTHUB_V1_DELETE_TRUST_PRODUCT_CHANNEL_ENDPOINT_ASSIGNMENTRemove an Assignment Item Instance.需要连接
Remove an Assignment Item Instance.
认证
需要 Connected AccountTags
Remove an Assignment Item Instance.TWILIO_TRUSTHUB_V1_DELETE_TRUST_PRODUCT_ENTITY_ASSIGNMENTRemove an Assignment Item Instance.需要连接
Remove an Assignment Item Instance.
认证
需要 Connected AccountTags
Fetch a specific Customer-Profile instance.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILEFetch a specific Customer-Profile instance.需要连接
Fetch a specific Customer-Profile instance.
认证
需要 Connected AccountTags
Fetch specific Assigned Item Instance.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILE_CHANNEL_ENDPOINT_ASSIGNMENTFetch specific Assigned Item Instance.需要连接
Fetch specific Assigned Item Instance.
认证
需要 Connected AccountTags
Fetch specific Assigned Item Instance.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILE_ENTITY_ASSIGNMENTFetch specific Assigned Item Instance.需要连接
Fetch specific Assigned Item Instance.
认证
需要 Connected AccountTags
Fetch specific Evaluation Instance.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILE_EVALUATIONFetch specific Evaluation Instance.需要连接
Fetch specific Evaluation Instance.
认证
需要 Connected AccountTags
Fetch the provisional copy of a given customer profile.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILE_PROVISIONAL_COPYFetch the provisional copy of a given customer profile.需要连接
Fetch the provisional copy of a given customer profile.
认证
需要 Connected AccountTags
Fetch specific End User Instance.TWILIO_TRUSTHUB_V1_FETCH_END_USERFetch specific End User Instance.需要连接
Fetch specific End User Instance.
认证
需要 Connected AccountTags
Fetch a specific End-User Type Instance.TWILIO_TRUSTHUB_V1_FETCH_END_USER_TYPEFetch a specific End-User Type Instance.需要连接
Fetch a specific End-User Type Instance.
认证
需要 Connected AccountTags
Fetch specific Policy Instance.TWILIO_TRUSTHUB_V1_FETCH_POLICIESFetch specific Policy Instance.需要连接
Fetch specific Policy Instance.
认证
需要 Connected AccountTags
Fetch specific Supporting Document Instance.TWILIO_TRUSTHUB_V1_FETCH_SUPPORTING_DOCUMENTFetch specific Supporting Document Instance.需要连接
Fetch specific Supporting Document Instance.
认证
需要 Connected AccountTags
Fetch a specific Supporting Document Type Instance.TWILIO_TRUSTHUB_V1_FETCH_SUPPORTING_DOCUMENT_TYPEFetch a specific Supporting Document Type Instance.需要连接
Fetch a specific Supporting Document Type Instance.
认证
需要 Connected AccountTags
Fetch a specific Trust Product instance.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCTFetch a specific Trust Product instance.需要连接
Fetch a specific Trust Product instance.
认证
需要 Connected AccountTags
Fetch specific Assigned Item Instance.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCT_CHANNEL_ENDPOINT_ASSIGNMENTFetch specific Assigned Item Instance.需要连接
Fetch specific Assigned Item Instance.
认证
需要 Connected AccountTags
Fetch specific Assigned Item Instance.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCT_ENTITY_ASSIGNMENTFetch specific Assigned Item Instance.需要连接
Fetch specific Assigned Item Instance.
认证
需要 Connected AccountTags
Fetch specific Evaluation Instance.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCT_EVALUATIONFetch specific Evaluation Instance.需要连接
Fetch specific Evaluation Instance.
认证
需要 Connected AccountTags
Fetch the provisional copy of a given trust product.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCT_PROVISIONAL_COPYFetch the provisional copy of a given trust product.需要连接
Fetch the provisional copy of a given trust product.
认证
需要 Connected AccountTags
Retrieve a list of all Customer-Profiles for an account.TWILIO_TRUSTHUB_V1_LIST_CUSTOMER_PROFILERetrieve a list of all Customer-Profiles for an account.需要连接
Retrieve a list of all Customer-Profiles for an account.
认证
需要 Connected AccountTags
Retrieve a list of all Assigned Items for an account.TWILIO_TRUSTHUB_V1_LIST_CUSTOMER_PROFILE_CHANNEL_ENDPOINT_ASSIGNMENTRetrieve a list of all Assigned Items for an account.需要连接
Retrieve a list of all Assigned Items for an account.
认证
需要 Connected AccountTags
Retrieve a list of all Assigned Items for an account.TWILIO_TRUSTHUB_V1_LIST_CUSTOMER_PROFILE_ENTITY_ASSIGNMENTRetrieve a list of all Assigned Items for an account.需要连接
Retrieve a list of all Assigned Items for an account.
认证
需要 Connected AccountTags
Retrieve a list of Evaluations associated to the customer_profile resource.TWILIO_TRUSTHUB_V1_LIST_CUSTOMER_PROFILE_EVALUATIONRetrieve a list of Evaluations associated to the customer_profile resource.需要连接
Retrieve a list of Evaluations associated to the customer_profile resource.
认证
需要 Connected AccountTags
Retrieve a list of all End User for an account.TWILIO_TRUSTHUB_V1_LIST_END_USERRetrieve a list of all End User for an account.需要连接
Retrieve a list of all End User for an account.
认证
需要 Connected AccountTags
Retrieve a list of all End-User Types.TWILIO_TRUSTHUB_V1_LIST_END_USER_TYPERetrieve a list of all End-User Types.需要连接
Retrieve a list of all End-User Types.
认证
需要 Connected AccountTags
Retrieve a list of all Policys.TWILIO_TRUSTHUB_V1_LIST_POLICIESRetrieve a list of all Policys.需要连接
Retrieve a list of all Policys.
认证
需要 Connected AccountTags
Retrieve a list of all Supporting Document for an account.TWILIO_TRUSTHUB_V1_LIST_SUPPORTING_DOCUMENTRetrieve a list of all Supporting Document for an account.需要连接
Retrieve a list of all Supporting Document for an account.
认证
需要 Connected AccountTags
Retrieve a list of all Supporting Document Types.TWILIO_TRUSTHUB_V1_LIST_SUPPORTING_DOCUMENT_TYPERetrieve a list of all Supporting Document Types.需要连接
Retrieve a list of all Supporting Document Types.
认证
需要 Connected AccountTags
Retrieve a list of all Trust Products for an account.TWILIO_TRUSTHUB_V1_LIST_TRUST_PRODUCTRetrieve a list of all Trust Products for an account.需要连接
Retrieve a list of all Trust Products for an account.
认证
需要 Connected AccountTags
Retrieve a list of all Assigned Items for an account.TWILIO_TRUSTHUB_V1_LIST_TRUST_PRODUCT_CHANNEL_ENDPOINT_ASSIGNMENTRetrieve a list of all Assigned Items for an account.需要连接
Retrieve a list of all Assigned Items for an account.
认证
需要 Connected AccountTags
Retrieve a list of all Assigned Items for an account.TWILIO_TRUSTHUB_V1_LIST_TRUST_PRODUCT_ENTITY_ASSIGNMENTRetrieve a list of all Assigned Items for an account.需要连接
Retrieve a list of all Assigned Items for an account.
认证
需要 Connected AccountTags
Retrieve a list of Evaluations associated to the trust_product resource.TWILIO_TRUSTHUB_V1_LIST_TRUST_PRODUCT_EVALUATIONRetrieve a list of Evaluations associated to the trust_product resource.需要连接
Retrieve a list of Evaluations associated to the trust_product resource.
认证
需要 Connected AccountTags
Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing.TWILIO_TRUSTHUB_V1_UPDATE_COMPLIANCE_INQUIRYResume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing.需要连接
Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing.
认证
需要 Connected AccountTags
Resume a specific Regulatory Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing.TWILIO_TRUSTHUB_V1_UPDATE_COMPLIANCE_REGISTRATIONResume a specific Regulatory Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing.需要连接
Resume a specific Regulatory Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing.
认证
需要 Connected AccountTags
Updates a Customer-Profile in an account.TWILIO_TRUSTHUB_V1_UPDATE_CUSTOMER_PROFILEUpdates a Customer-Profile in an account.需要连接
Updates a Customer-Profile in an account.
认证
需要 Connected AccountTags
Update an existing End User.TWILIO_TRUSTHUB_V1_UPDATE_END_USERUpdate an existing End User.需要连接
Update an existing End User.
认证
需要 Connected AccountTags
Update an existing Supporting Document.TWILIO_TRUSTHUB_V1_UPDATE_SUPPORTING_DOCUMENTUpdate an existing Supporting Document.需要连接
Update an existing Supporting Document.
认证
需要 Connected AccountTags
Updates a Trust Product in an account.TWILIO_TRUSTHUB_V1_UPDATE_TRUST_PRODUCTUpdates a Trust Product in an account.需要连接
Updates a Trust Product in an account.
认证
需要 Connected AccountTags
Create a new enrollment Access Token for the EntityTWILIO_VERIFY_V2_CREATE_ACCESS_TOKENCreate a new enrollment Access Token for the Entity需要连接
Create a new enrollment Access Token for the Entity
认证
需要 Connected AccountTags
Create a new Bucket for a Rate LimitTWILIO_VERIFY_V2_CREATE_BUCKETCreate a new Bucket for a Rate Limit需要连接
Create a new Bucket for a Rate Limit
认证
需要 Connected AccountTags
Create a new Challenge for the FactorTWILIO_VERIFY_V2_CREATE_CHALLENGECreate a new Challenge for the Factor需要连接
Create a new Challenge for the Factor
认证
需要 Connected AccountTags
Create a Passkeys ChallengeTWILIO_VERIFY_V2_CREATE_CHALLENGE_PASSKEYSCreate a Passkeys Challenge需要连接
Create a Passkeys Challenge
认证
需要 Connected AccountTags
Create a new Entity for the ServiceTWILIO_VERIFY_V2_CREATE_ENTITYCreate a new Entity for the Service需要连接
Create a new Entity for the Service
认证
需要 Connected AccountTags
Create a new MessagingConfiguration for a service.TWILIO_VERIFY_V2_CREATE_MESSAGING_CONFIGURATIONCreate a new MessagingConfiguration for a service.需要连接
Create a new MessagingConfiguration for a service.
认证
需要 Connected AccountTags
Create a new Factor for the EntityTWILIO_VERIFY_V2_CREATE_NEW_FACTORCreate a new Factor for the Entity需要连接
Create a new Factor for the Entity
认证
需要 Connected AccountTags
Create a new Passkeys Factor for the EntityTWILIO_VERIFY_V2_CREATE_NEW_FACTOR_PASSKEYCreate a new Passkeys Factor for the Entity需要连接
Create a new Passkeys Factor for the Entity
认证
需要 Connected AccountTags
Create a new Notification for the corresponding ChallengeTWILIO_VERIFY_V2_CREATE_NOTIFICATIONCreate a new Notification for the corresponding Challenge需要连接
Create a new Notification for the corresponding Challenge
认证
需要 Connected AccountTags
Create a new Rate Limit for a ServiceTWILIO_VERIFY_V2_CREATE_RATE_LIMITCreate a new Rate Limit for a Service需要连接
Create a new Rate Limit for a Service
认证
需要 Connected AccountTags
Add a new phone number to SafeList.TWILIO_VERIFY_V2_CREATE_SAFELISTAdd a new phone number to SafeList.需要连接
Add a new phone number to SafeList.
认证
需要 Connected AccountTags
Create a new Verification Service.TWILIO_VERIFY_V2_CREATE_SERVICECreate a new Verification Service.需要连接
Create a new Verification Service.
认证
需要 Connected AccountTags
Create a new Verification using a ServiceTWILIO_VERIFY_V2_CREATE_VERIFICATIONCreate a new Verification using a Service需要连接
Create a new Verification using a Service
认证
需要 Connected AccountTags
challenge a specific Verification Check.TWILIO_VERIFY_V2_CREATE_VERIFICATION_CHECKchallenge a specific Verification Check.需要连接
challenge a specific Verification Check.
认证
需要 Connected AccountTags
Create a new Webhook for the ServiceTWILIO_VERIFY_V2_CREATE_WEBHOOKCreate a new Webhook for the Service需要连接
Create a new Webhook for the Service
认证
需要 Connected AccountTags
Delete a specific Bucket.TWILIO_VERIFY_V2_DELETE_BUCKETDelete a specific Bucket.需要连接
Delete a specific Bucket.
认证
需要 Connected AccountTags
Delete a specific Entity.TWILIO_VERIFY_V2_DELETE_ENTITYDelete a specific Entity.需要连接
Delete a specific Entity.
认证
需要 Connected AccountTags
Delete a specific Factor.TWILIO_VERIFY_V2_DELETE_FACTORDelete a specific Factor.需要连接
Delete a specific Factor.
认证
需要 Connected AccountTags
Delete a specific MessagingConfiguration.TWILIO_VERIFY_V2_DELETE_MESSAGING_CONFIGURATIONDelete a specific MessagingConfiguration.需要连接
Delete a specific MessagingConfiguration.
认证
需要 Connected AccountTags
Delete a specific Rate Limit.TWILIO_VERIFY_V2_DELETE_RATE_LIMITDelete a specific Rate Limit.需要连接
Delete a specific Rate Limit.
认证
需要 Connected AccountTags
Remove a phone number from SafeList.TWILIO_VERIFY_V2_DELETE_SAFELISTRemove a phone number from SafeList.需要连接
Remove a phone number from SafeList.
认证
需要 Connected AccountTags
Delete a specific Verification Service Instance.TWILIO_VERIFY_V2_DELETE_SERVICEDelete a specific Verification Service Instance.需要连接
Delete a specific Verification Service Instance.
认证
需要 Connected AccountTags
Delete a specific Webhook.TWILIO_VERIFY_V2_DELETE_WEBHOOKDelete a specific Webhook.需要连接
Delete a specific Webhook.
认证
需要 Connected AccountTags
Fetch an Access Token for the EntityTWILIO_VERIFY_V2_FETCH_ACCESS_TOKENFetch an Access Token for the Entity需要连接
Fetch an Access Token for the Entity
认证
需要 Connected AccountTags
Fetch a specific Bucket.TWILIO_VERIFY_V2_FETCH_BUCKETFetch a specific Bucket.需要连接
Fetch a specific Bucket.
认证
需要 Connected AccountTags
Fetch a specific Challenge.TWILIO_VERIFY_V2_FETCH_CHALLENGEFetch a specific Challenge.需要连接
Fetch a specific Challenge.
认证
需要 Connected AccountTags
Fetch a specific Entity.TWILIO_VERIFY_V2_FETCH_ENTITYFetch a specific Entity.需要连接
Fetch a specific Entity.
认证
需要 Connected AccountTags
Fetch a specific Factor.TWILIO_VERIFY_V2_FETCH_FACTORFetch a specific Factor.需要连接
Fetch a specific Factor.
认证
需要 Connected AccountTags
Fetch the forms for a specific Form Type.TWILIO_VERIFY_V2_FETCH_FORMFetch the forms for a specific Form Type.需要连接
Fetch the forms for a specific Form Type.
认证
需要 Connected AccountTags
Fetch a specific MessagingConfiguration.TWILIO_VERIFY_V2_FETCH_MESSAGING_CONFIGURATIONFetch a specific MessagingConfiguration.需要连接
Fetch a specific MessagingConfiguration.
认证
需要 Connected AccountTags
Fetch a specific Rate Limit.TWILIO_VERIFY_V2_FETCH_RATE_LIMITFetch a specific Rate Limit.需要连接
Fetch a specific Rate Limit.
认证
需要 Connected AccountTags
Check if a phone number exists in SafeList.TWILIO_VERIFY_V2_FETCH_SAFELISTCheck if a phone number exists in SafeList.需要连接
Check if a phone number exists in SafeList.
认证
需要 Connected AccountTags
Fetch specific Verification Service Instance.TWILIO_VERIFY_V2_FETCH_SERVICEFetch specific Verification Service Instance.需要连接
Fetch specific Verification Service Instance.
认证
需要 Connected AccountTags
Fetch a specific VerificationTWILIO_VERIFY_V2_FETCH_VERIFICATIONFetch a specific Verification需要连接
Fetch a specific Verification
认证
需要 Connected AccountTags
Fetch a specific verification attempt.TWILIO_VERIFY_V2_FETCH_VERIFICATION_ATTEMPTFetch a specific verification attempt.需要连接
Fetch a specific verification attempt.
认证
需要 Connected AccountTags
Get a summary of how many attempts were made and how many were converted.TWILIO_VERIFY_V2_FETCH_VERIFICATION_ATTEMPTS_SUMMARYGet a summary of how many attempts were made and how many were converted.需要连接
Get a summary of how many attempts were made and how many were converted.
认证
需要 Connected AccountTags
Fetch a specific Webhook.TWILIO_VERIFY_V2_FETCH_WEBHOOKFetch a specific Webhook.需要连接
Fetch a specific Webhook.
认证
需要 Connected AccountTags
Retrieve a list of all Buckets for a Rate Limit.TWILIO_VERIFY_V2_LIST_BUCKETRetrieve a list of all Buckets for a Rate Limit.需要连接
Retrieve a list of all Buckets for a Rate Limit.
认证
需要 Connected AccountTags
Retrieve a list of all Challenges for a Factor.TWILIO_VERIFY_V2_LIST_CHALLENGERetrieve a list of all Challenges for a Factor.需要连接
Retrieve a list of all Challenges for a Factor.
认证
需要 Connected AccountTags
Retrieve a list of all Entities for a Service.TWILIO_VERIFY_V2_LIST_ENTITYRetrieve a list of all Entities for a Service.需要连接
Retrieve a list of all Entities for a Service.
认证
需要 Connected AccountTags
Retrieve a list of all Factors for an Entity.TWILIO_VERIFY_V2_LIST_FACTORRetrieve a list of all Factors for an Entity.需要连接
Retrieve a list of all Factors for an Entity.
认证
需要 Connected AccountTags
Retrieve a list of all Messaging Configurations for a Service.TWILIO_VERIFY_V2_LIST_MESSAGING_CONFIGURATIONRetrieve a list of all Messaging Configurations for a Service.需要连接
Retrieve a list of all Messaging Configurations for a Service.
认证
需要 Connected AccountTags
Retrieve a list of all Rate Limits for a service.TWILIO_VERIFY_V2_LIST_RATE_LIMITRetrieve a list of all Rate Limits for a service.需要连接
Retrieve a list of all Rate Limits for a service.
认证
需要 Connected AccountTags
Retrieve a list of all Verification Services for an account.TWILIO_VERIFY_V2_LIST_SERVICERetrieve a list of all Verification Services for an account.需要连接
Retrieve a list of all Verification Services for an account.
认证
需要 Connected AccountTags
List all the verification attempts for a given Account.TWILIO_VERIFY_V2_LIST_VERIFICATION_ATTEMPTList all the verification attempts for a given Account.需要连接
List all the verification attempts for a given Account.
认证
需要 Connected AccountTags
List all the available templates for a given Account.TWILIO_VERIFY_V2_LIST_VERIFICATION_TEMPLATEList all the available templates for a given Account.需要连接
List all the available templates for a given Account.
认证
需要 Connected AccountTags
Retrieve a list of all Webhooks for a Service.TWILIO_VERIFY_V2_LIST_WEBHOOKRetrieve a list of all Webhooks for a Service.需要连接
Retrieve a list of all Webhooks for a Service.
认证
需要 Connected AccountTags
Update a specific Bucket.TWILIO_VERIFY_V2_UPDATE_BUCKETUpdate a specific Bucket.需要连接
Update a specific Bucket.
认证
需要 Connected AccountTags
Verify a specific Challenge.TWILIO_VERIFY_V2_UPDATE_CHALLENGEVerify a specific Challenge.需要连接
Verify a specific Challenge.
认证
需要 Connected AccountTags
Approve a Passkeys ChallengeTWILIO_VERIFY_V2_UPDATE_CHALLENGE_PASSKEYSApprove a Passkeys challenge需要连接
Approve a Passkeys challenge
认证
需要 Connected AccountTags
Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param.TWILIO_VERIFY_V2_UPDATE_FACTORUpdate a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param.需要连接
Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param.
认证
需要 Connected AccountTags
Update a specific MessagingConfigurationTWILIO_VERIFY_V2_UPDATE_MESSAGING_CONFIGURATIONUpdate a specific MessagingConfiguration需要连接
Update a specific MessagingConfiguration
认证
需要 Connected AccountTags
Verify a Passkeys FactorTWILIO_VERIFY_V2_UPDATE_PASSKEYS_FACTORVerify a Passkeys Factor需要连接
Verify a Passkeys Factor
认证
需要 Connected AccountTags
Update a specific Rate Limit.TWILIO_VERIFY_V2_UPDATE_RATE_LIMITUpdate a specific Rate Limit.需要连接
Update a specific Rate Limit.
认证
需要 Connected AccountTags
Update a specific Verification Service.TWILIO_VERIFY_V2_UPDATE_SERVICEUpdate a specific Verification Service.需要连接
Update a specific Verification Service.
认证
需要 Connected AccountTags
Update a Verification statusTWILIO_VERIFY_V2_UPDATE_VERIFICATIONUpdate a Verification status需要连接
Update a Verification status
认证
需要 Connected AccountTags
Verify V2 UpdateWebhookTWILIO_VERIFY_V2_UPDATE_WEBHOOKVerify V2 UpdateWebhook需要连接
Verify V2 UpdateWebhook
认证
需要 Connected AccountTags
Video V1 CreateCompositionTWILIO_VIDEO_V1_CREATE_COMPOSITIONVideo V1 CreateComposition需要连接
Video V1 CreateComposition
认证
需要 Connected AccountTags
Video V1 CreateCompositionHookTWILIO_VIDEO_V1_CREATE_COMPOSITION_HOOKVideo V1 CreateCompositionHook需要连接
Video V1 CreateCompositionHook
认证
需要 Connected AccountTags
Video V1 CreateCompositionSettingsTWILIO_VIDEO_V1_CREATE_COMPOSITION_SETTINGSVideo V1 CreateCompositionSettings需要连接
Video V1 CreateCompositionSettings
认证
需要 Connected AccountTags
Video V1 CreateRecordingSettingsTWILIO_VIDEO_V1_CREATE_RECORDING_SETTINGSVideo V1 CreateRecordingSettings需要连接
Video V1 CreateRecordingSettings
认证
需要 Connected AccountTags
Video V1 CreateRoomTWILIO_VIDEO_V1_CREATE_ROOMVideo V1 CreateRoom需要连接
Video V1 CreateRoom
认证
需要 Connected AccountTags
Video V1 CreateRoomTranscriptionsTWILIO_VIDEO_V1_CREATE_ROOM_TRANSCRIPTIONSVideo V1 CreateRoomTranscriptions需要连接
Video V1 CreateRoomTranscriptions
认证
需要 Connected AccountTags
Delete a Recording Composition resource identified by a Composition SID.TWILIO_VIDEO_V1_DELETE_COMPOSITIONDelete a Recording Composition resource identified by a Composition SID.需要连接
Delete a Recording Composition resource identified by a Composition SID.
认证
需要 Connected AccountTags
Delete a Recording CompositionHook resource identified by a `CompositionHook SID`.TWILIO_VIDEO_V1_DELETE_COMPOSITION_HOOKDelete a Recording CompositionHook resource identified by a `CompositionHook SID`.需要连接
Delete a Recording CompositionHook resource identified by a `CompositionHook SID`.
认证
需要 Connected AccountTags
Delete a Recording resource identified by a Recording SID.TWILIO_VIDEO_V1_DELETE_RECORDINGDelete a Recording resource identified by a Recording SID.需要连接
Delete a Recording resource identified by a Recording SID.
认证
需要 Connected AccountTags
Video V1 DeleteRoomRecordingTWILIO_VIDEO_V1_DELETE_ROOM_RECORDINGVideo V1 DeleteRoomRecording需要连接
Video V1 DeleteRoomRecording
认证
需要 Connected AccountTags
Returns a single Composition resource identified by a Composition SID.TWILIO_VIDEO_V1_FETCH_COMPOSITIONReturns a single Composition resource identified by a Composition SID.需要连接
Returns a single Composition resource identified by a Composition SID.
认证
需要 Connected AccountTags
Returns a single CompositionHook resource identified by a CompositionHook SID.TWILIO_VIDEO_V1_FETCH_COMPOSITION_HOOKReturns a single CompositionHook resource identified by a CompositionHook SID.需要连接
Returns a single CompositionHook resource identified by a CompositionHook SID.
认证
需要 Connected AccountTags
Video V1 FetchCompositionSettingsTWILIO_VIDEO_V1_FETCH_COMPOSITION_SETTINGSVideo V1 FetchCompositionSettings需要连接
Video V1 FetchCompositionSettings
认证
需要 Connected AccountTags
Returns a single Recording resource identified by a Recording SID.TWILIO_VIDEO_V1_FETCH_RECORDINGReturns a single Recording resource identified by a Recording SID.需要连接
Returns a single Recording resource identified by a Recording SID.
认证
需要 Connected AccountTags
Video V1 FetchRecordingSettingsTWILIO_VIDEO_V1_FETCH_RECORDING_SETTINGSVideo V1 FetchRecordingSettings需要连接
Video V1 FetchRecordingSettings
认证
需要 Connected AccountTags
Video V1 FetchRoomTWILIO_VIDEO_V1_FETCH_ROOMVideo V1 FetchRoom需要连接
Video V1 FetchRoom
认证
需要 Connected AccountTags
Video V1 FetchRoomParticipantTWILIO_VIDEO_V1_FETCH_ROOM_PARTICIPANTVideo V1 FetchRoomParticipant需要连接
Video V1 FetchRoomParticipant
认证
需要 Connected AccountTags
Returns a single Track resource represented by TrackName or SID.TWILIO_VIDEO_V1_FETCH_ROOM_PARTICIPANT_PUBLISHED_TRACKReturns a single Track resource represented by TrackName or SID.需要连接
Returns a single Track resource represented by TrackName or SID.
认证
需要 Connected AccountTags
Returns a list of Subscribe Rules for the Participant.TWILIO_VIDEO_V1_FETCH_ROOM_PARTICIPANT_SUBSCRIBE_RULEReturns a list of Subscribe Rules for the Participant.需要连接
Returns a list of Subscribe Rules for the Participant.
认证
需要 Connected AccountTags
Returns a single Track resource represented by `track_sid`. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.TWILIO_VIDEO_V1_FETCH_ROOM_PARTICIPANT_SUBSCRIBED_TRACKReturns a single Track resource represented by `track_sid`. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.需要连接
Returns a single Track resource represented by `track_sid`. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.
认证
需要 Connected AccountTags
Video V1 FetchRoomRecordingTWILIO_VIDEO_V1_FETCH_ROOM_RECORDINGVideo V1 FetchRoomRecording需要连接
Video V1 FetchRoomRecording
认证
需要 Connected AccountTags
Returns a list of Recording Rules for the Room.TWILIO_VIDEO_V1_FETCH_ROOM_RECORDING_RULEReturns a list of Recording Rules for the Room.需要连接
Returns a list of Recording Rules for the Room.
认证
需要 Connected AccountTags
Video V1 FetchRoomTranscriptionsTWILIO_VIDEO_V1_FETCH_ROOM_TRANSCRIPTIONSVideo V1 FetchRoomTranscriptions需要连接
Video V1 FetchRoomTranscriptions
认证
需要 Connected AccountTags
List of all Recording compositions.TWILIO_VIDEO_V1_LIST_COMPOSITIONList of all Recording compositions.需要连接
List of all Recording compositions.
认证
需要 Connected AccountTags
List of all Recording CompositionHook resources.TWILIO_VIDEO_V1_LIST_COMPOSITION_HOOKList of all Recording CompositionHook resources.需要连接
List of all Recording CompositionHook resources.
认证
需要 Connected AccountTags
List of all Track recordings.TWILIO_VIDEO_V1_LIST_RECORDINGList of all Track recordings.需要连接
List of all Track recordings.
认证
需要 Connected AccountTags
Video V1 ListRoomTWILIO_VIDEO_V1_LIST_ROOMVideo V1 ListRoom需要连接
Video V1 ListRoom
认证
需要 Connected AccountTags
Video V1 ListRoomParticipantTWILIO_VIDEO_V1_LIST_ROOM_PARTICIPANTVideo V1 ListRoomParticipant需要连接
Video V1 ListRoomParticipant
认证
需要 Connected AccountTags
Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource.TWILIO_VIDEO_V1_LIST_ROOM_PARTICIPANT_PUBLISHED_TRACKReturns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource.需要连接
Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource.
认证
需要 Connected AccountTags
Returns a list of tracks that are subscribed for the participant.TWILIO_VIDEO_V1_LIST_ROOM_PARTICIPANT_SUBSCRIBED_TRACKReturns a list of tracks that are subscribed for the participant.需要连接
Returns a list of tracks that are subscribed for the participant.
认证
需要 Connected AccountTags
Video V1 ListRoomRecordingTWILIO_VIDEO_V1_LIST_ROOM_RECORDINGVideo V1 ListRoomRecording需要连接
Video V1 ListRoomRecording
认证
需要 Connected AccountTags
Video V1 ListRoomTranscriptionsTWILIO_VIDEO_V1_LIST_ROOM_TRANSCRIPTIONSVideo V1 ListRoomTranscriptions需要连接
Video V1 ListRoomTranscriptions
认证
需要 Connected AccountTags
Video V1 UpdateCompositionHookTWILIO_VIDEO_V1_UPDATE_COMPOSITION_HOOKVideo V1 UpdateCompositionHook需要连接
Video V1 UpdateCompositionHook
认证
需要 Connected AccountTags
Video V1 UpdateRoomTWILIO_VIDEO_V1_UPDATE_ROOMVideo V1 UpdateRoom需要连接
Video V1 UpdateRoom
认证
需要 Connected AccountTags
Video V1 UpdateRoomParticipantTWILIO_VIDEO_V1_UPDATE_ROOM_PARTICIPANTVideo V1 UpdateRoomParticipant需要连接
Video V1 UpdateRoomParticipant
认证
需要 Connected AccountTags
Video V1 UpdateRoomParticipantAnonymizeTWILIO_VIDEO_V1_UPDATE_ROOM_PARTICIPANT_ANONYMIZEVideo V1 UpdateRoomParticipantAnonymize需要连接
Video V1 UpdateRoomParticipantAnonymize
认证
需要 Connected AccountTags
Update the Subscribe Rules for the ParticipantTWILIO_VIDEO_V1_UPDATE_ROOM_PARTICIPANT_SUBSCRIBE_RULEUpdate the Subscribe Rules for the Participant需要连接
Update the Subscribe Rules for the Participant
认证
需要 Connected AccountTags
Update the Recording Rules for the RoomTWILIO_VIDEO_V1_UPDATE_ROOM_RECORDING_RULEUpdate the Recording Rules for the Room需要连接
Update the Recording Rules for the Room
认证
需要 Connected AccountTags
Video V1 UpdateRoomTranscriptionsTWILIO_VIDEO_V1_UPDATE_ROOM_TRANSCRIPTIONSVideo V1 UpdateRoomTranscriptions需要连接
Video V1 UpdateRoomTranscriptions
认证
需要 Connected AccountTags
Voice V1 CreateByocTrunkTWILIO_VOICE_V1_CREATE_BYOC_TRUNKVoice V1 CreateByocTrunk需要连接
Voice V1 CreateByocTrunk
认证
需要 Connected AccountTags
Voice V1 CreateConnectionPolicyTWILIO_VOICE_V1_CREATE_CONNECTION_POLICYVoice V1 CreateConnectionPolicy需要连接
Voice V1 CreateConnectionPolicy
认证
需要 Connected AccountTags
Voice V1 CreateConnectionPolicyTargetTWILIO_VOICE_V1_CREATE_CONNECTION_POLICY_TARGETVoice V1 CreateConnectionPolicyTarget需要连接
Voice V1 CreateConnectionPolicyTarget
认证
需要 Connected AccountTags
Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)TWILIO_VOICE_V1_CREATE_DIALING_PERMISSIONS_COUNTRY_BULK_UPDATECreate a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)需要连接
Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
认证
需要 Connected AccountTags
Voice V1 CreateIpRecordTWILIO_VOICE_V1_CREATE_IP_RECORDVoice V1 CreateIpRecord需要连接
Voice V1 CreateIpRecord
认证
需要 Connected AccountTags
Voice V1 CreateSourceIpMappingTWILIO_VOICE_V1_CREATE_SOURCE_IP_MAPPINGVoice V1 CreateSourceIpMapping需要连接
Voice V1 CreateSourceIpMapping
认证
需要 Connected AccountTags
Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API.TWILIO_VOICE_V1_DELETE_ARCHIVED_CALLDelete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API.需要连接
Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API.
认证
需要 Connected AccountTags
Voice V1 DeleteByocTrunkTWILIO_VOICE_V1_DELETE_BYOC_TRUNKVoice V1 DeleteByocTrunk需要连接
Voice V1 DeleteByocTrunk
认证
需要 Connected AccountTags
Voice V1 DeleteConnectionPolicyTWILIO_VOICE_V1_DELETE_CONNECTION_POLICYVoice V1 DeleteConnectionPolicy需要连接
Voice V1 DeleteConnectionPolicy
认证
需要 Connected AccountTags
Voice V1 DeleteConnectionPolicyTargetTWILIO_VOICE_V1_DELETE_CONNECTION_POLICY_TARGETVoice V1 DeleteConnectionPolicyTarget需要连接
Voice V1 DeleteConnectionPolicyTarget
认证
需要 Connected AccountTags
Voice V1 DeleteIpRecordTWILIO_VOICE_V1_DELETE_IP_RECORDVoice V1 DeleteIpRecord需要连接
Voice V1 DeleteIpRecord
认证
需要 Connected AccountTags
Voice V1 DeleteSourceIpMappingTWILIO_VOICE_V1_DELETE_SOURCE_IP_MAPPINGVoice V1 DeleteSourceIpMapping需要连接
Voice V1 DeleteSourceIpMapping
认证
需要 Connected AccountTags
Voice V1 FetchByocTrunkTWILIO_VOICE_V1_FETCH_BYOC_TRUNKVoice V1 FetchByocTrunk需要连接
Voice V1 FetchByocTrunk
认证
需要 Connected AccountTags
Voice V1 FetchConnectionPolicyTWILIO_VOICE_V1_FETCH_CONNECTION_POLICYVoice V1 FetchConnectionPolicy需要连接
Voice V1 FetchConnectionPolicy
认证
需要 Connected AccountTags
Voice V1 FetchConnectionPolicyTargetTWILIO_VOICE_V1_FETCH_CONNECTION_POLICY_TARGETVoice V1 FetchConnectionPolicyTarget需要连接
Voice V1 FetchConnectionPolicyTarget
认证
需要 Connected AccountTags
Retrieve voice dialing country permissions identified by the given ISO country codeTWILIO_VOICE_V1_FETCH_DIALING_PERMISSIONS_COUNTRYRetrieve voice dialing country permissions identified by the given ISO country code需要连接
Retrieve voice dialing country permissions identified by the given ISO country code
认证
需要 Connected AccountTags
Retrieve voice dialing permissions inheritance for the sub-accountTWILIO_VOICE_V1_FETCH_DIALING_PERMISSIONS_SETTINGSRetrieve voice dialing permissions inheritance for the sub-account需要连接
Retrieve voice dialing permissions inheritance for the sub-account
认证
需要 Connected AccountTags
Voice V1 FetchIpRecordTWILIO_VOICE_V1_FETCH_IP_RECORDVoice V1 FetchIpRecord需要连接
Voice V1 FetchIpRecord
认证
需要 Connected AccountTags
Voice V1 FetchSourceIpMappingTWILIO_VOICE_V1_FETCH_SOURCE_IP_MAPPINGVoice V1 FetchSourceIpMapping需要连接
Voice V1 FetchSourceIpMapping
认证
需要 Connected AccountTags
Voice V1 ListByocTrunkTWILIO_VOICE_V1_LIST_BYOC_TRUNKVoice V1 ListByocTrunk需要连接
Voice V1 ListByocTrunk
认证
需要 Connected AccountTags
Voice V1 ListConnectionPolicyTWILIO_VOICE_V1_LIST_CONNECTION_POLICYVoice V1 ListConnectionPolicy需要连接
Voice V1 ListConnectionPolicy
认证
需要 Connected AccountTags
Voice V1 ListConnectionPolicyTargetTWILIO_VOICE_V1_LIST_CONNECTION_POLICY_TARGETVoice V1 ListConnectionPolicyTarget需要连接
Voice V1 ListConnectionPolicyTarget
认证
需要 Connected AccountTags
Retrieve all voice dialing country permissions for this accountTWILIO_VOICE_V1_LIST_DIALING_PERMISSIONS_COUNTRYRetrieve all voice dialing country permissions for this account需要连接
Retrieve all voice dialing country permissions for this account
认证
需要 Connected AccountTags
Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)TWILIO_VOICE_V1_LIST_DIALING_PERMISSIONS_HRS_PREFIXESFetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)需要连接
Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
认证
需要 Connected AccountTags
Voice V1 ListIpRecordTWILIO_VOICE_V1_LIST_IP_RECORDVoice V1 ListIpRecord需要连接
Voice V1 ListIpRecord
认证
需要 Connected AccountTags
Voice V1 ListSourceIpMappingTWILIO_VOICE_V1_LIST_SOURCE_IP_MAPPINGVoice V1 ListSourceIpMapping需要连接
Voice V1 ListSourceIpMapping
认证
需要 Connected AccountTags
Voice V1 UpdateByocTrunkTWILIO_VOICE_V1_UPDATE_BYOC_TRUNKVoice V1 UpdateByocTrunk需要连接
Voice V1 UpdateByocTrunk
认证
需要 Connected AccountTags
Voice V1 UpdateConnectionPolicyTWILIO_VOICE_V1_UPDATE_CONNECTION_POLICYVoice V1 UpdateConnectionPolicy需要连接
Voice V1 UpdateConnectionPolicy
认证
需要 Connected AccountTags
Voice V1 UpdateConnectionPolicyTargetTWILIO_VOICE_V1_UPDATE_CONNECTION_POLICY_TARGETVoice V1 UpdateConnectionPolicyTarget需要连接
Voice V1 UpdateConnectionPolicyTarget
认证
需要 Connected AccountTags
Update voice dialing permissions inheritance for the sub-accountTWILIO_VOICE_V1_UPDATE_DIALING_PERMISSIONS_SETTINGSUpdate voice dialing permissions inheritance for the sub-account需要连接
Update voice dialing permissions inheritance for the sub-account
认证
需要 Connected AccountTags
Voice V1 UpdateIpRecordTWILIO_VOICE_V1_UPDATE_IP_RECORDVoice V1 UpdateIpRecord需要连接
Voice V1 UpdateIpRecord
认证
需要 Connected AccountTags
Voice V1 UpdateSourceIpMappingTWILIO_VOICE_V1_UPDATE_SOURCE_IP_MAPPINGVoice V1 UpdateSourceIpMapping需要连接
Voice V1 UpdateSourceIpMapping
认证
需要 Connected AccountTags
Create an Account Default ConfigurationTWILIO_VOICE_V2_CREATE_ACCOUNT_DEFAULT_CONFIGURATIONCreate an Account Default Configuration需要连接
Create an Account Default Configuration
认证
需要 Connected AccountTags
Create a ConfigurationTWILIO_VOICE_V2_CREATE_CONFIGURATIONCreate a Configuration需要连接
Create a Configuration
认证
需要 Connected AccountTags
Create/Update a Default ConfigurationTWILIO_VOICE_V2_CREATE_OR_UPDATE_DEFAULT_CONFIGURATIONCreate/Update a Default Configuration需要连接
Create/Update a Default Configuration
认证
需要 Connected AccountTags
Create a Recording ConfigurationTWILIO_VOICE_V2_CREATE_RECORDING_CONFIGURATIONCreate a Recording Configuration需要连接
Create a Recording Configuration
认证
需要 Connected AccountTags
Create a Transcription ConfigurationTWILIO_VOICE_V2_CREATE_TRANSCRIPTION_CONFIGURATIONCreate a Transcription Configuration需要连接
Create a Transcription Configuration
认证
需要 Connected AccountTags
Delete the Account Default ConfigurationTWILIO_VOICE_V2_DELETE_ACCOUNT_DEFAULT_CONFIGURATIONDelete the Account Default Configuration需要连接
Delete the Account Default Configuration
认证
需要 Connected AccountTags
Delete a Configuration by IdTWILIO_VOICE_V2_DELETE_CONFIGURATIONDelete a Configuration by Id需要连接
Delete a Configuration by Id
认证
需要 Connected AccountTags
Delete a Recording Configuration by IdTWILIO_VOICE_V2_DELETE_RECORDING_CONFIGURATIONDelete a Recording Configuration by Id需要连接
Delete a Recording Configuration by Id
认证
需要 Connected AccountTags
Delete a Transcription Configuration by IdTWILIO_VOICE_V2_DELETE_TRANSCRIPTION_CONFIGURATIONDelete a Transcription Configuration by Id需要连接
Delete a Transcription Configuration by Id
认证
需要 Connected AccountTags
Get the Account Default ConfigurationTWILIO_VOICE_V2_FETCH_ACCOUNT_DEFAULT_CONFIGURATIONGet the Account Default Configuration需要连接
Get the Account Default Configuration
认证
需要 Connected AccountTags
Get a Configuration by Id or UniqueNameTWILIO_VOICE_V2_FETCH_CONFIGURATIONGet a Configuration by Id or UniqueName需要连接
Get a Configuration by Id or UniqueName
认证
需要 Connected AccountTags
Get the Default ConfigurationTWILIO_VOICE_V2_FETCH_DEFAULT_CONFIGURATIONGet the Default Configuration需要连接
Get the Default Configuration
认证
需要 Connected AccountTags
Get a Recording Configuration by Id or UniqueNameTWILIO_VOICE_V2_FETCH_RECORDING_CONFIGURATIONGet a Recording Configuration by Id or UniqueName需要连接
Get a Recording Configuration by Id or UniqueName
认证
需要 Connected AccountTags
Get a Transcription Configuration by Id or UniqueNameTWILIO_VOICE_V2_FETCH_TRANSCRIPTION_CONFIGURATIONGet a Transcription Configuration by Id or UniqueName需要连接
Get a Transcription Configuration by Id or UniqueName
认证
需要 Connected AccountTags
Update the Account Default ConfigurationTWILIO_VOICE_V2_UPDATE_ACCOUNT_DEFAULT_CONFIGURATIONUpdate the Account Default Configuration需要连接
Update the Account Default Configuration
认证
需要 Connected AccountTags
Update a Configuration by IdTWILIO_VOICE_V2_UPDATE_CONFIGURATIONUpdate a Configuration by Id需要连接
Update a Configuration by Id
认证
需要 Connected AccountTags
Update a Recording Configuration by IdTWILIO_VOICE_V2_UPDATE_RECORDING_CONFIGURATIONUpdate a Recording Configuration by Id需要连接
Update a Recording Configuration by Id
认证
需要 Connected AccountTags
Update a Transcription Configuration by IdTWILIO_VOICE_V2_UPDATE_TRANSCRIPTION_CONFIGURATIONUpdate a Transcription Configuration by Id需要连接
Update a Transcription Configuration by Id
认证
需要 Connected AccountTags
Creates a new transcription from either a sourceId or a mediaUrl. Either sourceId or mediaUrl must be provided, but not both.TWILIO_VOICE_V3_CREATE_V3_TRANSCRIPTIONSCreates a new transcription from either a sourceId or a mediaUrl. Either sourceId or mediaUrl must be provided, but not both.需要连接
Creates a new transcription from either a sourceId or a mediaUrl. Either sourceId or mediaUrl must be provided, but not both.
认证
需要 Connected AccountTags
Fetch metadata about a specific transcriptionTWILIO_VOICE_V3_FETCH_TRANSCRIPTIONFetch metadata about a specific transcription需要连接
Fetch metadata about a specific transcription
认证
需要 Connected AccountTags
Send a Command to a Sim.TWILIO_WIRELESS_V1_CREATE_COMMANDSend a Command to a Sim.需要连接
Send a Command to a Sim.
认证
需要 Connected AccountTags
Wireless V1 CreateRatePlanTWILIO_WIRELESS_V1_CREATE_RATE_PLANWireless V1 CreateRatePlan需要连接
Wireless V1 CreateRatePlan
认证
需要 Connected AccountTags
Delete a Command instance from your account.TWILIO_WIRELESS_V1_DELETE_COMMANDDelete a Command instance from your account.需要连接
Delete a Command instance from your account.
认证
需要 Connected AccountTags
Wireless V1 DeleteRatePlanTWILIO_WIRELESS_V1_DELETE_RATE_PLANWireless V1 DeleteRatePlan需要连接
Wireless V1 DeleteRatePlan
认证
需要 Connected AccountTags
Delete a Sim resource on your Account.TWILIO_WIRELESS_V1_DELETE_SIMDelete a Sim resource on your Account.需要连接
Delete a Sim resource on your Account.
认证
需要 Connected AccountTags
Fetch a Command instance from your account.TWILIO_WIRELESS_V1_FETCH_COMMANDFetch a Command instance from your account.需要连接
Fetch a Command instance from your account.
认证
需要 Connected AccountTags
Wireless V1 FetchRatePlanTWILIO_WIRELESS_V1_FETCH_RATE_PLANWireless V1 FetchRatePlan需要连接
Wireless V1 FetchRatePlan
认证
需要 Connected AccountTags
Fetch a Sim resource on your Account.TWILIO_WIRELESS_V1_FETCH_SIMFetch a Sim resource on your Account.需要连接
Fetch a Sim resource on your Account.
认证
需要 Connected AccountTags
Wireless V1 ListAccountUsageRecordTWILIO_WIRELESS_V1_LIST_ACCOUNT_USAGE_RECORDWireless V1 ListAccountUsageRecord需要连接
Wireless V1 ListAccountUsageRecord
认证
需要 Connected AccountTags
Retrieve a list of Commands from your account.TWILIO_WIRELESS_V1_LIST_COMMANDRetrieve a list of Commands from your account.需要连接
Retrieve a list of Commands from your account.
认证
需要 Connected AccountTags
Wireless V1 ListDataSessionTWILIO_WIRELESS_V1_LIST_DATA_SESSIONWireless V1 ListDataSession需要连接
Wireless V1 ListDataSession
认证
需要 Connected AccountTags
Wireless V1 ListRatePlanTWILIO_WIRELESS_V1_LIST_RATE_PLANWireless V1 ListRatePlan需要连接
Wireless V1 ListRatePlan
认证
需要 Connected AccountTags
Retrieve a list of Sim resources on your Account.TWILIO_WIRELESS_V1_LIST_SIMRetrieve a list of Sim resources on your Account.需要连接
Retrieve a list of Sim resources on your Account.
认证
需要 Connected AccountTags
Wireless V1 ListUsageRecordTWILIO_WIRELESS_V1_LIST_USAGE_RECORDWireless V1 ListUsageRecord需要连接
Wireless V1 ListUsageRecord
认证
需要 Connected AccountTags
Wireless V1 UpdateRatePlanTWILIO_WIRELESS_V1_UPDATE_RATE_PLANWireless V1 UpdateRatePlan需要连接
Wireless V1 UpdateRatePlan
认证
需要 Connected AccountTags
Updates the given properties of a Sim resource on your Account.TWILIO_WIRELESS_V1_UPDATE_SIMUpdates the given properties of a Sim resource on your Account.需要连接
Updates the given properties of a Sim resource on your Account.
认证
需要 Connected AccountTags