Open Connector
所有 Tools

Twilio logoTwilio

Manage Twilio messaging, voice, conversations, verification, phone numbers, accounts, and related communication APIs.

twiliovcatalog-v11538 个 Tools

认证方式

方式底层类型状态说明
Basic Authbasicavailable

调用示例

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 Account

Tags

AccountsV1BulkConsents
Accounts V1 CreateBulkContactsTWILIO_ACCOUNTS_V1_CREATE_BULK_CONTACTSAccounts V1 CreateBulkContacts

Accounts V1 CreateBulkContacts

认证

需要 Connected Account

Tags

AccountsV1BulkContacts
Create a new AWS CredentialTWILIO_ACCOUNTS_V1_CREATE_CREDENTIAL_AWSCreate a new AWS Credential

Create a new AWS Credential

认证

需要 Connected Account

Tags

AccountsV1Aws
Create a new Public Key CredentialTWILIO_ACCOUNTS_V1_CREATE_CREDENTIAL_PUBLIC_KEYCreate a new Public Key Credential

Create a new Public Key Credential

认证

需要 Connected Account

Tags

AccountsV1PublicKey
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 Account

Tags

AccountsV1Safelist
Create a new secondary Auth TokenTWILIO_ACCOUNTS_V1_CREATE_SECONDARY_AUTH_TOKENCreate a new secondary Auth Token

Create a new secondary Auth Token

认证

需要 Connected Account

Tags

AccountsV1SecondaryAuthToken
Delete a Credential from your accountTWILIO_ACCOUNTS_V1_DELETE_CREDENTIAL_AWSDelete a Credential from your account

Delete a Credential from your account

认证

需要 Connected Account

Tags

AccountsV1Aws
Delete a Credential from your accountTWILIO_ACCOUNTS_V1_DELETE_CREDENTIAL_PUBLIC_KEYDelete a Credential from your account

Delete a Credential from your account

认证

需要 Connected Account

Tags

AccountsV1PublicKey
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 Account

Tags

AccountsV1Safelist
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 Account

Tags

AccountsV1SecondaryAuthToken
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 Account

Tags

AccountsV1Aws
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 Account

Tags

AccountsV1PublicKey
Accounts V1 FetchMessagingGeopermissionsTWILIO_ACCOUNTS_V1_FETCH_MESSAGING_GEOPERMISSIONSAccounts V1 FetchMessagingGeopermissions

Accounts V1 FetchMessagingGeopermissions

认证

需要 Connected Account

Tags

AccountsV1MessagingGeopermissions
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 Account

Tags

AccountsV1Safelist
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 Account

Tags

AccountsV1Aws
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 Account

Tags

AccountsV1PublicKey
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 Account

Tags

AccountsV1AuthTokenPromotion
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 Account

Tags

AccountsV1Aws
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 Account

Tags

AccountsV1PublicKey
Accounts V1 UpdateMessagingGeopermissionsTWILIO_ACCOUNTS_V1_UPDATE_MESSAGING_GEOPERMISSIONSAccounts V1 UpdateMessagingGeopermissions

Accounts V1 UpdateMessagingGeopermissions

认证

需要 Connected Account

Tags

AccountsV1MessagingGeopermissions
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 Account

Tags

Api20100401Account
Api V2010 CreateAddressTWILIO_API_V2010_CREATE_ADDRESSApi V2010 CreateAddress

Api V2010 CreateAddress

认证

需要 Connected Account

Tags

Api20100401Address
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 Account

Tags

Api20100401Application
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 Account

Tags

Api20100401Call
Create a recording for the callTWILIO_API_V2010_CREATE_CALL_RECORDINGCreate a recording for the call

Create a recording for the call

认证

需要 Connected Account

Tags

Api20100401CallRecording
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 Account

Tags

Api20100401IncomingPhoneNumber
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 Account

Tags

Api20100401AssignedAddOn
Api V2010 CreateIncomingPhoneNumberLocalTWILIO_API_V2010_CREATE_INCOMING_PHONE_NUMBER_LOCALApi V2010 CreateIncomingPhoneNumberLocal

Api V2010 CreateIncomingPhoneNumberLocal

认证

需要 Connected Account

Tags

Api20100401IncomingPhoneNumberLocal
Api V2010 CreateIncomingPhoneNumberMobileTWILIO_API_V2010_CREATE_INCOMING_PHONE_NUMBER_MOBILEApi V2010 CreateIncomingPhoneNumberMobile

Api V2010 CreateIncomingPhoneNumberMobile

认证

需要 Connected Account

Tags

Api20100401IncomingPhoneNumberMobile
Api V2010 CreateIncomingPhoneNumberTollFreeTWILIO_API_V2010_CREATE_INCOMING_PHONE_NUMBER_TOLL_FREEApi V2010 CreateIncomingPhoneNumberTollFree

Api V2010 CreateIncomingPhoneNumberTollFree

认证

需要 Connected Account

Tags

Api20100401IncomingPhoneNumberTollFree
Send a messageTWILIO_API_V2010_CREATE_MESSAGESend a message

Send a message

认证

需要 Connected Account

Tags

Api20100401Message
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 Account

Tags

Api20100401Feedback
Api V2010 CreateNewKeyTWILIO_API_V2010_CREATE_NEW_KEYApi V2010 CreateNewKey

Api V2010 CreateNewKey

认证

需要 Connected Account

Tags

Api20100401NewKey
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 Account

Tags

Api20100401NewSigningKey
Api V2010 CreateParticipantTWILIO_API_V2010_CREATE_PARTICIPANTApi V2010 CreateParticipant

Api V2010 CreateParticipant

认证

需要 Connected Account

Tags

Api20100401Participant
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 Account

Tags

Api20100401Payment
Create a queueTWILIO_API_V2010_CREATE_QUEUECreate a queue

Create a queue

认证

需要 Connected Account

Tags

Api20100401Queue
Create a TranscriptionTWILIO_API_V2010_CREATE_REALTIME_TRANSCRIPTIONCreate a Transcription

Create a Transcription

认证

需要 Connected Account

Tags

Api20100401CallTranscription
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 Account

Tags

Api20100401AuthCallsCredentialListMapping
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 Account

Tags

Api20100401AuthCallsIpAccessControlListMapping
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 Account

Tags

Api20100401AuthRegistrationsCredentialListMapping
Create a new credential resource.TWILIO_API_V2010_CREATE_SIP_CREDENTIALCreate a new credential resource.

Create a new credential resource.

认证

需要 Connected Account

Tags

Api20100401Credential
Create a Credential ListTWILIO_API_V2010_CREATE_SIP_CREDENTIAL_LISTCreate a Credential List

Create a Credential List

认证

需要 Connected Account

Tags

Api20100401CredentialList
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 Account

Tags

Api20100401CredentialListMapping
Create a new DomainTWILIO_API_V2010_CREATE_SIP_DOMAINCreate a new Domain

Create a new Domain

认证

需要 Connected Account

Tags

Api20100401Domain
Create a new IpAccessControlList resourceTWILIO_API_V2010_CREATE_SIP_IP_ACCESS_CONTROL_LISTCreate a new IpAccessControlList resource

Create a new IpAccessControlList resource

认证

需要 Connected Account

Tags

Api20100401IpAccessControlList
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 Account

Tags

Api20100401IpAccessControlListMapping
Create a new IpAddress resource.TWILIO_API_V2010_CREATE_SIP_IP_ADDRESSCreate a new IpAddress resource.

Create a new IpAddress resource.

认证

需要 Connected Account

Tags

Api20100401SipIpAddress
Create a SiprecTWILIO_API_V2010_CREATE_SIPRECCreate a Siprec

Create a Siprec

认证

需要 Connected Account

Tags

Api20100401Siprec
Create a StreamTWILIO_API_V2010_CREATE_STREAMCreate a Stream

Create a Stream

认证

需要 Connected Account

Tags

Api20100401Stream
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 Account

Tags

Api20100401Token
Create a new UsageTriggerTWILIO_API_V2010_CREATE_USAGE_TRIGGERCreate a new UsageTrigger

Create a new UsageTrigger

认证

需要 Connected Account

Tags

Api20100401Trigger
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 Account

Tags

Api20100401UserDefinedMessage
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 Account

Tags

Api20100401UserDefinedMessageSubscription
Api V2010 CreateValidationRequestTWILIO_API_V2010_CREATE_VALIDATION_REQUESTApi V2010 CreateValidationRequest

Api V2010 CreateValidationRequest

认证

需要 Connected Account

Tags

Api20100401ValidationRequest
Api V2010 DeleteAddressTWILIO_API_V2010_DELETE_ADDRESSApi V2010 DeleteAddress

Api V2010 DeleteAddress

认证

需要 Connected Account

Tags

Api20100401Address
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 Account

Tags

Api20100401Application
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 Account

Tags

Api20100401Call
Delete a recording from your accountTWILIO_API_V2010_DELETE_CALL_RECORDINGDelete a recording from your account

Delete a recording from your account

认证

需要 Connected Account

Tags

Api20100401CallRecording
Delete a recording from your accountTWILIO_API_V2010_DELETE_CONFERENCE_RECORDINGDelete a recording from your account

Delete a recording from your account

认证

需要 Connected Account

Tags

Api20100401ConferenceRecording
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 Account

Tags

Api20100401ConnectApp
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 Account

Tags

Api20100401IncomingPhoneNumber
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 Account

Tags

Api20100401AssignedAddOn
Api V2010 DeleteKeyTWILIO_API_V2010_DELETE_KEYApi V2010 DeleteKey

Api V2010 DeleteKey

认证

需要 Connected Account

Tags

Api20100401Key
Delete the Media resource.TWILIO_API_V2010_DELETE_MEDIADelete the Media resource.

Delete the Media resource.

认证

需要 Connected Account

Tags

Api20100401MediaInstance
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 Account

Tags

Api20100401Message
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 Account

Tags

Api20100401OutgoingCallerId
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 Account

Tags

Api20100401Participant
Remove an empty queueTWILIO_API_V2010_DELETE_QUEUERemove an empty queue

Remove an empty queue

认证

需要 Connected Account

Tags

Api20100401Queue
Delete a recording from your accountTWILIO_API_V2010_DELETE_RECORDINGDelete a recording from your account

Delete a recording from your account

认证

需要 Connected Account

Tags

Api20100401Recording
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 Account

Tags

Api20100401AddOnResult
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 Account

Tags

Api20100401Payload
Api V2010 DeleteRecordingTranscriptionTWILIO_API_V2010_DELETE_RECORDING_TRANSCRIPTIONApi V2010 DeleteRecordingTranscription

Api V2010 DeleteRecordingTranscription

认证

需要 Connected Account

Tags

Api20100401RecordingTranscription
Api V2010 DeleteSigningKeyTWILIO_API_V2010_DELETE_SIGNING_KEYApi V2010 DeleteSigningKey

Api V2010 DeleteSigningKey

认证

需要 Connected Account

Tags

Api20100401SigningKey
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 Account

Tags

Api20100401AuthCallsCredentialListMapping
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 Account

Tags

Api20100401AuthCallsIpAccessControlListMapping
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 Account

Tags

Api20100401AuthRegistrationsCredentialListMapping
Delete a credential resource.TWILIO_API_V2010_DELETE_SIP_CREDENTIALDelete a credential resource.

Delete a credential resource.

认证

需要 Connected Account

Tags

Api20100401Credential
Delete a Credential ListTWILIO_API_V2010_DELETE_SIP_CREDENTIAL_LISTDelete a Credential List

Delete a Credential List

认证

需要 Connected Account

Tags

Api20100401CredentialList
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 Account

Tags

Api20100401CredentialListMapping
Delete an instance of a DomainTWILIO_API_V2010_DELETE_SIP_DOMAINDelete an instance of a Domain

Delete an instance of a Domain

认证

需要 Connected Account

Tags

Api20100401Domain
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 Account

Tags

Api20100401IpAccessControlList
Delete an IpAccessControlListMapping resource.TWILIO_API_V2010_DELETE_SIP_IP_ACCESS_CONTROL_LIST_MAPPINGDelete an IpAccessControlListMapping resource.

Delete an IpAccessControlListMapping resource.

认证

需要 Connected Account

Tags

Api20100401IpAccessControlListMapping
Delete an IpAddress resource.TWILIO_API_V2010_DELETE_SIP_IP_ADDRESSDelete an IpAddress resource.

Delete an IpAddress resource.

认证

需要 Connected Account

Tags

Api20100401SipIpAddress
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 Account

Tags

Api20100401Transcription
Api V2010 DeleteUsageTriggerTWILIO_API_V2010_DELETE_USAGE_TRIGGERApi V2010 DeleteUsageTrigger

Api V2010 DeleteUsageTrigger

认证

需要 Connected Account

Tags

Api20100401Trigger
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 Account

Tags

Api20100401UserDefinedMessageSubscription
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 Account

Tags

Api20100401Account
Api V2010 FetchAddressTWILIO_API_V2010_FETCH_ADDRESSApi V2010 FetchAddress

Api V2010 FetchAddress

认证

需要 Connected Account

Tags

Api20100401Address
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 Account

Tags

Api20100401Application
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 Account

Tags

Api20100401AuthorizedConnectApp
Api V2010 FetchAvailablePhoneNumberCountryTWILIO_API_V2010_FETCH_AVAILABLE_PHONE_NUMBER_COUNTRYApi V2010 FetchAvailablePhoneNumberCountry

Api V2010 FetchAvailablePhoneNumberCountry

认证

需要 Connected Account

Tags

Api20100401AvailablePhoneNumberCountry
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 Account

Tags

Api20100401Balance
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 Account

Tags

Api20100401Call
Api V2010 FetchCallNotificationTWILIO_API_V2010_FETCH_CALL_NOTIFICATIONApi V2010 FetchCallNotification

Api V2010 FetchCallNotification

认证

需要 Connected Account

Tags

Api20100401CallNotification
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 Account

Tags

Api20100401CallRecording
Fetch an instance of a conferenceTWILIO_API_V2010_FETCH_CONFERENCEFetch an instance of a conference

Fetch an instance of a conference

认证

需要 Connected Account

Tags

Api20100401Conference
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 Account

Tags

Api20100401ConferenceRecording
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 Account

Tags

Api20100401ConnectApp
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 Account

Tags

Api20100401IncomingPhoneNumber
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 Account

Tags

Api20100401AssignedAddOn
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 Account

Tags

Api20100401AssignedAddOnExtension
Api V2010 FetchKeyTWILIO_API_V2010_FETCH_KEYApi V2010 FetchKey

Api V2010 FetchKey

认证

需要 Connected Account

Tags

Api20100401Key
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 Account

Tags

Api20100401MediaInstance
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 Account

Tags

Api20100401Member
Fetch a specific MessageTWILIO_API_V2010_FETCH_MESSAGEFetch a specific Message

Fetch a specific Message

认证

需要 Connected Account

Tags

Api20100401Message
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 Account

Tags

Api20100401Notification
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 Account

Tags

Api20100401OutgoingCallerId
Fetch an instance of a participantTWILIO_API_V2010_FETCH_PARTICIPANTFetch an instance of a participant

Fetch an instance of a participant

认证

需要 Connected Account

Tags

Api20100401Participant
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 Account

Tags

Api20100401Queue
Fetch an instance of a recordingTWILIO_API_V2010_FETCH_RECORDINGFetch an instance of a recording

Fetch an instance of a recording

认证

需要 Connected Account

Tags

Api20100401Recording
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 Account

Tags

Api20100401AddOnResult
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 Account

Tags

Api20100401Payload
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 Account

Tags

Api20100401Data
Api V2010 FetchRecordingTranscriptionTWILIO_API_V2010_FETCH_RECORDING_TRANSCRIPTIONApi V2010 FetchRecordingTranscription

Api V2010 FetchRecordingTranscription

认证

需要 Connected Account

Tags

Api20100401RecordingTranscription
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 Account

Tags

Api20100401ShortCode
Api V2010 FetchSigningKeyTWILIO_API_V2010_FETCH_SIGNING_KEYApi V2010 FetchSigningKey

Api V2010 FetchSigningKey

认证

需要 Connected Account

Tags

Api20100401SigningKey
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 Account

Tags

Api20100401AuthCallsCredentialListMapping
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 Account

Tags

Api20100401AuthCallsIpAccessControlListMapping
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 Account

Tags

Api20100401AuthRegistrationsCredentialListMapping
Fetch a single credential.TWILIO_API_V2010_FETCH_SIP_CREDENTIALFetch a single credential.

Fetch a single credential.

认证

需要 Connected Account

Tags

Api20100401Credential
Get a Credential ListTWILIO_API_V2010_FETCH_SIP_CREDENTIAL_LISTGet a Credential List

Get a Credential List

认证

需要 Connected Account

Tags

Api20100401CredentialList
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 Account

Tags

Api20100401CredentialListMapping
Fetch an instance of a DomainTWILIO_API_V2010_FETCH_SIP_DOMAINFetch an instance of a Domain

Fetch an instance of a Domain

认证

需要 Connected Account

Tags

Api20100401Domain
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 Account

Tags

Api20100401IpAccessControlList
Fetch an IpAccessControlListMapping resource.TWILIO_API_V2010_FETCH_SIP_IP_ACCESS_CONTROL_LIST_MAPPINGFetch an IpAccessControlListMapping resource.

Fetch an IpAccessControlListMapping resource.

认证

需要 Connected Account

Tags

Api20100401IpAccessControlListMapping
Read one IpAddress resource.TWILIO_API_V2010_FETCH_SIP_IP_ADDRESSRead one IpAddress resource.

Read one IpAddress resource.

认证

需要 Connected Account

Tags

Api20100401SipIpAddress
Fetch an instance of a TranscriptionTWILIO_API_V2010_FETCH_TRANSCRIPTIONFetch an instance of a Transcription

Fetch an instance of a Transcription

认证

需要 Connected Account

Tags

Api20100401Transcription
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 Account

Tags

Api20100401Trigger
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 Account

Tags

Api20100401Account
Api V2010 ListAddressTWILIO_API_V2010_LIST_ADDRESSApi V2010 ListAddress

Api V2010 ListAddress

认证

需要 Connected Account

Tags

Api20100401Address
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 Account

Tags

Api20100401Application
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 Account

Tags

Api20100401AuthorizedConnectApp
Api V2010 ListAvailablePhoneNumberCountryTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_COUNTRYApi V2010 ListAvailablePhoneNumberCountry

Api V2010 ListAvailablePhoneNumberCountry

认证

需要 Connected Account

Tags

Api20100401AvailablePhoneNumberCountry
Api V2010 ListAvailablePhoneNumberLocalTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_LOCALApi V2010 ListAvailablePhoneNumberLocal

Api V2010 ListAvailablePhoneNumberLocal

认证

需要 Connected Account

Tags

Api20100401Local
Api V2010 ListAvailablePhoneNumberMachineToMachineTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_MACHINE_TO_MACHINEApi V2010 ListAvailablePhoneNumberMachineToMachine

Api V2010 ListAvailablePhoneNumberMachineToMachine

认证

需要 Connected Account

Tags

Api20100401MachineToMachine
Api V2010 ListAvailablePhoneNumberMobileTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_MOBILEApi V2010 ListAvailablePhoneNumberMobile

Api V2010 ListAvailablePhoneNumberMobile

认证

需要 Connected Account

Tags

Api20100401Mobile
Api V2010 ListAvailablePhoneNumberNationalTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_NATIONALApi V2010 ListAvailablePhoneNumberNational

Api V2010 ListAvailablePhoneNumberNational

认证

需要 Connected Account

Tags

Api20100401National
Api V2010 ListAvailablePhoneNumberSharedCostTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_SHARED_COSTApi V2010 ListAvailablePhoneNumberSharedCost

Api V2010 ListAvailablePhoneNumberSharedCost

认证

需要 Connected Account

Tags

Api20100401SharedCost
Api V2010 ListAvailablePhoneNumberTollFreeTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_TOLL_FREEApi V2010 ListAvailablePhoneNumberTollFree

Api V2010 ListAvailablePhoneNumberTollFree

认证

需要 Connected Account

Tags

Api20100401TollFree
Api V2010 ListAvailablePhoneNumberVoipTWILIO_API_V2010_LIST_AVAILABLE_PHONE_NUMBER_VOIPApi V2010 ListAvailablePhoneNumberVoip

Api V2010 ListAvailablePhoneNumberVoip

认证

需要 Connected Account

Tags

Api20100401Voip
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 Account

Tags

Api20100401Call
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 Account

Tags

Api20100401Event
Api V2010 ListCallNotificationTWILIO_API_V2010_LIST_CALL_NOTIFICATIONApi V2010 ListCallNotification

Api V2010 ListCallNotification

认证

需要 Connected Account

Tags

Api20100401CallNotification
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 Account

Tags

Api20100401CallRecording
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 Account

Tags

Api20100401Conference
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 Account

Tags

Api20100401ConferenceRecording
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 Account

Tags

Api20100401ConnectApp
Api V2010 ListDependentPhoneNumberTWILIO_API_V2010_LIST_DEPENDENT_PHONE_NUMBERApi V2010 ListDependentPhoneNumber

Api V2010 ListDependentPhoneNumber

认证

需要 Connected Account

Tags

Api20100401DependentPhoneNumber
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 Account

Tags

Api20100401IncomingPhoneNumber
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 Account

Tags

Api20100401AssignedAddOn
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 Account

Tags

Api20100401AssignedAddOnExtension
Api V2010 ListIncomingPhoneNumberLocalTWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBER_LOCALApi V2010 ListIncomingPhoneNumberLocal

Api V2010 ListIncomingPhoneNumberLocal

认证

需要 Connected Account

Tags

Api20100401IncomingPhoneNumberLocal
Api V2010 ListIncomingPhoneNumberMobileTWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBER_MOBILEApi V2010 ListIncomingPhoneNumberMobile

Api V2010 ListIncomingPhoneNumberMobile

认证

需要 Connected Account

Tags

Api20100401IncomingPhoneNumberMobile
Api V2010 ListIncomingPhoneNumberTollFreeTWILIO_API_V2010_LIST_INCOMING_PHONE_NUMBER_TOLL_FREEApi V2010 ListIncomingPhoneNumberTollFree

Api V2010 ListIncomingPhoneNumberTollFree

认证

需要 Connected Account

Tags

Api20100401IncomingPhoneNumberTollFree
Api V2010 ListKeyTWILIO_API_V2010_LIST_KEYApi V2010 ListKey

Api V2010 ListKey

认证

需要 Connected Account

Tags

Api20100401Key
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 Account

Tags

Api20100401Media
Retrieve the members of the queueTWILIO_API_V2010_LIST_MEMBERRetrieve the members of the queue

Retrieve the members of the queue

认证

需要 Connected Account

Tags

Api20100401Member
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 Account

Tags

Api20100401Message
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 Account

Tags

Api20100401Notification
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 Account

Tags

Api20100401OutgoingCallerId
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 Account

Tags

Api20100401Participant
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 Account

Tags

Api20100401Queue
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 Account

Tags

Api20100401Recording
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 Account

Tags

Api20100401AddOnResult
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 Account

Tags

Api20100401Payload
Api V2010 ListRecordingTranscriptionTWILIO_API_V2010_LIST_RECORDING_TRANSCRIPTIONApi V2010 ListRecordingTranscription

Api V2010 ListRecordingTranscription

认证

需要 Connected Account

Tags

Api20100401RecordingTranscription
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 Account

Tags

Api20100401ShortCode
Api V2010 ListSigningKeyTWILIO_API_V2010_LIST_SIGNING_KEYApi V2010 ListSigningKey

Api V2010 ListSigningKey

认证

需要 Connected Account

Tags

Api20100401SigningKey
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 Account

Tags

Api20100401AuthCallsCredentialListMapping
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 Account

Tags

Api20100401AuthCallsIpAccessControlListMapping
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 Account

Tags

Api20100401AuthRegistrationsCredentialListMapping
Retrieve a list of credentials.TWILIO_API_V2010_LIST_SIP_CREDENTIALRetrieve a list of credentials.

Retrieve a list of credentials.

认证

需要 Connected Account

Tags

Api20100401Credential
Get All Credential ListsTWILIO_API_V2010_LIST_SIP_CREDENTIAL_LISTGet All Credential Lists

Get All Credential Lists

认证

需要 Connected Account

Tags

Api20100401CredentialList
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 Account

Tags

Api20100401CredentialListMapping
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 Account

Tags

Api20100401Domain
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 Account

Tags

Api20100401IpAccessControlList
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 Account

Tags

Api20100401IpAccessControlListMapping
Read multiple IpAddress resources.TWILIO_API_V2010_LIST_SIP_IP_ADDRESSRead multiple IpAddress resources.

Read multiple IpAddress resources.

认证

需要 Connected Account

Tags

Api20100401SipIpAddress
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 Account

Tags

Api20100401Transcription
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 Account

Tags

Api20100401Record
Api V2010 ListUsageRecordAllTimeTWILIO_API_V2010_LIST_USAGE_RECORD_ALL_TIMEApi V2010 ListUsageRecordAllTime

Api V2010 ListUsageRecordAllTime

认证

需要 Connected Account

Tags

Api20100401AllTime
Api V2010 ListUsageRecordDailyTWILIO_API_V2010_LIST_USAGE_RECORD_DAILYApi V2010 ListUsageRecordDaily

Api V2010 ListUsageRecordDaily

认证

需要 Connected Account

Tags

Api20100401Daily
Api V2010 ListUsageRecordLastMonthTWILIO_API_V2010_LIST_USAGE_RECORD_LAST_MONTHApi V2010 ListUsageRecordLastMonth

Api V2010 ListUsageRecordLastMonth

认证

需要 Connected Account

Tags

Api20100401LastMonth
Api V2010 ListUsageRecordMonthlyTWILIO_API_V2010_LIST_USAGE_RECORD_MONTHLYApi V2010 ListUsageRecordMonthly

Api V2010 ListUsageRecordMonthly

认证

需要 Connected Account

Tags

Api20100401Monthly
Api V2010 ListUsageRecordThisMonthTWILIO_API_V2010_LIST_USAGE_RECORD_THIS_MONTHApi V2010 ListUsageRecordThisMonth

Api V2010 ListUsageRecordThisMonth

认证

需要 Connected Account

Tags

Api20100401ThisMonth
Api V2010 ListUsageRecordTodayTWILIO_API_V2010_LIST_USAGE_RECORD_TODAYApi V2010 ListUsageRecordToday

Api V2010 ListUsageRecordToday

认证

需要 Connected Account

Tags

Api20100401Today
Api V2010 ListUsageRecordYearlyTWILIO_API_V2010_LIST_USAGE_RECORD_YEARLYApi V2010 ListUsageRecordYearly

Api V2010 ListUsageRecordYearly

认证

需要 Connected Account

Tags

Api20100401Yearly
Api V2010 ListUsageRecordYesterdayTWILIO_API_V2010_LIST_USAGE_RECORD_YESTERDAYApi V2010 ListUsageRecordYesterday

Api V2010 ListUsageRecordYesterday

认证

需要 Connected Account

Tags

Api20100401Yesterday
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 Account

Tags

Api20100401Trigger
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 Account

Tags

Api20100401Account
Api V2010 UpdateAddressTWILIO_API_V2010_UPDATE_ADDRESSApi V2010 UpdateAddress

Api V2010 UpdateAddress

认证

需要 Connected Account

Tags

Api20100401Address
Updates the application's propertiesTWILIO_API_V2010_UPDATE_APPLICATIONUpdates the application's properties

Updates the application's properties

认证

需要 Connected Account

Tags

Api20100401Application
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 Account

Tags

Api20100401Call
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 Account

Tags

Api20100401CallRecording
Api V2010 UpdateConferenceTWILIO_API_V2010_UPDATE_CONFERENCEApi V2010 UpdateConference

Api V2010 UpdateConference

认证

需要 Connected Account

Tags

Api20100401Conference
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 Account

Tags

Api20100401ConferenceRecording
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 Account

Tags

Api20100401ConnectApp
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 Account

Tags

Api20100401IncomingPhoneNumber
Api V2010 UpdateKeyTWILIO_API_V2010_UPDATE_KEYApi V2010 UpdateKey

Api V2010 UpdateKey

认证

需要 Connected Account

Tags

Api20100401Key
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 Account

Tags

Api20100401Member
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 Account

Tags

Api20100401Message
Updates the caller-idTWILIO_API_V2010_UPDATE_OUTGOING_CALLER_IDUpdates the caller-id

Updates the caller-id

认证

需要 Connected Account

Tags

Api20100401OutgoingCallerId
Update the properties of the participantTWILIO_API_V2010_UPDATE_PARTICIPANTUpdate the properties of the participant

Update the properties of the participant

认证

需要 Connected Account

Tags

Api20100401Participant
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 Account

Tags

Api20100401Payment
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 Account

Tags

Api20100401Queue
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 Account

Tags

Api20100401CallTranscription
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 Account

Tags

Api20100401ShortCode
Api V2010 UpdateSigningKeyTWILIO_API_V2010_UPDATE_SIGNING_KEYApi V2010 UpdateSigningKey

Api V2010 UpdateSigningKey

认证

需要 Connected Account

Tags

Api20100401SigningKey
Update a credential resource.TWILIO_API_V2010_UPDATE_SIP_CREDENTIALUpdate a credential resource.

Update a credential resource.

认证

需要 Connected Account

Tags

Api20100401Credential
Update a Credential ListTWILIO_API_V2010_UPDATE_SIP_CREDENTIAL_LISTUpdate a Credential List

Update a Credential List

认证

需要 Connected Account

Tags

Api20100401CredentialList
Update the attributes of a domainTWILIO_API_V2010_UPDATE_SIP_DOMAINUpdate the attributes of a domain

Update the attributes of a domain

认证

需要 Connected Account

Tags

Api20100401Domain
Rename an IpAccessControlListTWILIO_API_V2010_UPDATE_SIP_IP_ACCESS_CONTROL_LISTRename an IpAccessControlList

Rename an IpAccessControlList

认证

需要 Connected Account

Tags

Api20100401IpAccessControlList
Update an IpAddress resource.TWILIO_API_V2010_UPDATE_SIP_IP_ADDRESSUpdate an IpAddress resource.

Update an IpAddress resource.

认证

需要 Connected Account

Tags

Api20100401SipIpAddress
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 Account

Tags

Api20100401Siprec
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 Account

Tags

Api20100401Stream
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 Account

Tags

Api20100401Trigger
Bulkexports V1 CreateExportCustomJobTWILIO_BULKEXPORTS_V1_CREATE_EXPORT_CUSTOM_JOBBulkexports V1 CreateExportCustomJob

Bulkexports V1 CreateExportCustomJob

认证

需要 Connected Account

Tags

BulkexportsV1ExportCustomJob
Bulkexports V1 DeleteJobTWILIO_BULKEXPORTS_V1_DELETE_JOBBulkexports V1 DeleteJob

Bulkexports V1 DeleteJob

认证

需要 Connected Account

Tags

BulkexportsV1Job
Fetch a specific Day.TWILIO_BULKEXPORTS_V1_FETCH_DAYFetch a specific Day.

Fetch a specific Day.

认证

需要 Connected Account

Tags

BulkexportsV1Day
Fetch a specific Export.TWILIO_BULKEXPORTS_V1_FETCH_EXPORTFetch a specific Export.

Fetch a specific Export.

认证

需要 Connected Account

Tags

BulkexportsV1Export
Fetch a specific Export Configuration.TWILIO_BULKEXPORTS_V1_FETCH_EXPORT_CONFIGURATIONFetch a specific Export Configuration.

Fetch a specific Export Configuration.

认证

需要 Connected Account

Tags

BulkexportsV1ExportConfiguration
Bulkexports V1 FetchJobTWILIO_BULKEXPORTS_V1_FETCH_JOBBulkexports V1 FetchJob

Bulkexports V1 FetchJob

认证

需要 Connected Account

Tags

BulkexportsV1Job
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 Account

Tags

BulkexportsV1Day
Bulkexports V1 ListExportCustomJobTWILIO_BULKEXPORTS_V1_LIST_EXPORT_CUSTOM_JOBBulkexports V1 ListExportCustomJob

Bulkexports V1 ListExportCustomJob

认证

需要 Connected Account

Tags

BulkexportsV1ExportCustomJob
Update a specific Export Configuration.TWILIO_BULKEXPORTS_V1_UPDATE_EXPORT_CONFIGURATIONUpdate a specific Export Configuration.

Update a specific Export Configuration.

认证

需要 Connected Account

Tags

BulkexportsV1ExportConfiguration
Chat V1 CreateChannelTWILIO_CHAT_V1_CREATE_CHANNELChat V1 CreateChannel

Chat V1 CreateChannel

认证

需要 Connected Account

Tags

ChatV1Channel
Chat V1 CreateCredentialTWILIO_CHAT_V1_CREATE_CREDENTIALChat V1 CreateCredential

Chat V1 CreateCredential

认证

需要 Connected Account

Tags

ChatV1Credential
Chat V1 CreateInviteTWILIO_CHAT_V1_CREATE_INVITEChat V1 CreateInvite

Chat V1 CreateInvite

认证

需要 Connected Account

Tags

ChatV1Invite
Chat V1 CreateMemberTWILIO_CHAT_V1_CREATE_MEMBERChat V1 CreateMember

Chat V1 CreateMember

认证

需要 Connected Account

Tags

ChatV1Member
Chat V1 CreateMessageTWILIO_CHAT_V1_CREATE_MESSAGEChat V1 CreateMessage

Chat V1 CreateMessage

认证

需要 Connected Account

Tags

ChatV1Message
Chat V1 CreateRoleTWILIO_CHAT_V1_CREATE_ROLEChat V1 CreateRole

Chat V1 CreateRole

认证

需要 Connected Account

Tags

ChatV1Role
Chat V1 CreateServiceTWILIO_CHAT_V1_CREATE_SERVICEChat V1 CreateService

Chat V1 CreateService

认证

需要 Connected Account

Tags

ChatV1Service
Chat V1 CreateUserTWILIO_CHAT_V1_CREATE_USERChat V1 CreateUser

Chat V1 CreateUser

认证

需要 Connected Account

Tags

ChatV1User
Chat V1 DeleteChannelTWILIO_CHAT_V1_DELETE_CHANNELChat V1 DeleteChannel

Chat V1 DeleteChannel

认证

需要 Connected Account

Tags

ChatV1Channel
Chat V1 DeleteCredentialTWILIO_CHAT_V1_DELETE_CREDENTIALChat V1 DeleteCredential

Chat V1 DeleteCredential

认证

需要 Connected Account

Tags

ChatV1Credential
Chat V1 DeleteInviteTWILIO_CHAT_V1_DELETE_INVITEChat V1 DeleteInvite

Chat V1 DeleteInvite

认证

需要 Connected Account

Tags

ChatV1Invite
Chat V1 DeleteMemberTWILIO_CHAT_V1_DELETE_MEMBERChat V1 DeleteMember

Chat V1 DeleteMember

认证

需要 Connected Account

Tags

ChatV1Member
Chat V1 DeleteMessageTWILIO_CHAT_V1_DELETE_MESSAGEChat V1 DeleteMessage

Chat V1 DeleteMessage

认证

需要 Connected Account

Tags

ChatV1Message
Chat V1 DeleteRoleTWILIO_CHAT_V1_DELETE_ROLEChat V1 DeleteRole

Chat V1 DeleteRole

认证

需要 Connected Account

Tags

ChatV1Role
Chat V1 DeleteServiceTWILIO_CHAT_V1_DELETE_SERVICEChat V1 DeleteService

Chat V1 DeleteService

认证

需要 Connected Account

Tags

ChatV1Service
Chat V1 DeleteUserTWILIO_CHAT_V1_DELETE_USERChat V1 DeleteUser

Chat V1 DeleteUser

认证

需要 Connected Account

Tags

ChatV1User
Chat V1 FetchChannelTWILIO_CHAT_V1_FETCH_CHANNELChat V1 FetchChannel

Chat V1 FetchChannel

认证

需要 Connected Account

Tags

ChatV1Channel
Chat V1 FetchCredentialTWILIO_CHAT_V1_FETCH_CREDENTIALChat V1 FetchCredential

Chat V1 FetchCredential

认证

需要 Connected Account

Tags

ChatV1Credential
Chat V1 FetchInviteTWILIO_CHAT_V1_FETCH_INVITEChat V1 FetchInvite

Chat V1 FetchInvite

认证

需要 Connected Account

Tags

ChatV1Invite
Chat V1 FetchMemberTWILIO_CHAT_V1_FETCH_MEMBERChat V1 FetchMember

Chat V1 FetchMember

认证

需要 Connected Account

Tags

ChatV1Member
Chat V1 FetchMessageTWILIO_CHAT_V1_FETCH_MESSAGEChat V1 FetchMessage

Chat V1 FetchMessage

认证

需要 Connected Account

Tags

ChatV1Message
Chat V1 FetchRoleTWILIO_CHAT_V1_FETCH_ROLEChat V1 FetchRole

Chat V1 FetchRole

认证

需要 Connected Account

Tags

ChatV1Role
Chat V1 FetchServiceTWILIO_CHAT_V1_FETCH_SERVICEChat V1 FetchService

Chat V1 FetchService

认证

需要 Connected Account

Tags

ChatV1Service
Chat V1 FetchUserTWILIO_CHAT_V1_FETCH_USERChat V1 FetchUser

Chat V1 FetchUser

认证

需要 Connected Account

Tags

ChatV1User
Chat V1 ListChannelTWILIO_CHAT_V1_LIST_CHANNELChat V1 ListChannel

Chat V1 ListChannel

认证

需要 Connected Account

Tags

ChatV1Channel
Chat V1 ListCredentialTWILIO_CHAT_V1_LIST_CREDENTIALChat V1 ListCredential

Chat V1 ListCredential

认证

需要 Connected Account

Tags

ChatV1Credential
Chat V1 ListInviteTWILIO_CHAT_V1_LIST_INVITEChat V1 ListInvite

Chat V1 ListInvite

认证

需要 Connected Account

Tags

ChatV1Invite
Chat V1 ListMemberTWILIO_CHAT_V1_LIST_MEMBERChat V1 ListMember

Chat V1 ListMember

认证

需要 Connected Account

Tags

ChatV1Member
Chat V1 ListMessageTWILIO_CHAT_V1_LIST_MESSAGEChat V1 ListMessage

Chat V1 ListMessage

认证

需要 Connected Account

Tags

ChatV1Message
Chat V1 ListRoleTWILIO_CHAT_V1_LIST_ROLEChat V1 ListRole

Chat V1 ListRole

认证

需要 Connected Account

Tags

ChatV1Role
Chat V1 ListServiceTWILIO_CHAT_V1_LIST_SERVICEChat V1 ListService

Chat V1 ListService

认证

需要 Connected Account

Tags

ChatV1Service
Chat V1 ListUserTWILIO_CHAT_V1_LIST_USERChat V1 ListUser

Chat V1 ListUser

认证

需要 Connected Account

Tags

ChatV1User
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 Account

Tags

ChatV1UserChannel
Chat V1 UpdateChannelTWILIO_CHAT_V1_UPDATE_CHANNELChat V1 UpdateChannel

Chat V1 UpdateChannel

认证

需要 Connected Account

Tags

ChatV1Channel
Chat V1 UpdateCredentialTWILIO_CHAT_V1_UPDATE_CREDENTIALChat V1 UpdateCredential

Chat V1 UpdateCredential

认证

需要 Connected Account

Tags

ChatV1Credential
Chat V1 UpdateMemberTWILIO_CHAT_V1_UPDATE_MEMBERChat V1 UpdateMember

Chat V1 UpdateMember

认证

需要 Connected Account

Tags

ChatV1Member
Chat V1 UpdateMessageTWILIO_CHAT_V1_UPDATE_MESSAGEChat V1 UpdateMessage

Chat V1 UpdateMessage

认证

需要 Connected Account

Tags

ChatV1Message
Chat V1 UpdateRoleTWILIO_CHAT_V1_UPDATE_ROLEChat V1 UpdateRole

Chat V1 UpdateRole

认证

需要 Connected Account

Tags

ChatV1Role
Chat V1 UpdateServiceTWILIO_CHAT_V1_UPDATE_SERVICEChat V1 UpdateService

Chat V1 UpdateService

认证

需要 Connected Account

Tags

ChatV1Service
Chat V1 UpdateUserTWILIO_CHAT_V1_UPDATE_USERChat V1 UpdateUser

Chat V1 UpdateUser

认证

需要 Connected Account

Tags

ChatV1User
Chat V2 CreateChannelTWILIO_CHAT_V2_CREATE_CHANNELChat V2 CreateChannel

Chat V2 CreateChannel

认证

需要 Connected Account

Tags

ChatV2Channel
Chat V2 CreateChannelWebhookTWILIO_CHAT_V2_CREATE_CHANNEL_WEBHOOKChat V2 CreateChannelWebhook

Chat V2 CreateChannelWebhook

认证

需要 Connected Account

Tags

ChatV2Webhook
Chat V2 CreateCredentialTWILIO_CHAT_V2_CREATE_CREDENTIALChat V2 CreateCredential

Chat V2 CreateCredential

认证

需要 Connected Account

Tags

ChatV2Credential
Chat V2 CreateInviteTWILIO_CHAT_V2_CREATE_INVITEChat V2 CreateInvite

Chat V2 CreateInvite

认证

需要 Connected Account

Tags

ChatV2Invite
Chat V2 CreateMemberTWILIO_CHAT_V2_CREATE_MEMBERChat V2 CreateMember

Chat V2 CreateMember

认证

需要 Connected Account

Tags

ChatV2Member
Chat V2 CreateMessageTWILIO_CHAT_V2_CREATE_MESSAGEChat V2 CreateMessage

Chat V2 CreateMessage

认证

需要 Connected Account

Tags

ChatV2Message
Chat V2 CreateRoleTWILIO_CHAT_V2_CREATE_ROLEChat V2 CreateRole

Chat V2 CreateRole

认证

需要 Connected Account

Tags

ChatV2Role
Chat V2 CreateServiceTWILIO_CHAT_V2_CREATE_SERVICEChat V2 CreateService

Chat V2 CreateService

认证

需要 Connected Account

Tags

ChatV2Service
Chat V2 CreateUserTWILIO_CHAT_V2_CREATE_USERChat V2 CreateUser

Chat V2 CreateUser

认证

需要 Connected Account

Tags

ChatV2User
Chat V2 DeleteBindingTWILIO_CHAT_V2_DELETE_BINDINGChat V2 DeleteBinding

Chat V2 DeleteBinding

认证

需要 Connected Account

Tags

ChatV2Binding
Chat V2 DeleteChannelTWILIO_CHAT_V2_DELETE_CHANNELChat V2 DeleteChannel

Chat V2 DeleteChannel

认证

需要 Connected Account

Tags

ChatV2Channel
Chat V2 DeleteChannelWebhookTWILIO_CHAT_V2_DELETE_CHANNEL_WEBHOOKChat V2 DeleteChannelWebhook

Chat V2 DeleteChannelWebhook

认证

需要 Connected Account

Tags

ChatV2Webhook
Chat V2 DeleteCredentialTWILIO_CHAT_V2_DELETE_CREDENTIALChat V2 DeleteCredential

Chat V2 DeleteCredential

认证

需要 Connected Account

Tags

ChatV2Credential
Chat V2 DeleteInviteTWILIO_CHAT_V2_DELETE_INVITEChat V2 DeleteInvite

Chat V2 DeleteInvite

认证

需要 Connected Account

Tags

ChatV2Invite
Chat V2 DeleteMemberTWILIO_CHAT_V2_DELETE_MEMBERChat V2 DeleteMember

Chat V2 DeleteMember

认证

需要 Connected Account

Tags

ChatV2Member
Chat V2 DeleteMessageTWILIO_CHAT_V2_DELETE_MESSAGEChat V2 DeleteMessage

Chat V2 DeleteMessage

认证

需要 Connected Account

Tags

ChatV2Message
Chat V2 DeleteRoleTWILIO_CHAT_V2_DELETE_ROLEChat V2 DeleteRole

Chat V2 DeleteRole

认证

需要 Connected Account

Tags

ChatV2Role
Chat V2 DeleteServiceTWILIO_CHAT_V2_DELETE_SERVICEChat V2 DeleteService

Chat V2 DeleteService

认证

需要 Connected Account

Tags

ChatV2Service
Chat V2 DeleteUserTWILIO_CHAT_V2_DELETE_USERChat V2 DeleteUser

Chat V2 DeleteUser

认证

需要 Connected Account

Tags

ChatV2User
Chat V2 DeleteUserBindingTWILIO_CHAT_V2_DELETE_USER_BINDINGChat V2 DeleteUserBinding

Chat V2 DeleteUserBinding

认证

需要 Connected Account

Tags

ChatV2UserBinding
Removes User from selected Channel.TWILIO_CHAT_V2_DELETE_USER_CHANNELRemoves User from selected Channel.

Removes User from selected Channel.

认证

需要 Connected Account

Tags

ChatV2UserChannel
Chat V2 FetchBindingTWILIO_CHAT_V2_FETCH_BINDINGChat V2 FetchBinding

Chat V2 FetchBinding

认证

需要 Connected Account

Tags

ChatV2Binding
Chat V2 FetchChannelTWILIO_CHAT_V2_FETCH_CHANNELChat V2 FetchChannel

Chat V2 FetchChannel

认证

需要 Connected Account

Tags

ChatV2Channel
Chat V2 FetchChannelWebhookTWILIO_CHAT_V2_FETCH_CHANNEL_WEBHOOKChat V2 FetchChannelWebhook

Chat V2 FetchChannelWebhook

认证

需要 Connected Account

Tags

ChatV2Webhook
Chat V2 FetchCredentialTWILIO_CHAT_V2_FETCH_CREDENTIALChat V2 FetchCredential

Chat V2 FetchCredential

认证

需要 Connected Account

Tags

ChatV2Credential
Chat V2 FetchInviteTWILIO_CHAT_V2_FETCH_INVITEChat V2 FetchInvite

Chat V2 FetchInvite

认证

需要 Connected Account

Tags

ChatV2Invite
Chat V2 FetchMemberTWILIO_CHAT_V2_FETCH_MEMBERChat V2 FetchMember

Chat V2 FetchMember

认证

需要 Connected Account

Tags

ChatV2Member
Chat V2 FetchMessageTWILIO_CHAT_V2_FETCH_MESSAGEChat V2 FetchMessage

Chat V2 FetchMessage

认证

需要 Connected Account

Tags

ChatV2Message
Chat V2 FetchRoleTWILIO_CHAT_V2_FETCH_ROLEChat V2 FetchRole

Chat V2 FetchRole

认证

需要 Connected Account

Tags

ChatV2Role
Chat V2 FetchServiceTWILIO_CHAT_V2_FETCH_SERVICEChat V2 FetchService

Chat V2 FetchService

认证

需要 Connected Account

Tags

ChatV2Service
Chat V2 FetchUserTWILIO_CHAT_V2_FETCH_USERChat V2 FetchUser

Chat V2 FetchUser

认证

需要 Connected Account

Tags

ChatV2User
Chat V2 FetchUserBindingTWILIO_CHAT_V2_FETCH_USER_BINDINGChat V2 FetchUserBinding

Chat V2 FetchUserBinding

认证

需要 Connected Account

Tags

ChatV2UserBinding
Chat V2 FetchUserChannelTWILIO_CHAT_V2_FETCH_USER_CHANNELChat V2 FetchUserChannel

Chat V2 FetchUserChannel

认证

需要 Connected Account

Tags

ChatV2UserChannel
Chat V2 ListBindingTWILIO_CHAT_V2_LIST_BINDINGChat V2 ListBinding

Chat V2 ListBinding

认证

需要 Connected Account

Tags

ChatV2Binding
Chat V2 ListChannelTWILIO_CHAT_V2_LIST_CHANNELChat V2 ListChannel

Chat V2 ListChannel

认证

需要 Connected Account

Tags

ChatV2Channel
Chat V2 ListChannelWebhookTWILIO_CHAT_V2_LIST_CHANNEL_WEBHOOKChat V2 ListChannelWebhook

Chat V2 ListChannelWebhook

认证

需要 Connected Account

Tags

ChatV2Webhook
Chat V2 ListCredentialTWILIO_CHAT_V2_LIST_CREDENTIALChat V2 ListCredential

Chat V2 ListCredential

认证

需要 Connected Account

Tags

ChatV2Credential
Chat V2 ListInviteTWILIO_CHAT_V2_LIST_INVITEChat V2 ListInvite

Chat V2 ListInvite

认证

需要 Connected Account

Tags

ChatV2Invite
Chat V2 ListMemberTWILIO_CHAT_V2_LIST_MEMBERChat V2 ListMember

Chat V2 ListMember

认证

需要 Connected Account

Tags

ChatV2Member
Chat V2 ListMessageTWILIO_CHAT_V2_LIST_MESSAGEChat V2 ListMessage

Chat V2 ListMessage

认证

需要 Connected Account

Tags

ChatV2Message
Chat V2 ListRoleTWILIO_CHAT_V2_LIST_ROLEChat V2 ListRole

Chat V2 ListRole

认证

需要 Connected Account

Tags

ChatV2Role
Chat V2 ListServiceTWILIO_CHAT_V2_LIST_SERVICEChat V2 ListService

Chat V2 ListService

认证

需要 Connected Account

Tags

ChatV2Service
Chat V2 ListUserTWILIO_CHAT_V2_LIST_USERChat V2 ListUser

Chat V2 ListUser

认证

需要 Connected Account

Tags

ChatV2User
Chat V2 ListUserBindingTWILIO_CHAT_V2_LIST_USER_BINDINGChat V2 ListUserBinding

Chat V2 ListUserBinding

认证

需要 Connected Account

Tags

ChatV2UserBinding
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 Account

Tags

ChatV2UserChannel
Chat V2 UpdateChannelTWILIO_CHAT_V2_UPDATE_CHANNELChat V2 UpdateChannel

Chat V2 UpdateChannel

认证

需要 Connected Account

Tags

ChatV2Channel
Chat V2 UpdateChannelWebhookTWILIO_CHAT_V2_UPDATE_CHANNEL_WEBHOOKChat V2 UpdateChannelWebhook

Chat V2 UpdateChannelWebhook

认证

需要 Connected Account

Tags

ChatV2Webhook
Chat V2 UpdateCredentialTWILIO_CHAT_V2_UPDATE_CREDENTIALChat V2 UpdateCredential

Chat V2 UpdateCredential

认证

需要 Connected Account

Tags

ChatV2Credential
Chat V2 UpdateMemberTWILIO_CHAT_V2_UPDATE_MEMBERChat V2 UpdateMember

Chat V2 UpdateMember

认证

需要 Connected Account

Tags

ChatV2Member
Chat V2 UpdateMessageTWILIO_CHAT_V2_UPDATE_MESSAGEChat V2 UpdateMessage

Chat V2 UpdateMessage

认证

需要 Connected Account

Tags

ChatV2Message
Chat V2 UpdateRoleTWILIO_CHAT_V2_UPDATE_ROLEChat V2 UpdateRole

Chat V2 UpdateRole

认证

需要 Connected Account

Tags

ChatV2Role
Chat V2 UpdateServiceTWILIO_CHAT_V2_UPDATE_SERVICEChat V2 UpdateService

Chat V2 UpdateService

认证

需要 Connected Account

Tags

ChatV2Service
Chat V2 UpdateUserTWILIO_CHAT_V2_UPDATE_USERChat V2 UpdateUser

Chat V2 UpdateUser

认证

需要 Connected Account

Tags

ChatV2User
Chat V2 UpdateUserChannelTWILIO_CHAT_V2_UPDATE_USER_CHANNELChat V2 UpdateUserChannel

Chat V2 UpdateUserChannel

认证

需要 Connected Account

Tags

ChatV2UserChannel
Update a specific Channel.TWILIO_CHAT_V3_UPDATE_CHANNELUpdate a specific Channel.

Update a specific Channel.

认证

需要 Connected Account

Tags

ChatV3Channel
Create Content Approval RequestTWILIO_CONTENT_V1_CREATE_APPROVAL_CREATECreate a ContentApprovalRequest for a content item

Create a ContentApprovalRequest for a content item

认证

需要 Connected Account

Tags

Contentv1ApprovalCreate
Create ContentTWILIO_CONTENT_V1_CREATE_CONTENTCreate a Content resource

Create a Content resource

认证

需要 Connected Account

Tags

Contentv1Content
Delete ContentTWILIO_CONTENT_V1_DELETE_CONTENTDeletes a Content resource

Deletes a Content resource

认证

需要 Connected Account

Tags

Contentv1Content
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 Account

Tags

Contentv1ApprovalFetch
Fetch ContentTWILIO_CONTENT_V1_FETCH_CONTENTFetch a Content resource by its unique Content Sid

Fetch a Content resource by its unique Content Sid

认证

需要 Connected Account

Tags

Contentv1Content
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 Account

Tags

Contentv1Content
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 Account

Tags

Contentv1ContentAndApprovals
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 Account

Tags

Contentv1LegacyContent
Update ContentTWILIO_CONTENT_V1_UPDATE_CONTENTUpdate a Content resource

Update a Content resource

认证

需要 Connected Account

Tags

Contentv1Content
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 Account

Tags

ContentV2Content
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 Account

Tags

ContentV2ContentAndApprovals
Create a new address configurationTWILIO_CONVERSATIONS_V1_CREATE_CONFIGURATION_ADDRESSCreate a new address configuration

Create a new address configuration

认证

需要 Connected Account

Tags

ConversationsV1AddressConfiguration
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 Account

Tags

ConversationsV1Conversation
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 Account

Tags

ConversationsV1Message
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 Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1ConversationWithParticipants
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 Account

Tags

ConversationsV1Credential
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1Service
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 Account

Tags

ConversationsV1Conversation
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 Account

Tags

ConversationsV1Message
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 Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1ConversationWithParticipants
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1User
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 Account

Tags

ConversationsV1User
Remove an existing address configurationTWILIO_CONVERSATIONS_V1_DELETE_CONFIGURATION_ADDRESSRemove an existing address configuration

Remove an existing address configuration

认证

需要 Connected Account

Tags

ConversationsV1AddressConfiguration
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 Account

Tags

ConversationsV1Conversation
Remove a message from the conversationTWILIO_CONVERSATIONS_V1_DELETE_CONVERSATION_MESSAGERemove a message from the conversation

Remove a message from the conversation

认证

需要 Connected Account

Tags

ConversationsV1Message
Remove a participant from the conversationTWILIO_CONVERSATIONS_V1_DELETE_CONVERSATION_PARTICIPANTRemove a participant from the conversation

Remove a participant from the conversation

认证

需要 Connected Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1Credential
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1Service
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 Account

Tags

ConversationsV1Binding
Remove a conversation from your serviceTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_CONVERSATIONRemove a conversation from your service

Remove a conversation from your service

认证

需要 Connected Account

Tags

ConversationsV1Conversation
Remove a message from the conversationTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_CONVERSATION_MESSAGERemove a message from the conversation

Remove a message from the conversation

认证

需要 Connected Account

Tags

ConversationsV1Message
Remove a participant from the conversationTWILIO_CONVERSATIONS_V1_DELETE_SERVICE_CONVERSATION_PARTICIPANTRemove a participant from the conversation

Remove a participant from the conversation

认证

需要 Connected Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1User
Delete a specific User Conversation.TWILIO_CONVERSATIONS_V1_DELETE_SERVICE_USER_CONVERSATIONDelete a specific User Conversation.

Delete a specific User Conversation.

认证

需要 Connected Account

Tags

ConversationsV1UserConversation
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 Account

Tags

ConversationsV1User
Delete a specific User Conversation.TWILIO_CONVERSATIONS_V1_DELETE_USER_CONVERSATIONDelete a specific User Conversation.

Delete a specific User Conversation.

认证

需要 Connected Account

Tags

ConversationsV1UserConversation
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 Account

Tags

ConversationsV1Configuration
Fetch an address configurationTWILIO_CONVERSATIONS_V1_FETCH_CONFIGURATION_ADDRESSFetch an address configuration

Fetch an address configuration

认证

需要 Connected Account

Tags

ConversationsV1AddressConfiguration
Conversations V1 FetchConfigurationWebhookTWILIO_CONVERSATIONS_V1_FETCH_CONFIGURATION_WEBHOOKConversations V1 FetchConfigurationWebhook

Conversations V1 FetchConfigurationWebhook

认证

需要 Connected Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1Conversation
Fetch a message from the conversationTWILIO_CONVERSATIONS_V1_FETCH_CONVERSATION_MESSAGEFetch a message from the conversation

Fetch a message from the conversation

认证

需要 Connected Account

Tags

ConversationsV1Message
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 Account

Tags

ConversationsV1DeliveryReceipt
Fetch a participant of the conversationTWILIO_CONVERSATIONS_V1_FETCH_CONVERSATION_PARTICIPANTFetch a participant of the conversation

Fetch a participant of the conversation

认证

需要 Connected Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1Credential
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1Service
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 Account

Tags

ConversationsV1Binding
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 Account

Tags

ConversationsV1Configuration
Fetch a conversation from your serviceTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONVERSATIONFetch a conversation from your service

Fetch a conversation from your service

认证

需要 Connected Account

Tags

ConversationsV1Conversation
Fetch a message from the conversationTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONVERSATION_MESSAGEFetch a message from the conversation

Fetch a message from the conversation

认证

需要 Connected Account

Tags

ConversationsV1Message
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 Account

Tags

ConversationsV1DeliveryReceipt
Fetch a participant of the conversationTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_CONVERSATION_PARTICIPANTFetch a participant of the conversation

Fetch a participant of the conversation

认证

需要 Connected Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
Fetch push notification service settingsTWILIO_CONVERSATIONS_V1_FETCH_SERVICE_NOTIFICATIONFetch push notification service settings

Fetch push notification service settings

认证

需要 Connected Account

Tags

ConversationsV1Notification
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1User
Fetch a specific User Conversation.TWILIO_CONVERSATIONS_V1_FETCH_SERVICE_USER_CONVERSATIONFetch a specific User Conversation.

Fetch a specific User Conversation.

认证

需要 Connected Account

Tags

ConversationsV1UserConversation
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 Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1User
Fetch a specific User Conversation.TWILIO_CONVERSATIONS_V1_FETCH_USER_CONVERSATIONFetch a specific User Conversation.

Fetch a specific User Conversation.

认证

需要 Connected Account

Tags

ConversationsV1UserConversation
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 Account

Tags

ConversationsV1AddressConfiguration
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 Account

Tags

ConversationsV1Conversation
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 Account

Tags

ConversationsV1Message
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 Account

Tags

ConversationsV1DeliveryReceipt
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 Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1Credential
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 Account

Tags

ConversationsV1ParticipantConversation
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1Service
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 Account

Tags

ConversationsV1Binding
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 Account

Tags

ConversationsV1Conversation
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 Account

Tags

ConversationsV1Message
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 Account

Tags

ConversationsV1DeliveryReceipt
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 Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1ParticipantConversation
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1User
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 Account

Tags

ConversationsV1UserConversation
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 Account

Tags

ConversationsV1User
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 Account

Tags

ConversationsV1UserConversation
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 Account

Tags

ConversationsV1Configuration
Update an existing address configurationTWILIO_CONVERSATIONS_V1_UPDATE_CONFIGURATION_ADDRESSUpdate an existing address configuration

Update an existing address configuration

认证

需要 Connected Account

Tags

ConversationsV1AddressConfiguration
Conversations V1 UpdateConfigurationWebhookTWILIO_CONVERSATIONS_V1_UPDATE_CONFIGURATION_WEBHOOKConversations V1 UpdateConfigurationWebhook

Conversations V1 UpdateConfigurationWebhook

认证

需要 Connected Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1Conversation
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 Account

Tags

ConversationsV1Message
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 Account

Tags

ConversationsV1Participant
Update an existing conversation-scoped webhookTWILIO_CONVERSATIONS_V1_UPDATE_CONVERSATION_SCOPED_WEBHOOKUpdate an existing conversation-scoped webhook

Update an existing conversation-scoped webhook

认证

需要 Connected Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1Credential
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1Configuration
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 Account

Tags

ConversationsV1Conversation
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 Account

Tags

ConversationsV1Message
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 Account

Tags

ConversationsV1Participant
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 Account

Tags

ConversationsV1Webhook
Update push notification service settingsTWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_NOTIFICATIONUpdate push notification service settings

Update push notification service settings

认证

需要 Connected Account

Tags

ConversationsV1Notification
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 Account

Tags

ConversationsV1Role
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 Account

Tags

ConversationsV1User
Update a specific User Conversation.TWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_USER_CONVERSATIONUpdate a specific User Conversation.

Update a specific User Conversation.

认证

需要 Connected Account

Tags

ConversationsV1UserConversation
Update a specific Webhook.TWILIO_CONVERSATIONS_V1_UPDATE_SERVICE_WEBHOOK_CONFIGURATIONUpdate a specific Webhook.

Update a specific Webhook.

认证

需要 Connected Account

Tags

ConversationsV1Webhook
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 Account

Tags

ConversationsV1User
Update a specific User Conversation.TWILIO_CONVERSATIONS_V1_UPDATE_USER_CONVERSATIONUpdate a specific User Conversation.

Update a specific User Conversation.

认证

需要 Connected Account

Tags

ConversationsV1UserConversation
Create CommunicationTWILIO_CONVERSATIONS_V2_CREATE_COMMUNICATION_IN_CONVERSATIONCreate a Communication.

Create a Communication.

认证

需要 Connected Account

Tags

ConversationsV2Communication
Create a ConfigurationTWILIO_CONVERSATIONS_V2_CREATE_CONFIGURATIONCreate a new Configuration

Create a new Configuration

认证

需要 Connected Account

Tags

ConversationsV2Configuration
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 Account

Tags

ConversationsV2Action
Create a new ConversationTWILIO_CONVERSATIONS_V2_CREATE_CONVERSATION_WITH_CONFIGCreate a new conversation

Create a new conversation

认证

需要 Connected Account

Tags

ConversationsV2Conversation
Create ParticipantTWILIO_CONVERSATIONS_V2_CREATE_PARTICIPANT_IN_CONVERSATIONCreate a Participant.

Create a Participant.

认证

需要 Connected Account

Tags

ConversationsV2Participant
Delete ConfigurationTWILIO_CONVERSATIONS_V2_DELETE_CONFIGURATIONDelete a Configuration

Delete a Configuration

认证

需要 Connected Account

Tags

ConversationsV2Configuration
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 Account

Tags

ConversationsV2Conversation
Fetch CommunicationTWILIO_CONVERSATIONS_V2_FETCH_COMMUNICATIONRetrieve a Communication.

Retrieve a Communication.

认证

需要 Connected Account

Tags

ConversationsV2Communication
Fetch ConfigurationTWILIO_CONVERSATIONS_V2_FETCH_CONFIGURATIONRetrieve a Configuration.

Retrieve a Configuration.

认证

需要 Connected Account

Tags

ConversationsV2Configuration
Fetch ConversationTWILIO_CONVERSATIONS_V2_FETCH_CONVERSATIONRetrieve a Conversation.

Retrieve a Conversation.

认证

需要 Connected Account

Tags

ConversationsV2Conversation
Get Action StatusTWILIO_CONVERSATIONS_V2_FETCH_CONVERSATION_ACTIONRetrieve the current status of an Action.

Retrieve the current status of an Action.

认证

需要 Connected Account

Tags

ConversationsV2Action
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 Account

Tags

ConversationsV2Operation
Fetch ParticipantTWILIO_CONVERSATIONS_V2_FETCH_PARTICIPANTRetrieve a Participant.

Retrieve a Participant.

认证

需要 Connected Account

Tags

ConversationsV2Participant
List CommunicationsTWILIO_CONVERSATIONS_V2_LIST_COMMUNICATION_BY_CONVERSATIONRetrieve a list of Communications in a Conversation.

Retrieve a list of Communications in a Conversation.

认证

需要 Connected Account

Tags

ConversationsV2Communication
List ConfigurationsTWILIO_CONVERSATIONS_V2_LIST_CONFIGURATIONRetrieve a list of Configurations.

Retrieve a list of Configurations.

认证

需要 Connected Account

Tags

ConversationsV2Configuration
List ConversationsTWILIO_CONVERSATIONS_V2_LIST_CONVERSATION_BY_ACCOUNTRetrieve a list of Conversations.

Retrieve a list of Conversations.

认证

需要 Connected Account

Tags

ConversationsV2Conversation
List ParticipantsTWILIO_CONVERSATIONS_V2_LIST_PARTICIPANT_BY_CONVERSATIONRetrieve a list of Participants in a Conversation.

Retrieve a list of Participants in a Conversation.

认证

需要 Connected Account

Tags

ConversationsV2Participant
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 Account

Tags

ConversationsV2Conversation
Update ConfigurationTWILIO_CONVERSATIONS_V2_UPDATE_CONFIGURATIONUpdate an existing Configuration

Update an existing Configuration

认证

需要 Connected Account

Tags

ConversationsV2Configuration
Update a ConversationTWILIO_CONVERSATIONS_V2_UPDATE_CONVERSATION_BY_IDUpdate an existing conversation

Update an existing conversation

认证

需要 Connected Account

Tags

ConversationsV2Conversation
Update a ParticipantTWILIO_CONVERSATIONS_V2_UPDATE_PARTICIPANT_IN_CONVERSATIONUpdate an existing Participant

Update an existing Participant

认证

需要 Connected Account

Tags

ConversationsV2Participant
Create a new SinkTWILIO_EVENTS_V1_CREATE_SINKCreate a new Sink

Create a new Sink

认证

需要 Connected Account

Tags

EventsV1Sink
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 Account

Tags

EventsV1SinkTest
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 Account

Tags

EventsV1SinkValidate
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 Account

Tags

EventsV1SubscribedEvent
Create a new Subscription.TWILIO_EVENTS_V1_CREATE_SUBSCRIPTIONCreate a new Subscription.

Create a new Subscription.

认证

需要 Connected Account

Tags

EventsV1Subscription
Delete a specific Sink.TWILIO_EVENTS_V1_DELETE_SINKDelete a specific Sink.

Delete a specific Sink.

认证

需要 Connected Account

Tags

EventsV1Sink
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 Account

Tags

EventsV1SubscribedEvent
Delete a specific Subscription.TWILIO_EVENTS_V1_DELETE_SUBSCRIPTIONDelete a specific Subscription.

Delete a specific Subscription.

认证

需要 Connected Account

Tags

EventsV1Subscription
Fetch a specific Event Type.TWILIO_EVENTS_V1_FETCH_EVENT_TYPEFetch a specific Event Type.

Fetch a specific Event Type.

认证

需要 Connected Account

Tags

EventsV1EventType
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 Account

Tags

EventsV1Schema
Fetch a specific schema and version.TWILIO_EVENTS_V1_FETCH_SCHEMA_VERSIONFetch a specific schema and version.

Fetch a specific schema and version.

认证

需要 Connected Account

Tags

EventsV1SchemaVersion
Fetch a specific Sink.TWILIO_EVENTS_V1_FETCH_SINKFetch a specific Sink.

Fetch a specific Sink.

认证

需要 Connected Account

Tags

EventsV1Sink
Read an Event for a Subscription.TWILIO_EVENTS_V1_FETCH_SUBSCRIBED_EVENTRead an Event for a Subscription.

Read an Event for a Subscription.

认证

需要 Connected Account

Tags

EventsV1SubscribedEvent
Fetch a specific Subscription.TWILIO_EVENTS_V1_FETCH_SUBSCRIPTIONFetch a specific Subscription.

Fetch a specific Subscription.

认证

需要 Connected Account

Tags

EventsV1Subscription
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 Account

Tags

EventsV1EventType
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 Account

Tags

EventsV1SchemaVersion
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 Account

Tags

EventsV1Sink
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 Account

Tags

EventsV1SubscribedEvent
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 Account

Tags

EventsV1Subscription
Update a specific SinkTWILIO_EVENTS_V1_UPDATE_SINKUpdate a specific Sink

Update a specific Sink

认证

需要 Connected Account

Tags

EventsV1Sink
Update an Event for a Subscription.TWILIO_EVENTS_V1_UPDATE_SUBSCRIBED_EVENTUpdate an Event for a Subscription.

Update an Event for a Subscription.

认证

需要 Connected Account

Tags

EventsV1SubscribedEvent
Update a Subscription.TWILIO_EVENTS_V1_UPDATE_SUBSCRIPTIONUpdate a Subscription.

Update a Subscription.

认证

需要 Connected Account

Tags

EventsV1Subscription
Flex V1 CreateChannelTWILIO_FLEX_V1_CREATE_CHANNELFlex V1 CreateChannel

Flex V1 CreateChannel

认证

需要 Connected Account

Tags

FlexV1Channel
Flex V1 CreateFlexFlowTWILIO_FLEX_V1_CREATE_FLEX_FLOWFlex V1 CreateFlexFlow

Flex V1 CreateFlexFlow

认证

需要 Connected Account

Tags

FlexV1FlexFlow
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 Account

Tags

FlexV1Assessments
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 Account

Tags

FlexV1InsightsAssessmentsComment
To create a QuestionnaireTWILIO_FLEX_V1_CREATE_INSIGHTS_QUESTIONNAIRESTo create a Questionnaire

To create a Questionnaire

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnaires
To create a category for QuestionsTWILIO_FLEX_V1_CREATE_INSIGHTS_QUESTIONNAIRES_CATEGORYTo create a category for Questions

To create a category for Questions

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnairesCategory
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 Account

Tags

FlexV1InsightsQuestionnairesQuestion
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 Account

Tags

FlexV1InsightsSession
Create a new Interaction.TWILIO_FLEX_V1_CREATE_INTERACTIONCreate a new Interaction.

Create a new Interaction.

认证

需要 Connected Account

Tags

FlexV1Interaction
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 Account

Tags

FlexV1InteractionChannelInvite
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 Account

Tags

FlexV1InteractionChannelParticipant
Create a new Transfer.TWILIO_FLEX_V1_CREATE_INTERACTION_TRANSFERCreate a new Transfer.

Create a new Transfer.

认证

需要 Connected Account

Tags

FlexV1InteractionTransfer
Flex V1 CreatePluginTWILIO_FLEX_V1_CREATE_PLUGINFlex V1 CreatePlugin

Flex V1 CreatePlugin

认证

需要 Connected Account

Tags

FlexV1Plugin
Flex V1 CreatePluginConfigurationTWILIO_FLEX_V1_CREATE_PLUGIN_CONFIGURATIONFlex V1 CreatePluginConfiguration

Flex V1 CreatePluginConfiguration

认证

需要 Connected Account

Tags

FlexV1PluginConfiguration
Flex V1 CreatePluginReleaseTWILIO_FLEX_V1_CREATE_PLUGIN_RELEASEFlex V1 CreatePluginRelease

Flex V1 CreatePluginRelease

认证

需要 Connected Account

Tags

FlexV1PluginRelease
Flex V1 CreatePluginVersionTWILIO_FLEX_V1_CREATE_PLUGIN_VERSIONFlex V1 CreatePluginVersion

Flex V1 CreatePluginVersion

认证

需要 Connected Account

Tags

FlexV1PluginVersions
Flex V1 CreateWebChannelTWILIO_FLEX_V1_CREATE_WEB_CHANNELFlex V1 CreateWebChannel

Flex V1 CreateWebChannel

认证

需要 Connected Account

Tags

FlexV1WebChannel
Flex V1 DeleteChannelTWILIO_FLEX_V1_DELETE_CHANNELFlex V1 DeleteChannel

Flex V1 DeleteChannel

认证

需要 Connected Account

Tags

FlexV1Channel
Flex V1 DeleteFlexFlowTWILIO_FLEX_V1_DELETE_FLEX_FLOWFlex V1 DeleteFlexFlow

Flex V1 DeleteFlexFlow

认证

需要 Connected Account

Tags

FlexV1FlexFlow
To delete the questionnaireTWILIO_FLEX_V1_DELETE_INSIGHTS_QUESTIONNAIRESTo delete the questionnaire

To delete the questionnaire

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnaires
Flex V1 DeleteInsightsQuestionnairesCategoryTWILIO_FLEX_V1_DELETE_INSIGHTS_QUESTIONNAIRES_CATEGORYFlex V1 DeleteInsightsQuestionnairesCategory

Flex V1 DeleteInsightsQuestionnairesCategory

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnairesCategory
Flex V1 DeleteInsightsQuestionnairesQuestionTWILIO_FLEX_V1_DELETE_INSIGHTS_QUESTIONNAIRES_QUESTIONFlex V1 DeleteInsightsQuestionnairesQuestion

Flex V1 DeleteInsightsQuestionnairesQuestion

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnairesQuestion
Flex V1 DeleteWebChannelTWILIO_FLEX_V1_DELETE_WEB_CHANNELFlex V1 DeleteWebChannel

Flex V1 DeleteWebChannel

认证

需要 Connected Account

Tags

FlexV1WebChannel
Flex V1 FetchChannelTWILIO_FLEX_V1_FETCH_CHANNELFlex V1 FetchChannel

Flex V1 FetchChannel

认证

需要 Connected Account

Tags

FlexV1Channel
Flex V1 FetchConfigurationTWILIO_FLEX_V1_FETCH_CONFIGURATIONFlex V1 FetchConfiguration

Flex V1 FetchConfiguration

认证

需要 Connected Account

Tags

FlexV1Configuration
Flex V1 FetchConfiguredPluginTWILIO_FLEX_V1_FETCH_CONFIGURED_PLUGINFlex V1 FetchConfiguredPlugin

Flex V1 FetchConfiguredPlugin

认证

需要 Connected Account

Tags

FlexV1ConfiguredPlugin
Flex V1 FetchFlexFlowTWILIO_FLEX_V1_FETCH_FLEX_FLOWFlex V1 FetchFlexFlow

Flex V1 FetchFlexFlow

认证

需要 Connected Account

Tags

FlexV1FlexFlow
To get the Questionnaire DetailTWILIO_FLEX_V1_FETCH_INSIGHTS_QUESTIONNAIRESTo get the Questionnaire Detail

To get the Questionnaire Detail

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnaires
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 Account

Tags

FlexV1InsightsSettingsAnswerSets
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 Account

Tags

FlexV1InsightsSettingsComment
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 Account

Tags

FlexV1InsightsUserRoles
Flex V1 FetchInteractionTWILIO_FLEX_V1_FETCH_INTERACTIONFlex V1 FetchInteraction

Flex V1 FetchInteraction

认证

需要 Connected Account

Tags

FlexV1Interaction
Fetch a Channel for an Interaction.TWILIO_FLEX_V1_FETCH_INTERACTION_CHANNELFetch a Channel for an Interaction.

Fetch a Channel for an Interaction.

认证

需要 Connected Account

Tags

FlexV1InteractionChannel
Fetch a specific Transfer by SID.TWILIO_FLEX_V1_FETCH_INTERACTION_TRANSFERFetch a specific Transfer by SID.

Fetch a specific Transfer by SID.

认证

需要 Connected Account

Tags

FlexV1InteractionTransfer
Flex V1 FetchPluginTWILIO_FLEX_V1_FETCH_PLUGINFlex V1 FetchPlugin

Flex V1 FetchPlugin

认证

需要 Connected Account

Tags

FlexV1Plugin
Flex V1 FetchPluginConfigurationTWILIO_FLEX_V1_FETCH_PLUGIN_CONFIGURATIONFlex V1 FetchPluginConfiguration

Flex V1 FetchPluginConfiguration

认证

需要 Connected Account

Tags

FlexV1PluginConfiguration
Flex V1 FetchPluginReleaseTWILIO_FLEX_V1_FETCH_PLUGIN_RELEASEFlex V1 FetchPluginRelease

Flex V1 FetchPluginRelease

认证

需要 Connected Account

Tags

FlexV1PluginRelease
Flex V1 FetchPluginVersionTWILIO_FLEX_V1_FETCH_PLUGIN_VERSIONFlex V1 FetchPluginVersion

Flex V1 FetchPluginVersion

认证

需要 Connected Account

Tags

FlexV1PluginVersions
Flex V1 FetchProvisioningStatusTWILIO_FLEX_V1_FETCH_PROVISIONING_STATUSFlex V1 FetchProvisioningStatus

Flex V1 FetchProvisioningStatus

认证

需要 Connected Account

Tags

FlexV1ProvisioningStatus
Flex V1 FetchWebChannelTWILIO_FLEX_V1_FETCH_WEB_CHANNELFlex V1 FetchWebChannel

Flex V1 FetchWebChannel

认证

需要 Connected Account

Tags

FlexV1WebChannel
Flex V1 ListChannelTWILIO_FLEX_V1_LIST_CHANNELFlex V1 ListChannel

Flex V1 ListChannel

认证

需要 Connected Account

Tags

FlexV1Channel
Flex V1 ListConfiguredPluginTWILIO_FLEX_V1_LIST_CONFIGURED_PLUGINFlex V1 ListConfiguredPlugin

Flex V1 ListConfiguredPlugin

认证

需要 Connected Account

Tags

FlexV1ConfiguredPlugin
Flex V1 ListFlexFlowTWILIO_FLEX_V1_LIST_FLEX_FLOWFlex V1 ListFlexFlow

Flex V1 ListFlexFlow

认证

需要 Connected Account

Tags

FlexV1FlexFlow
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 Account

Tags

FlexV1Assessments
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 Account

Tags

FlexV1InsightsAssessmentsComment
To get conversation with segment idTWILIO_FLEX_V1_LIST_INSIGHTS_CONVERSATIONSTo get conversation with segment id

To get conversation with segment id

认证

需要 Connected Account

Tags

FlexV1InsightsConversations
To get all questionnaires with questionsTWILIO_FLEX_V1_LIST_INSIGHTS_QUESTIONNAIRESTo get all questionnaires with questions

To get all questionnaires with questions

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnaires
To get all the categoriesTWILIO_FLEX_V1_LIST_INSIGHTS_QUESTIONNAIRES_CATEGORYTo get all the categories

To get all the categories

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnairesCategory
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 Account

Tags

FlexV1InsightsQuestionnairesQuestion
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 Account

Tags

FlexV1InsightsSegments
List all Channels for an Interaction.TWILIO_FLEX_V1_LIST_INTERACTION_CHANNELList all Channels for an Interaction.

List all Channels for an Interaction.

认证

需要 Connected Account

Tags

FlexV1InteractionChannel
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 Account

Tags

FlexV1InteractionChannelInvite
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 Account

Tags

FlexV1InteractionChannelParticipant
Flex V1 ListPluginTWILIO_FLEX_V1_LIST_PLUGINFlex V1 ListPlugin

Flex V1 ListPlugin

认证

需要 Connected Account

Tags

FlexV1Plugin
Flex V1 ListPluginConfigurationTWILIO_FLEX_V1_LIST_PLUGIN_CONFIGURATIONFlex V1 ListPluginConfiguration

Flex V1 ListPluginConfiguration

认证

需要 Connected Account

Tags

FlexV1PluginConfiguration
Flex V1 ListPluginReleaseTWILIO_FLEX_V1_LIST_PLUGIN_RELEASEFlex V1 ListPluginRelease

Flex V1 ListPluginRelease

认证

需要 Connected Account

Tags

FlexV1PluginRelease
Flex V1 ListPluginVersionTWILIO_FLEX_V1_LIST_PLUGIN_VERSIONFlex V1 ListPluginVersion

Flex V1 ListPluginVersion

认证

需要 Connected Account

Tags

FlexV1PluginVersions
Flex V1 ListWebChannelTWILIO_FLEX_V1_LIST_WEB_CHANNELFlex V1 ListWebChannel

Flex V1 ListWebChannel

认证

需要 Connected Account

Tags

FlexV1WebChannel
Flex V1 UpdateConfigurationTWILIO_FLEX_V1_UPDATE_CONFIGURATIONFlex V1 UpdateConfiguration

Flex V1 UpdateConfiguration

认证

需要 Connected Account

Tags

FlexV1Configuration
Flex V1 UpdateFlexFlowTWILIO_FLEX_V1_UPDATE_FLEX_FLOWFlex V1 UpdateFlexFlow

Flex V1 UpdateFlexFlow

认证

需要 Connected Account

Tags

FlexV1FlexFlow
Update a specific Assessment assessed earlierTWILIO_FLEX_V1_UPDATE_INSIGHTS_ASSESSMENTSUpdate a specific Assessment assessed earlier

Update a specific Assessment assessed earlier

认证

需要 Connected Account

Tags

FlexV1Assessments
To update the questionnaireTWILIO_FLEX_V1_UPDATE_INSIGHTS_QUESTIONNAIRESTo update the questionnaire

To update the questionnaire

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnaires
To update the category for QuestionsTWILIO_FLEX_V1_UPDATE_INSIGHTS_QUESTIONNAIRES_CATEGORYTo update the category for Questions

To update the category for Questions

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnairesCategory
To update the questionTWILIO_FLEX_V1_UPDATE_INSIGHTS_QUESTIONNAIRES_QUESTIONTo update the question

To update the question

认证

需要 Connected Account

Tags

FlexV1InsightsQuestionnairesQuestion
Updates an interaction.TWILIO_FLEX_V1_UPDATE_INTERACTIONUpdates an interaction.

Updates an interaction.

认证

需要 Connected Account

Tags

FlexV1Interaction
Update an existing Interaction Channel.TWILIO_FLEX_V1_UPDATE_INTERACTION_CHANNELUpdate an existing Interaction Channel.

Update an existing Interaction Channel.

认证

需要 Connected Account

Tags

FlexV1InteractionChannel
Update an existing Channel Participant.TWILIO_FLEX_V1_UPDATE_INTERACTION_CHANNEL_PARTICIPANTUpdate an existing Channel Participant.

Update an existing Channel Participant.

认证

需要 Connected Account

Tags

FlexV1InteractionChannelParticipant
Update an existing Transfer.TWILIO_FLEX_V1_UPDATE_INTERACTION_TRANSFERUpdate an existing Transfer.

Update an existing Transfer.

认证

需要 Connected Account

Tags

FlexV1InteractionTransfer
Flex V1 UpdatePluginTWILIO_FLEX_V1_UPDATE_PLUGINFlex V1 UpdatePlugin

Flex V1 UpdatePlugin

认证

需要 Connected Account

Tags

FlexV1Plugin
Flex V1 UpdatePluginArchiveTWILIO_FLEX_V1_UPDATE_PLUGIN_ARCHIVEFlex V1 UpdatePluginArchive

Flex V1 UpdatePluginArchive

认证

需要 Connected Account

Tags

FlexV1PluginArchive
Flex V1 UpdatePluginConfigurationArchiveTWILIO_FLEX_V1_UPDATE_PLUGIN_CONFIGURATION_ARCHIVEFlex V1 UpdatePluginConfigurationArchive

Flex V1 UpdatePluginConfigurationArchive

认证

需要 Connected Account

Tags

FlexV1PluginConfigurationArchive
Flex V1 UpdatePluginVersionArchiveTWILIO_FLEX_V1_UPDATE_PLUGIN_VERSION_ARCHIVEFlex V1 UpdatePluginVersionArchive

Flex V1 UpdatePluginVersionArchive

认证

需要 Connected Account

Tags

FlexV1PluginVersionArchive
Flex V1 UpdateWebChannelTWILIO_FLEX_V1_UPDATE_WEB_CHANNELFlex V1 UpdateWebChannel

Flex V1 UpdateWebChannel

认证

需要 Connected Account

Tags

FlexV1WebChannel
Flex V2 CreateWebChannelTWILIO_FLEX_V2_CREATE_WEB_CHANNELFlex V2 CreateWebChannel

Flex V2 CreateWebChannel

认证

需要 Connected Account

Tags

FlexV2WebChannels
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 Account

Tags

FlexV2FlexUser
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 Account

Tags

FlexV2FlexUser
Fetch a frontline userTWILIO_FRONTLINE_V1_FETCH_USERFetch a frontline user

Fetch a frontline user

认证

需要 Connected Account

Tags

FrontlineV1User
Update an existing frontline userTWILIO_FRONTLINE_V1_UPDATE_USERUpdate an existing frontline user

Update an existing frontline user

认证

需要 Connected Account

Tags

FrontlineV1User
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 Account

Tags

IamV1NewApiKey
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 Account

Tags

Oauth2
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 Account

Tags

OauthV1Token
Iam V1 DeleteKeyTWILIO_IAM_V1_DELETE_KEYDelete a specific Key.

Delete a specific Key.

认证

需要 Connected Account

Tags

IamV1ApiKey
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 Account

Tags

Oauth2
Iam V1 FetchKeyTWILIO_IAM_V1_FETCH_KEYFetch a specific Key.

Fetch a specific Key.

认证

需要 Connected Account

Tags

IamV1ApiKey
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 Account

Tags

IamV1GetApiKeys
Iam V1 ListRolePermissionTWILIO_IAM_V1_LIST_ROLE_PERMISSIONList resolved permissions for a role

List resolved permissions for a role

认证

需要 Connected Account

Tags

IamV1RolePermission
Iam V1 UpdateKeyTWILIO_IAM_V1_UPDATE_KEYUpdate a specific Key.

Update a specific Key.

认证

需要 Connected Account

Tags

IamV1ApiKey
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 Account

Tags

Oauth2
Get the Voice Insights Settings.TWILIO_INSIGHTS_V1_FETCH_ACCOUNT_SETTINGSGet the Voice Insights Settings.

Get the Voice Insights Settings.

认证

需要 Connected Account

Tags

InsightsV1Setting
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 Account

Tags

InsightsV1Annotation
Insights V1 FetchCallTWILIO_INSIGHTS_V1_FETCH_CALLInsights V1 FetchCall

Insights V1 FetchCall

认证

需要 Connected Account

Tags

InsightsV1Call
Get a specific Conference Summary.TWILIO_INSIGHTS_V1_FETCH_CONFERENCEGet a specific Conference Summary.

Get a specific Conference Summary.

认证

需要 Connected Account

Tags

InsightsV1Conference
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 Account

Tags

InsightsV1ConferenceParticipant
Get a specific Call Summary.TWILIO_INSIGHTS_V1_FETCH_SUMMARYGet a specific Call Summary.

Get a specific Call Summary.

认证

需要 Connected Account

Tags

InsightsV1CallSummary
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 Account

Tags

InsightsV1Participant
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 Account

Tags

InsightsV1Room
Get a list of Call Summaries.TWILIO_INSIGHTS_V1_LIST_CALL_SUMMARIESGet a list of Call Summaries.

Get a list of Call Summaries.

认证

需要 Connected Account

Tags

InsightsV1CallSummaries
Get a list of Conference Summaries.TWILIO_INSIGHTS_V1_LIST_CONFERENCEGet a list of Conference Summaries.

Get a list of Conference Summaries.

认证

需要 Connected Account

Tags

InsightsV1Conference
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 Account

Tags

InsightsV1ConferenceParticipant
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 Account

Tags

InsightsV1Event
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 Account

Tags

InsightsV1Metric
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 Account

Tags

InsightsV1Participant
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 Account

Tags

InsightsV1Room
Update a specific Voice Insights Setting.TWILIO_INSIGHTS_V1_UPDATE_ACCOUNT_SETTINGSUpdate a specific Voice Insights Setting.

Update a specific Voice Insights Setting.

认证

需要 Connected Account

Tags

InsightsV1Setting
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 Account

Tags

InsightsV1Annotation
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 Account

Tags

InsightsV1CreateAccountReport
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 Account

Tags

InsightsV1CreateInboundPhoneNumbersReport
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 Account

Tags

InsightsV1CreateOutboundPhoneNumbersReport
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 Account

Tags

InsightsV1GetAccountReport
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 Account

Tags

InsightsV1GetInboundPhoneNumbersReport
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 Account

Tags

InsightsV1GetOutboundPhoneNumbersReport
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 Account

Tags

TwilioInsights
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 Account

Tags

TwilioInsights
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 Account

Tags

TwilioInsights
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 Account

Tags

IntelligenceV2CustomOperator
Attach an Operator to a Service.TWILIO_INTELLIGENCE_V2_CREATE_OPERATOR_ATTACHMENTAttach an Operator to a Service.

Attach an Operator to a Service.

认证

需要 Connected Account

Tags

IntelligenceV2OperatorAttachment
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 Account

Tags

IntelligenceV2Service
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 Account

Tags

IntelligenceV2Transcript
Delete a specific Custom Operator.TWILIO_INTELLIGENCE_V2_DELETE_CUSTOM_OPERATORDelete a specific Custom Operator.

Delete a specific Custom Operator.

认证

需要 Connected Account

Tags

IntelligenceV2CustomOperator
Detach an Operator from a Service.TWILIO_INTELLIGENCE_V2_DELETE_OPERATOR_ATTACHMENTDetach an Operator from a Service.

Detach an Operator from a Service.

认证

需要 Connected Account

Tags

IntelligenceV2OperatorAttachment
Delete a specific Service.TWILIO_INTELLIGENCE_V2_DELETE_SERVICEDelete a specific Service.

Delete a specific Service.

认证

需要 Connected Account

Tags

IntelligenceV2Service
Delete a specific Transcript.TWILIO_INTELLIGENCE_V2_DELETE_TRANSCRIPTDelete a specific Transcript.

Delete a specific Transcript.

认证

需要 Connected Account

Tags

IntelligenceV2Transcript
Fetch a specific Custom Operator.TWILIO_INTELLIGENCE_V2_FETCH_CUSTOM_OPERATORFetch a specific Custom Operator.

Fetch a specific Custom Operator.

认证

需要 Connected Account

Tags

IntelligenceV2CustomOperator
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 Account

Tags

IntelligenceV2EncryptedOperatorResults
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 Account

Tags

IntelligenceV2EncryptedSentences
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 Account

Tags

IntelligenceV2Media
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 Account

Tags

IntelligenceV2Operator
Retrieve Operators attached to a Service.TWILIO_INTELLIGENCE_V2_FETCH_OPERATOR_ATTACHMENTSRetrieve Operators attached to a Service.

Retrieve Operators attached to a Service.

认证

需要 Connected Account

Tags

IntelligenceV2OperatorAttachments
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 Account

Tags

IntelligenceV2OperatorResult
Fetch a specific Operator Type.TWILIO_INTELLIGENCE_V2_FETCH_OPERATOR_TYPEFetch a specific Operator Type.

Fetch a specific Operator Type.

认证

需要 Connected Account

Tags

IntelligenceV2OperatorType
Fetch a specific Pre-built Operator.TWILIO_INTELLIGENCE_V2_FETCH_PREBUILT_OPERATORFetch a specific Pre-built Operator.

Fetch a specific Pre-built Operator.

认证

需要 Connected Account

Tags

IntelligenceV2PrebuiltOperator
Fetch a specific Service.TWILIO_INTELLIGENCE_V2_FETCH_SERVICEFetch a specific Service.

Fetch a specific Service.

认证

需要 Connected Account

Tags

IntelligenceV2Service
Fetch a specific Transcript.TWILIO_INTELLIGENCE_V2_FETCH_TRANSCRIPTFetch a specific Transcript.

Fetch a specific Transcript.

认证

需要 Connected Account

Tags

IntelligenceV2Transcript
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 Account

Tags

IntelligenceV2CustomOperator
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 Account

Tags

IntelligenceV2Operator
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 Account

Tags

IntelligenceV2OperatorResult
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 Account

Tags

IntelligenceV2OperatorType
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 Account

Tags

IntelligenceV2PrebuiltOperator
Get all Transcript Sentences by TranscriptSidTWILIO_INTELLIGENCE_V2_LIST_SENTENCEGet all Transcript Sentences by TranscriptSid

Get all Transcript Sentences by TranscriptSid

认证

需要 Connected Account

Tags

IntelligenceV2Sentence
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 Account

Tags

IntelligenceV2Service
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 Account

Tags

IntelligenceV2Transcript
Update a specific Custom Operator.TWILIO_INTELLIGENCE_V2_UPDATE_CUSTOM_OPERATORUpdate a specific Custom Operator.

Update a specific Custom Operator.

认证

需要 Connected Account

Tags

IntelligenceV2CustomOperator
Update a specific Service.TWILIO_INTELLIGENCE_V2_UPDATE_SERVICEUpdate a specific Service.

Update a specific Service.

认证

需要 Connected Account

Tags

IntelligenceV2Service
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 Account

Tags

Configurations
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 Account

Tags

Operators
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 Account

Tags

RuleExecutions
Delete an Intelligence ConfigurationTWILIO_INTELLIGENCE_V3_DELETE_CONFIGURATIONDelete an Intelligence Configuration

Delete an Intelligence Configuration

认证

需要 Connected Account

Tags

Configurations
Delete an OperatorTWILIO_INTELLIGENCE_V3_DELETE_OPERATORDelete an Operator

Delete an Operator

认证

需要 Connected Account

Tags

Operators
Delete an OperatorResultTWILIO_INTELLIGENCE_V3_DELETE_OPERATOR_RESULTDelete an OperatorResult

Delete an OperatorResult

认证

需要 Connected Account

Tags

OperatorResults
Retrieve an Intelligence ConfigurationTWILIO_INTELLIGENCE_V3_FETCH_CONFIGURATIONRetrieve an Intelligence Configuration

Retrieve an Intelligence Configuration

认证

需要 Connected Account

Tags

Configurations
Retrieve a ConversationTWILIO_INTELLIGENCE_V3_FETCH_CONVERSATIONRetrieve a Conversation

Retrieve a Conversation

认证

需要 Connected Account

Tags

Conversations
Retrieve an OperatorTWILIO_INTELLIGENCE_V3_FETCH_OPERATORRetrieve an Operator

Retrieve an Operator

认证

需要 Connected Account

Tags

Operators
Retrieve an OperatorResultTWILIO_INTELLIGENCE_V3_FETCH_OPERATOR_RESULTRetrieve an OperatorResult

Retrieve an OperatorResult

认证

需要 Connected Account

Tags

OperatorResults
Retrieve a specific Operator VersionTWILIO_INTELLIGENCE_V3_FETCH_OPERATOR_VERSIONRetrieve a specific Operator Version

Retrieve a specific Operator Version

认证

需要 Connected Account

Tags

Operators
Retrieve a list of Intelligence ConfigurationsTWILIO_INTELLIGENCE_V3_LIST_CONFIGURATIONSRetrieve a list of Intelligence Configurations

Retrieve a list of Intelligence Configurations

认证

需要 Connected Account

Tags

Configurations
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 Account

Tags

Conversations
Retrieve a list of OperatorResultsTWILIO_INTELLIGENCE_V3_LIST_OPERATOR_RESULTSRetrieve a list of OperatorResults

Retrieve a list of OperatorResults

认证

需要 Connected Account

Tags

OperatorResults
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 Account

Tags

Operators
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 Account

Tags

Operators
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 Account

Tags

Configurations
Update an OperatorTWILIO_INTELLIGENCE_V3_UPDATE_OPERATORUpdate an Operator

Update an Operator

认证

需要 Connected Account

Tags

Operators
Ip Messaging V1 CreateChannelTWILIO_IP_MESSAGING_V1_CREATE_CHANNELIp Messaging V1 CreateChannel

Ip Messaging V1 CreateChannel

认证

需要 Connected Account

Tags

IpMessagingV1Channel
Ip Messaging V1 CreateCredentialTWILIO_IP_MESSAGING_V1_CREATE_CREDENTIALIp Messaging V1 CreateCredential

Ip Messaging V1 CreateCredential

认证

需要 Connected Account

Tags

IpMessagingV1Credential
Ip Messaging V1 CreateInviteTWILIO_IP_MESSAGING_V1_CREATE_INVITEIp Messaging V1 CreateInvite

Ip Messaging V1 CreateInvite

认证

需要 Connected Account

Tags

IpMessagingV1Invite
Ip Messaging V1 CreateMemberTWILIO_IP_MESSAGING_V1_CREATE_MEMBERIp Messaging V1 CreateMember

Ip Messaging V1 CreateMember

认证

需要 Connected Account

Tags

IpMessagingV1Member
Ip Messaging V1 CreateMessageTWILIO_IP_MESSAGING_V1_CREATE_MESSAGEIp Messaging V1 CreateMessage

Ip Messaging V1 CreateMessage

认证

需要 Connected Account

Tags

IpMessagingV1Message
Ip Messaging V1 CreateRoleTWILIO_IP_MESSAGING_V1_CREATE_ROLEIp Messaging V1 CreateRole

Ip Messaging V1 CreateRole

认证

需要 Connected Account

Tags

IpMessagingV1Role
Ip Messaging V1 CreateServiceTWILIO_IP_MESSAGING_V1_CREATE_SERVICEIp Messaging V1 CreateService

Ip Messaging V1 CreateService

认证

需要 Connected Account

Tags

IpMessagingV1Service
Ip Messaging V1 CreateUserTWILIO_IP_MESSAGING_V1_CREATE_USERIp Messaging V1 CreateUser

Ip Messaging V1 CreateUser

认证

需要 Connected Account

Tags

IpMessagingV1User
Ip Messaging V1 DeleteChannelTWILIO_IP_MESSAGING_V1_DELETE_CHANNELIp Messaging V1 DeleteChannel

Ip Messaging V1 DeleteChannel

认证

需要 Connected Account

Tags

IpMessagingV1Channel
Ip Messaging V1 DeleteCredentialTWILIO_IP_MESSAGING_V1_DELETE_CREDENTIALIp Messaging V1 DeleteCredential

Ip Messaging V1 DeleteCredential

认证

需要 Connected Account

Tags

IpMessagingV1Credential
Ip Messaging V1 DeleteInviteTWILIO_IP_MESSAGING_V1_DELETE_INVITEIp Messaging V1 DeleteInvite

Ip Messaging V1 DeleteInvite

认证

需要 Connected Account

Tags

IpMessagingV1Invite
Ip Messaging V1 DeleteMemberTWILIO_IP_MESSAGING_V1_DELETE_MEMBERIp Messaging V1 DeleteMember

Ip Messaging V1 DeleteMember

认证

需要 Connected Account

Tags

IpMessagingV1Member
Ip Messaging V1 DeleteMessageTWILIO_IP_MESSAGING_V1_DELETE_MESSAGEIp Messaging V1 DeleteMessage

Ip Messaging V1 DeleteMessage

认证

需要 Connected Account

Tags

IpMessagingV1Message
Ip Messaging V1 DeleteRoleTWILIO_IP_MESSAGING_V1_DELETE_ROLEIp Messaging V1 DeleteRole

Ip Messaging V1 DeleteRole

认证

需要 Connected Account

Tags

IpMessagingV1Role
Ip Messaging V1 DeleteServiceTWILIO_IP_MESSAGING_V1_DELETE_SERVICEIp Messaging V1 DeleteService

Ip Messaging V1 DeleteService

认证

需要 Connected Account

Tags

IpMessagingV1Service
Ip Messaging V1 DeleteUserTWILIO_IP_MESSAGING_V1_DELETE_USERIp Messaging V1 DeleteUser

Ip Messaging V1 DeleteUser

认证

需要 Connected Account

Tags

IpMessagingV1User
Ip Messaging V1 FetchChannelTWILIO_IP_MESSAGING_V1_FETCH_CHANNELIp Messaging V1 FetchChannel

Ip Messaging V1 FetchChannel

认证

需要 Connected Account

Tags

IpMessagingV1Channel
Ip Messaging V1 FetchCredentialTWILIO_IP_MESSAGING_V1_FETCH_CREDENTIALIp Messaging V1 FetchCredential

Ip Messaging V1 FetchCredential

认证

需要 Connected Account

Tags

IpMessagingV1Credential
Ip Messaging V1 FetchInviteTWILIO_IP_MESSAGING_V1_FETCH_INVITEIp Messaging V1 FetchInvite

Ip Messaging V1 FetchInvite

认证

需要 Connected Account

Tags

IpMessagingV1Invite
Ip Messaging V1 FetchMemberTWILIO_IP_MESSAGING_V1_FETCH_MEMBERIp Messaging V1 FetchMember

Ip Messaging V1 FetchMember

认证

需要 Connected Account

Tags

IpMessagingV1Member
Ip Messaging V1 FetchMessageTWILIO_IP_MESSAGING_V1_FETCH_MESSAGEIp Messaging V1 FetchMessage

Ip Messaging V1 FetchMessage

认证

需要 Connected Account

Tags

IpMessagingV1Message
Ip Messaging V1 FetchRoleTWILIO_IP_MESSAGING_V1_FETCH_ROLEIp Messaging V1 FetchRole

Ip Messaging V1 FetchRole

认证

需要 Connected Account

Tags

IpMessagingV1Role
Ip Messaging V1 FetchServiceTWILIO_IP_MESSAGING_V1_FETCH_SERVICEIp Messaging V1 FetchService

Ip Messaging V1 FetchService

认证

需要 Connected Account

Tags

IpMessagingV1Service
Ip Messaging V1 FetchUserTWILIO_IP_MESSAGING_V1_FETCH_USERIp Messaging V1 FetchUser

Ip Messaging V1 FetchUser

认证

需要 Connected Account

Tags

IpMessagingV1User
Ip Messaging V1 ListChannelTWILIO_IP_MESSAGING_V1_LIST_CHANNELIp Messaging V1 ListChannel

Ip Messaging V1 ListChannel

认证

需要 Connected Account

Tags

IpMessagingV1Channel
Ip Messaging V1 ListCredentialTWILIO_IP_MESSAGING_V1_LIST_CREDENTIALIp Messaging V1 ListCredential

Ip Messaging V1 ListCredential

认证

需要 Connected Account

Tags

IpMessagingV1Credential
Ip Messaging V1 ListInviteTWILIO_IP_MESSAGING_V1_LIST_INVITEIp Messaging V1 ListInvite

Ip Messaging V1 ListInvite

认证

需要 Connected Account

Tags

IpMessagingV1Invite
Ip Messaging V1 ListMemberTWILIO_IP_MESSAGING_V1_LIST_MEMBERIp Messaging V1 ListMember

Ip Messaging V1 ListMember

认证

需要 Connected Account

Tags

IpMessagingV1Member
Ip Messaging V1 ListMessageTWILIO_IP_MESSAGING_V1_LIST_MESSAGEIp Messaging V1 ListMessage

Ip Messaging V1 ListMessage

认证

需要 Connected Account

Tags

IpMessagingV1Message
Ip Messaging V1 ListRoleTWILIO_IP_MESSAGING_V1_LIST_ROLEIp Messaging V1 ListRole

Ip Messaging V1 ListRole

认证

需要 Connected Account

Tags

IpMessagingV1Role
Ip Messaging V1 ListServiceTWILIO_IP_MESSAGING_V1_LIST_SERVICEIp Messaging V1 ListService

Ip Messaging V1 ListService

认证

需要 Connected Account

Tags

IpMessagingV1Service
Ip Messaging V1 ListUserTWILIO_IP_MESSAGING_V1_LIST_USERIp Messaging V1 ListUser

Ip Messaging V1 ListUser

认证

需要 Connected Account

Tags

IpMessagingV1User
Ip Messaging V1 ListUserChannelTWILIO_IP_MESSAGING_V1_LIST_USER_CHANNELIp Messaging V1 ListUserChannel

Ip Messaging V1 ListUserChannel

认证

需要 Connected Account

Tags

IpMessagingV1UserChannel
Ip Messaging V1 UpdateChannelTWILIO_IP_MESSAGING_V1_UPDATE_CHANNELIp Messaging V1 UpdateChannel

Ip Messaging V1 UpdateChannel

认证

需要 Connected Account

Tags

IpMessagingV1Channel
Ip Messaging V1 UpdateCredentialTWILIO_IP_MESSAGING_V1_UPDATE_CREDENTIALIp Messaging V1 UpdateCredential

Ip Messaging V1 UpdateCredential

认证

需要 Connected Account

Tags

IpMessagingV1Credential
Ip Messaging V1 UpdateMemberTWILIO_IP_MESSAGING_V1_UPDATE_MEMBERIp Messaging V1 UpdateMember

Ip Messaging V1 UpdateMember

认证

需要 Connected Account

Tags

IpMessagingV1Member
Ip Messaging V1 UpdateMessageTWILIO_IP_MESSAGING_V1_UPDATE_MESSAGEIp Messaging V1 UpdateMessage

Ip Messaging V1 UpdateMessage

认证

需要 Connected Account

Tags

IpMessagingV1Message
Ip Messaging V1 UpdateRoleTWILIO_IP_MESSAGING_V1_UPDATE_ROLEIp Messaging V1 UpdateRole

Ip Messaging V1 UpdateRole

认证

需要 Connected Account

Tags

IpMessagingV1Role
Ip Messaging V1 UpdateServiceTWILIO_IP_MESSAGING_V1_UPDATE_SERVICEIp Messaging V1 UpdateService

Ip Messaging V1 UpdateService

认证

需要 Connected Account

Tags

IpMessagingV1Service
Ip Messaging V1 UpdateUserTWILIO_IP_MESSAGING_V1_UPDATE_USERIp Messaging V1 UpdateUser

Ip Messaging V1 UpdateUser

认证

需要 Connected Account

Tags

IpMessagingV1User
Ip Messaging V2 CreateChannelTWILIO_IP_MESSAGING_V2_CREATE_CHANNELIp Messaging V2 CreateChannel

Ip Messaging V2 CreateChannel

认证

需要 Connected Account

Tags

IpMessagingV2Channel
Ip Messaging V2 CreateChannelWebhookTWILIO_IP_MESSAGING_V2_CREATE_CHANNEL_WEBHOOKIp Messaging V2 CreateChannelWebhook

Ip Messaging V2 CreateChannelWebhook

认证

需要 Connected Account

Tags

IpMessagingV2Webhook
Ip Messaging V2 CreateCredentialTWILIO_IP_MESSAGING_V2_CREATE_CREDENTIALIp Messaging V2 CreateCredential

Ip Messaging V2 CreateCredential

认证

需要 Connected Account

Tags

IpMessagingV2Credential
Ip Messaging V2 CreateInviteTWILIO_IP_MESSAGING_V2_CREATE_INVITEIp Messaging V2 CreateInvite

Ip Messaging V2 CreateInvite

认证

需要 Connected Account

Tags

IpMessagingV2Invite
Ip Messaging V2 CreateMemberTWILIO_IP_MESSAGING_V2_CREATE_MEMBERIp Messaging V2 CreateMember

Ip Messaging V2 CreateMember

认证

需要 Connected Account

Tags

IpMessagingV2Member
Ip Messaging V2 CreateMessageTWILIO_IP_MESSAGING_V2_CREATE_MESSAGEIp Messaging V2 CreateMessage

Ip Messaging V2 CreateMessage

认证

需要 Connected Account

Tags

IpMessagingV2Message
Ip Messaging V2 CreateRoleTWILIO_IP_MESSAGING_V2_CREATE_ROLEIp Messaging V2 CreateRole

Ip Messaging V2 CreateRole

认证

需要 Connected Account

Tags

IpMessagingV2Role
Ip Messaging V2 CreateServiceTWILIO_IP_MESSAGING_V2_CREATE_SERVICEIp Messaging V2 CreateService

Ip Messaging V2 CreateService

认证

需要 Connected Account

Tags

IpMessagingV2Service
Ip Messaging V2 CreateUserTWILIO_IP_MESSAGING_V2_CREATE_USERIp Messaging V2 CreateUser

Ip Messaging V2 CreateUser

认证

需要 Connected Account

Tags

IpMessagingV2User
Ip Messaging V2 DeleteBindingTWILIO_IP_MESSAGING_V2_DELETE_BINDINGIp Messaging V2 DeleteBinding

Ip Messaging V2 DeleteBinding

认证

需要 Connected Account

Tags

IpMessagingV2Binding
Ip Messaging V2 DeleteChannelTWILIO_IP_MESSAGING_V2_DELETE_CHANNELIp Messaging V2 DeleteChannel

Ip Messaging V2 DeleteChannel

认证

需要 Connected Account

Tags

IpMessagingV2Channel
Ip Messaging V2 DeleteChannelWebhookTWILIO_IP_MESSAGING_V2_DELETE_CHANNEL_WEBHOOKIp Messaging V2 DeleteChannelWebhook

Ip Messaging V2 DeleteChannelWebhook

认证

需要 Connected Account

Tags

IpMessagingV2Webhook
Ip Messaging V2 DeleteCredentialTWILIO_IP_MESSAGING_V2_DELETE_CREDENTIALIp Messaging V2 DeleteCredential

Ip Messaging V2 DeleteCredential

认证

需要 Connected Account

Tags

IpMessagingV2Credential
Ip Messaging V2 DeleteInviteTWILIO_IP_MESSAGING_V2_DELETE_INVITEIp Messaging V2 DeleteInvite

Ip Messaging V2 DeleteInvite

认证

需要 Connected Account

Tags

IpMessagingV2Invite
Ip Messaging V2 DeleteMemberTWILIO_IP_MESSAGING_V2_DELETE_MEMBERIp Messaging V2 DeleteMember

Ip Messaging V2 DeleteMember

认证

需要 Connected Account

Tags

IpMessagingV2Member
Ip Messaging V2 DeleteMessageTWILIO_IP_MESSAGING_V2_DELETE_MESSAGEIp Messaging V2 DeleteMessage

Ip Messaging V2 DeleteMessage

认证

需要 Connected Account

Tags

IpMessagingV2Message
Ip Messaging V2 DeleteRoleTWILIO_IP_MESSAGING_V2_DELETE_ROLEIp Messaging V2 DeleteRole

Ip Messaging V2 DeleteRole

认证

需要 Connected Account

Tags

IpMessagingV2Role
Ip Messaging V2 DeleteServiceTWILIO_IP_MESSAGING_V2_DELETE_SERVICEIp Messaging V2 DeleteService

Ip Messaging V2 DeleteService

认证

需要 Connected Account

Tags

IpMessagingV2Service
Ip Messaging V2 DeleteUserTWILIO_IP_MESSAGING_V2_DELETE_USERIp Messaging V2 DeleteUser

Ip Messaging V2 DeleteUser

认证

需要 Connected Account

Tags

IpMessagingV2User
Ip Messaging V2 DeleteUserBindingTWILIO_IP_MESSAGING_V2_DELETE_USER_BINDINGIp Messaging V2 DeleteUserBinding

Ip Messaging V2 DeleteUserBinding

认证

需要 Connected Account

Tags

IpMessagingV2UserBinding
Ip Messaging V2 DeleteUserChannelTWILIO_IP_MESSAGING_V2_DELETE_USER_CHANNELIp Messaging V2 DeleteUserChannel

Ip Messaging V2 DeleteUserChannel

认证

需要 Connected Account

Tags

IpMessagingV2UserChannel
Ip Messaging V2 FetchBindingTWILIO_IP_MESSAGING_V2_FETCH_BINDINGIp Messaging V2 FetchBinding

Ip Messaging V2 FetchBinding

认证

需要 Connected Account

Tags

IpMessagingV2Binding
Ip Messaging V2 FetchChannelTWILIO_IP_MESSAGING_V2_FETCH_CHANNELIp Messaging V2 FetchChannel

Ip Messaging V2 FetchChannel

认证

需要 Connected Account

Tags

IpMessagingV2Channel
Ip Messaging V2 FetchChannelWebhookTWILIO_IP_MESSAGING_V2_FETCH_CHANNEL_WEBHOOKIp Messaging V2 FetchChannelWebhook

Ip Messaging V2 FetchChannelWebhook

认证

需要 Connected Account

Tags

IpMessagingV2Webhook
Ip Messaging V2 FetchCredentialTWILIO_IP_MESSAGING_V2_FETCH_CREDENTIALIp Messaging V2 FetchCredential

Ip Messaging V2 FetchCredential

认证

需要 Connected Account

Tags

IpMessagingV2Credential
Ip Messaging V2 FetchInviteTWILIO_IP_MESSAGING_V2_FETCH_INVITEIp Messaging V2 FetchInvite

Ip Messaging V2 FetchInvite

认证

需要 Connected Account

Tags

IpMessagingV2Invite
Ip Messaging V2 FetchMemberTWILIO_IP_MESSAGING_V2_FETCH_MEMBERIp Messaging V2 FetchMember

Ip Messaging V2 FetchMember

认证

需要 Connected Account

Tags

IpMessagingV2Member
Ip Messaging V2 FetchMessageTWILIO_IP_MESSAGING_V2_FETCH_MESSAGEIp Messaging V2 FetchMessage

Ip Messaging V2 FetchMessage

认证

需要 Connected Account

Tags

IpMessagingV2Message
Ip Messaging V2 FetchRoleTWILIO_IP_MESSAGING_V2_FETCH_ROLEIp Messaging V2 FetchRole

Ip Messaging V2 FetchRole

认证

需要 Connected Account

Tags

IpMessagingV2Role
Ip Messaging V2 FetchServiceTWILIO_IP_MESSAGING_V2_FETCH_SERVICEIp Messaging V2 FetchService

Ip Messaging V2 FetchService

认证

需要 Connected Account

Tags

IpMessagingV2Service
Ip Messaging V2 FetchUserTWILIO_IP_MESSAGING_V2_FETCH_USERIp Messaging V2 FetchUser

Ip Messaging V2 FetchUser

认证

需要 Connected Account

Tags

IpMessagingV2User
Ip Messaging V2 FetchUserBindingTWILIO_IP_MESSAGING_V2_FETCH_USER_BINDINGIp Messaging V2 FetchUserBinding

Ip Messaging V2 FetchUserBinding

认证

需要 Connected Account

Tags

IpMessagingV2UserBinding
Ip Messaging V2 FetchUserChannelTWILIO_IP_MESSAGING_V2_FETCH_USER_CHANNELIp Messaging V2 FetchUserChannel

Ip Messaging V2 FetchUserChannel

认证

需要 Connected Account

Tags

IpMessagingV2UserChannel
Ip Messaging V2 ListBindingTWILIO_IP_MESSAGING_V2_LIST_BINDINGIp Messaging V2 ListBinding

Ip Messaging V2 ListBinding

认证

需要 Connected Account

Tags

IpMessagingV2Binding
Ip Messaging V2 ListChannelTWILIO_IP_MESSAGING_V2_LIST_CHANNELIp Messaging V2 ListChannel

Ip Messaging V2 ListChannel

认证

需要 Connected Account

Tags

IpMessagingV2Channel
Ip Messaging V2 ListChannelWebhookTWILIO_IP_MESSAGING_V2_LIST_CHANNEL_WEBHOOKIp Messaging V2 ListChannelWebhook

Ip Messaging V2 ListChannelWebhook

认证

需要 Connected Account

Tags

IpMessagingV2Webhook
Ip Messaging V2 ListCredentialTWILIO_IP_MESSAGING_V2_LIST_CREDENTIALIp Messaging V2 ListCredential

Ip Messaging V2 ListCredential

认证

需要 Connected Account

Tags

IpMessagingV2Credential
Ip Messaging V2 ListInviteTWILIO_IP_MESSAGING_V2_LIST_INVITEIp Messaging V2 ListInvite

Ip Messaging V2 ListInvite

认证

需要 Connected Account

Tags

IpMessagingV2Invite
Ip Messaging V2 ListMemberTWILIO_IP_MESSAGING_V2_LIST_MEMBERIp Messaging V2 ListMember

Ip Messaging V2 ListMember

认证

需要 Connected Account

Tags

IpMessagingV2Member
Ip Messaging V2 ListMessageTWILIO_IP_MESSAGING_V2_LIST_MESSAGEIp Messaging V2 ListMessage

Ip Messaging V2 ListMessage

认证

需要 Connected Account

Tags

IpMessagingV2Message
Ip Messaging V2 ListRoleTWILIO_IP_MESSAGING_V2_LIST_ROLEIp Messaging V2 ListRole

Ip Messaging V2 ListRole

认证

需要 Connected Account

Tags

IpMessagingV2Role
Ip Messaging V2 ListServiceTWILIO_IP_MESSAGING_V2_LIST_SERVICEIp Messaging V2 ListService

Ip Messaging V2 ListService

认证

需要 Connected Account

Tags

IpMessagingV2Service
Ip Messaging V2 ListUserTWILIO_IP_MESSAGING_V2_LIST_USERIp Messaging V2 ListUser

Ip Messaging V2 ListUser

认证

需要 Connected Account

Tags

IpMessagingV2User
Ip Messaging V2 ListUserBindingTWILIO_IP_MESSAGING_V2_LIST_USER_BINDINGIp Messaging V2 ListUserBinding

Ip Messaging V2 ListUserBinding

认证

需要 Connected Account

Tags

IpMessagingV2UserBinding
Ip Messaging V2 ListUserChannelTWILIO_IP_MESSAGING_V2_LIST_USER_CHANNELIp Messaging V2 ListUserChannel

Ip Messaging V2 ListUserChannel

认证

需要 Connected Account

Tags

IpMessagingV2UserChannel
Ip Messaging V2 UpdateChannelTWILIO_IP_MESSAGING_V2_UPDATE_CHANNELIp Messaging V2 UpdateChannel

Ip Messaging V2 UpdateChannel

认证

需要 Connected Account

Tags

IpMessagingV2Channel
Ip Messaging V2 UpdateChannelWebhookTWILIO_IP_MESSAGING_V2_UPDATE_CHANNEL_WEBHOOKIp Messaging V2 UpdateChannelWebhook

Ip Messaging V2 UpdateChannelWebhook

认证

需要 Connected Account

Tags

IpMessagingV2Webhook
Ip Messaging V2 UpdateCredentialTWILIO_IP_MESSAGING_V2_UPDATE_CREDENTIALIp Messaging V2 UpdateCredential

Ip Messaging V2 UpdateCredential

认证

需要 Connected Account

Tags

IpMessagingV2Credential
Ip Messaging V2 UpdateMemberTWILIO_IP_MESSAGING_V2_UPDATE_MEMBERIp Messaging V2 UpdateMember

Ip Messaging V2 UpdateMember

认证

需要 Connected Account

Tags

IpMessagingV2Member
Ip Messaging V2 UpdateMessageTWILIO_IP_MESSAGING_V2_UPDATE_MESSAGEIp Messaging V2 UpdateMessage

Ip Messaging V2 UpdateMessage

认证

需要 Connected Account

Tags

IpMessagingV2Message
Ip Messaging V2 UpdateRoleTWILIO_IP_MESSAGING_V2_UPDATE_ROLEIp Messaging V2 UpdateRole

Ip Messaging V2 UpdateRole

认证

需要 Connected Account

Tags

IpMessagingV2Role
Ip Messaging V2 UpdateServiceTWILIO_IP_MESSAGING_V2_UPDATE_SERVICEIp Messaging V2 UpdateService

Ip Messaging V2 UpdateService

认证

需要 Connected Account

Tags

IpMessagingV2Service
Ip Messaging V2 UpdateUserTWILIO_IP_MESSAGING_V2_UPDATE_USERIp Messaging V2 UpdateUser

Ip Messaging V2 UpdateUser

认证

需要 Connected Account

Tags

IpMessagingV2User
Ip Messaging V2 UpdateUserChannelTWILIO_IP_MESSAGING_V2_UPDATE_USER_CHANNELIp Messaging V2 UpdateUserChannel

Ip Messaging V2 UpdateUserChannel

认证

需要 Connected Account

Tags

IpMessagingV2UserChannel
Create knowledgeTWILIO_KNOWLEDGE_V1_CREATE_KNOWLEDGECreate knowledge

Create knowledge

认证

需要 Connected Account

Tags

v1
Delete knowledgeTWILIO_KNOWLEDGE_V1_DELETE_KNOWLEDGEDelete knowledge

Delete knowledge

认证

需要 Connected Account

Tags

v1
Get knowledgeTWILIO_KNOWLEDGE_V1_FETCH_KNOWLEDGEGet knowledge

Get knowledge

认证

需要 Connected Account

Tags

v1
Get knowledge statusTWILIO_KNOWLEDGE_V1_FETCH_KNOWLEDGE_STATUSGet knowledge status

Get knowledge status

认证

需要 Connected Account

Tags

v1
List all knowledgeTWILIO_KNOWLEDGE_V1_LIST_KNOWLEDGEList all knowledge

List all knowledge

认证

需要 Connected Account

Tags

v1
List knowledge chunksTWILIO_KNOWLEDGE_V1_LIST_KNOWLEDGE_CHUNKSList knowledge chunks

List knowledge chunks

认证

需要 Connected Account

Tags

v1
Update knowledgeTWILIO_KNOWLEDGE_V1_UPDATE_KNOWLEDGEUpdate knowledge

Update knowledge

认证

需要 Connected Account

Tags

v1
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 Account

Tags

Knowledge
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 Account

Tags

KnowledgeBases
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 Account

Tags

Knowledge
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 Account

Tags

Knowledge
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 Account

Tags

KnowledgeBases
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 Account

Tags

Knowledge
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 Account

Tags

KnowledgeBases
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 Account

Tags

Operations
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 Account

Tags

Knowledge
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 Account

Tags

KnowledgeBases
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 Account

Tags

Knowledge
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 Account

Tags

Knowledge
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 Account

Tags

KnowledgeBases
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 Account

Tags

LookupsV1PhoneNumber
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 Account

Tags

v2
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 Account

Tags

v2
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 Account

Tags

v2
Delete rate limitTWILIO_LOOKUPS_V2_DELETE_LOOKUP_RATE_LIMITDelete rate limit

Delete rate limit

认证

需要 Connected Account

Tags

v2
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 Account

Tags

v2
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 Account

Tags

v2
Get rate limitTWILIO_LOOKUPS_V2_FETCH_LOOKUP_RATE_LIMITGet rate limit

Get rate limit

认证

需要 Connected Account

Tags

v2
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 Account

Tags

LookupsV2PhoneNumber
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 Account

Tags

v2
Upsert rate limitTWILIO_LOOKUPS_V2_UPDATE_LOOKUP_RATE_LIMITUpsert rate limit

Upsert rate limit

认证

需要 Connected Account

Tags

v2
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 Account

Tags

MarketplaceBillingUsage
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 Account

Tags

MarketplaceInstalledAddOn
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 Account

Tags

MarketplaceModuleData
Marketplace V1 CreateReferralConversionTWILIO_MARKETPLACE_V1_CREATE_REFERRAL_CONVERSIONMarketplace V1 CreateReferralConversion

Marketplace V1 CreateReferralConversion

认证

需要 Connected Account

Tags

MarketplaceReferralConversion
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 Account

Tags

MarketplaceInstalledAddOn
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 Account

Tags

MarketplaceAvailableAddOn
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 Account

Tags

MarketplaceAvailableAddOnExtension
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 Account

Tags

MarketplaceInstalledAddOn
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 Account

Tags

MarketplaceInstalledAddOnExtension
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 Account

Tags

MarketplaceModuleData
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 Account

Tags

MarketplaceModuleDataManagement
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 Account

Tags

MarketplaceAvailableAddOn
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 Account

Tags

MarketplaceAvailableAddOnExtension
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 Account

Tags

MarketplaceInstalledAddOn
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 Account

Tags

MarketplaceInstalledAddOnExtension
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 Account

Tags

MarketplaceInstalledAddOn
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 Account

Tags

MarketplaceInstalledAddOnExtension
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 Account

Tags

MarketplaceModuleDataManagement
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 Account

Tags

DataMapping
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 Account

Tags

Retrieval
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 Account

Tags

Profile
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 Account

Tags

ConversationSummaries
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 Account

Tags

Identifiers
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 Account

Tags

Observations
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 Account

Tags

Profile
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 Account

Tags

Retrieval
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 Account

Tags

Store
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 Account

Tags

TraitGroup
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 Account

Tags

DataMapping
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 Account

Tags

Profile
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 Account

Tags

ConversationSummaries
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 Account

Tags

Identifiers
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 Account

Tags

Observations
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 Account

Tags

Store
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 Account

Tags

TraitGroup
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 Account

Tags

DataMapping
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 Account

Tags

IdentityResolutionSettings
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 Account

Tags

Operations
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 Account

Tags

Profile
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 Account

Tags

ConversationSummaries
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 Account

Tags

Identifiers
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 Account

Tags

Profile
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 Account

Tags

Observations
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 Account

Tags

Store
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 Account

Tags

TraitGroup
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 Account

Tags

DataMapping
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 Account

Tags

Observations
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 Account

Tags

ConversationSummaries
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 Account

Tags

Identifiers
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 Account

Tags

Profile
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 Account

Tags

Observations
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 Account

Tags

Traits
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 Account

Tags

Profile
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 Account

Tags

Store
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 Account

Tags

TraitGroup
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 Account

Tags

DataMapping
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 Account

Tags

ConversationSummaries
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 Account

Tags

Identifiers
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 Account

Tags

Observations
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 Account

Tags

Profile
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 Account

Tags

Store
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 Account

Tags

TraitGroup
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 Account

Tags

IdentityResolutionSettings
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 Account

Tags

Profile
Messaging V1 CreateAlphaSenderTWILIO_MESSAGING_V1_CREATE_ALPHA_SENDERMessaging V1 CreateAlphaSender

Messaging V1 CreateAlphaSender

认证

需要 Connected Account

Tags

MessagingV1AlphaSender
Messaging V1 CreateBrandRegistrationOtpTWILIO_MESSAGING_V1_CREATE_BRAND_REGISTRATION_OTPMessaging V1 CreateBrandRegistrationOtp

Messaging V1 CreateBrandRegistrationOtp

认证

需要 Connected Account

Tags

MessagingV1BrandRegistrationOtp
Messaging V1 CreateBrandRegistrationsTWILIO_MESSAGING_V1_CREATE_BRAND_REGISTRATIONSMessaging V1 CreateBrandRegistrations

Messaging V1 CreateBrandRegistrations

认证

需要 Connected Account

Tags

MessagingV1BrandRegistration
Messaging V1 CreateBrandVettingTWILIO_MESSAGING_V1_CREATE_BRAND_VETTINGMessaging V1 CreateBrandVetting

Messaging V1 CreateBrandVetting

认证

需要 Connected Account

Tags

MessagingV1BrandVetting
Messaging V1 CreateChannelSenderTWILIO_MESSAGING_V1_CREATE_CHANNEL_SENDERMessaging V1 CreateChannelSender

Messaging V1 CreateChannelSender

认证

需要 Connected Account

Tags

MessagingV1ChannelSender
Messaging V1 CreateDestinationAlphaSenderTWILIO_MESSAGING_V1_CREATE_DESTINATION_ALPHA_SENDERMessaging V1 CreateDestinationAlphaSender

Messaging V1 CreateDestinationAlphaSender

认证

需要 Connected Account

Tags

MessagingV1DestinationAlphaSender
Messaging V1 CreateExternalCampaignTWILIO_MESSAGING_V1_CREATE_EXTERNAL_CAMPAIGNMessaging V1 CreateExternalCampaign

Messaging V1 CreateExternalCampaign

认证

需要 Connected Account

Tags

MessagingV1ExternalCampaign
Messaging V1 CreateLinkshorteningMessagingServiceTWILIO_MESSAGING_V1_CREATE_LINKSHORTENING_MESSAGING_SERVICEMessaging V1 CreateLinkshorteningMessagingService

Messaging V1 CreateLinkshorteningMessagingService

认证

需要 Connected Account

Tags

MessagingV1LinkshorteningMessagingService
Messaging V1 CreatePhoneNumberTWILIO_MESSAGING_V1_CREATE_PHONE_NUMBERMessaging V1 CreatePhoneNumber

Messaging V1 CreatePhoneNumber

认证

需要 Connected Account

Tags

MessagingV1PhoneNumber
Messaging V1 CreateServiceTWILIO_MESSAGING_V1_CREATE_SERVICEMessaging V1 CreateService

Messaging V1 CreateService

认证

需要 Connected Account

Tags

MessagingV1Service
Messaging V1 CreateShortCodeTWILIO_MESSAGING_V1_CREATE_SHORT_CODEMessaging V1 CreateShortCode

Messaging V1 CreateShortCode

认证

需要 Connected Account

Tags

MessagingV1ShortCode
Create a tollfree verificationTWILIO_MESSAGING_V1_CREATE_TOLLFREE_VERIFICATIONCreate a tollfree verification

Create a tollfree verification

认证

需要 Connected Account

Tags

MessagingV1TollfreeVerification
Messaging V1 CreateUsAppToPersonTWILIO_MESSAGING_V1_CREATE_US_APP_TO_PERSONMessaging V1 CreateUsAppToPerson

Messaging V1 CreateUsAppToPerson

认证

需要 Connected Account

Tags

MessagingV1UsAppToPerson
Messaging V1 DeleteAlphaSenderTWILIO_MESSAGING_V1_DELETE_ALPHA_SENDERMessaging V1 DeleteAlphaSender

Messaging V1 DeleteAlphaSender

认证

需要 Connected Account

Tags

MessagingV1AlphaSender
Messaging V1 DeleteChannelSenderTWILIO_MESSAGING_V1_DELETE_CHANNEL_SENDERMessaging V1 DeleteChannelSender

Messaging V1 DeleteChannelSender

认证

需要 Connected Account

Tags

MessagingV1ChannelSender
Messaging V1 DeleteDestinationAlphaSenderTWILIO_MESSAGING_V1_DELETE_DESTINATION_ALPHA_SENDERMessaging V1 DeleteDestinationAlphaSender

Messaging V1 DeleteDestinationAlphaSender

认证

需要 Connected Account

Tags

MessagingV1DestinationAlphaSender
Messaging V1 DeleteDomainCertV4TWILIO_MESSAGING_V1_DELETE_DOMAIN_CERT_V4Messaging V1 DeleteDomainCertV4

Messaging V1 DeleteDomainCertV4

认证

需要 Connected Account

Tags

MessagingV1DomainCerts
Messaging V1 DeleteLinkshorteningMessagingServiceTWILIO_MESSAGING_V1_DELETE_LINKSHORTENING_MESSAGING_SERVICEMessaging V1 DeleteLinkshorteningMessagingService

Messaging V1 DeleteLinkshorteningMessagingService

认证

需要 Connected Account

Tags

MessagingV1LinkshorteningMessagingService
Messaging V1 DeletePhoneNumberTWILIO_MESSAGING_V1_DELETE_PHONE_NUMBERMessaging V1 DeletePhoneNumber

Messaging V1 DeletePhoneNumber

认证

需要 Connected Account

Tags

MessagingV1PhoneNumber
Messaging V1 DeleteServiceTWILIO_MESSAGING_V1_DELETE_SERVICEMessaging V1 DeleteService

Messaging V1 DeleteService

认证

需要 Connected Account

Tags

MessagingV1Service
Messaging V1 DeleteShortCodeTWILIO_MESSAGING_V1_DELETE_SHORT_CODEMessaging V1 DeleteShortCode

Messaging V1 DeleteShortCode

认证

需要 Connected Account

Tags

MessagingV1ShortCode
Delete a tollfree verificationTWILIO_MESSAGING_V1_DELETE_TOLLFREE_VERIFICATIONDelete a tollfree verification

Delete a tollfree verification

认证

需要 Connected Account

Tags

MessagingV1TollfreeVerification
Messaging V1 DeleteUsAppToPersonTWILIO_MESSAGING_V1_DELETE_US_APP_TO_PERSONMessaging V1 DeleteUsAppToPerson

Messaging V1 DeleteUsAppToPerson

认证

需要 Connected Account

Tags

MessagingV1UsAppToPerson
Messaging V1 FetchAlphaSenderTWILIO_MESSAGING_V1_FETCH_ALPHA_SENDERMessaging V1 FetchAlphaSender

Messaging V1 FetchAlphaSender

认证

需要 Connected Account

Tags

MessagingV1AlphaSender
Messaging V1 FetchBrandRegistrationsTWILIO_MESSAGING_V1_FETCH_BRAND_REGISTRATIONSMessaging V1 FetchBrandRegistrations

Messaging V1 FetchBrandRegistrations

认证

需要 Connected Account

Tags

MessagingV1BrandRegistration
Messaging V1 FetchBrandVettingTWILIO_MESSAGING_V1_FETCH_BRAND_VETTINGMessaging V1 FetchBrandVetting

Messaging V1 FetchBrandVetting

认证

需要 Connected Account

Tags

MessagingV1BrandVetting
Messaging V1 FetchChannelSenderTWILIO_MESSAGING_V1_FETCH_CHANNEL_SENDERMessaging V1 FetchChannelSender

Messaging V1 FetchChannelSender

认证

需要 Connected Account

Tags

MessagingV1ChannelSender
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 Account

Tags

MessagingV1Deactivations
Messaging V1 FetchDestinationAlphaSenderTWILIO_MESSAGING_V1_FETCH_DESTINATION_ALPHA_SENDERMessaging V1 FetchDestinationAlphaSender

Messaging V1 FetchDestinationAlphaSender

认证

需要 Connected Account

Tags

MessagingV1DestinationAlphaSender
Messaging V1 FetchDomainCertV4TWILIO_MESSAGING_V1_FETCH_DOMAIN_CERT_V4Messaging V1 FetchDomainCertV4

Messaging V1 FetchDomainCertV4

认证

需要 Connected Account

Tags

MessagingV1DomainCerts
Messaging V1 FetchDomainConfigTWILIO_MESSAGING_V1_FETCH_DOMAIN_CONFIGMessaging V1 FetchDomainConfig

Messaging V1 FetchDomainConfig

认证

需要 Connected Account

Tags

MessagingV1DomainConfig
Messaging V1 FetchDomainConfigMessagingServiceTWILIO_MESSAGING_V1_FETCH_DOMAIN_CONFIG_MESSAGING_SERVICEMessaging V1 FetchDomainConfigMessagingService

Messaging V1 FetchDomainConfigMessagingService

认证

需要 Connected Account

Tags

MessagingV1DomainConfigMessagingService
Messaging V1 FetchDomainDnsValidationTWILIO_MESSAGING_V1_FETCH_DOMAIN_DNS_VALIDATIONMessaging V1 FetchDomainDnsValidation

Messaging V1 FetchDomainDnsValidation

认证

需要 Connected Account

Tags

MessagingV1DomainValidateDns
Messaging V1 FetchLinkshorteningMessagingServiceDomainAssociationTWILIO_MESSAGING_V1_FETCH_LINKSHORTENING_MESSAGING_SERVICE_DOMAIN_ASSOCIATIONMessaging V1 FetchLinkshorteningMessagingServiceDomainAssociation

Messaging V1 FetchLinkshorteningMessagingServiceDomainAssociation

认证

需要 Connected Account

Tags

MessagingV1LinkshorteningMessagingServiceDomainAssociation
Messaging V1 FetchPhoneNumberTWILIO_MESSAGING_V1_FETCH_PHONE_NUMBERMessaging V1 FetchPhoneNumber

Messaging V1 FetchPhoneNumber

认证

需要 Connected Account

Tags

MessagingV1PhoneNumber
Messaging V1 FetchServiceTWILIO_MESSAGING_V1_FETCH_SERVICEMessaging V1 FetchService

Messaging V1 FetchService

认证

需要 Connected Account

Tags

MessagingV1Service
Messaging V1 FetchShortCodeTWILIO_MESSAGING_V1_FETCH_SHORT_CODEMessaging V1 FetchShortCode

Messaging V1 FetchShortCode

认证

需要 Connected Account

Tags

MessagingV1ShortCode
Retrieve a tollfree verificationTWILIO_MESSAGING_V1_FETCH_TOLLFREE_VERIFICATIONRetrieve a tollfree verification

Retrieve a tollfree verification

认证

需要 Connected Account

Tags

MessagingV1TollfreeVerification
Messaging V1 FetchUsAppToPersonTWILIO_MESSAGING_V1_FETCH_US_APP_TO_PERSONMessaging V1 FetchUsAppToPerson

Messaging V1 FetchUsAppToPerson

认证

需要 Connected Account

Tags

MessagingV1UsAppToPerson
Messaging V1 FetchUsAppToPersonUsecaseTWILIO_MESSAGING_V1_FETCH_US_APP_TO_PERSON_USECASEMessaging V1 FetchUsAppToPersonUsecase

Messaging V1 FetchUsAppToPersonUsecase

认证

需要 Connected Account

Tags

MessagingV1UsAppToPersonUsecase
Messaging V1 FetchUsecaseTWILIO_MESSAGING_V1_FETCH_USECASEMessaging V1 FetchUsecase

Messaging V1 FetchUsecase

认证

需要 Connected Account

Tags

MessagingV1Usecase
Messaging V1 ListAlphaSenderTWILIO_MESSAGING_V1_LIST_ALPHA_SENDERMessaging V1 ListAlphaSender

Messaging V1 ListAlphaSender

认证

需要 Connected Account

Tags

MessagingV1AlphaSender
Messaging V1 ListBrandRegistrationsTWILIO_MESSAGING_V1_LIST_BRAND_REGISTRATIONSMessaging V1 ListBrandRegistrations

Messaging V1 ListBrandRegistrations

认证

需要 Connected Account

Tags

MessagingV1BrandRegistration
Messaging V1 ListBrandVettingTWILIO_MESSAGING_V1_LIST_BRAND_VETTINGMessaging V1 ListBrandVetting

Messaging V1 ListBrandVetting

认证

需要 Connected Account

Tags

MessagingV1BrandVetting
Messaging V1 ListChannelSenderTWILIO_MESSAGING_V1_LIST_CHANNEL_SENDERMessaging V1 ListChannelSender

Messaging V1 ListChannelSender

认证

需要 Connected Account

Tags

MessagingV1ChannelSender
Messaging V1 ListDestinationAlphaSenderTWILIO_MESSAGING_V1_LIST_DESTINATION_ALPHA_SENDERMessaging V1 ListDestinationAlphaSender

Messaging V1 ListDestinationAlphaSender

认证

需要 Connected Account

Tags

MessagingV1DestinationAlphaSender
Messaging V1 ListPhoneNumberTWILIO_MESSAGING_V1_LIST_PHONE_NUMBERMessaging V1 ListPhoneNumber

Messaging V1 ListPhoneNumber

认证

需要 Connected Account

Tags

MessagingV1PhoneNumber
Messaging V1 ListServiceTWILIO_MESSAGING_V1_LIST_SERVICEMessaging V1 ListService

Messaging V1 ListService

认证

需要 Connected Account

Tags

MessagingV1Service
Messaging V1 ListShortCodeTWILIO_MESSAGING_V1_LIST_SHORT_CODEMessaging V1 ListShortCode

Messaging V1 ListShortCode

认证

需要 Connected Account

Tags

MessagingV1ShortCode
List tollfree verificationsTWILIO_MESSAGING_V1_LIST_TOLLFREE_VERIFICATIONList tollfree verifications

List tollfree verifications

认证

需要 Connected Account

Tags

MessagingV1TollfreeVerification
Messaging V1 ListUsAppToPersonTWILIO_MESSAGING_V1_LIST_US_APP_TO_PERSONMessaging V1 ListUsAppToPerson

Messaging V1 ListUsAppToPerson

认证

需要 Connected Account

Tags

MessagingV1UsAppToPerson
Messaging V1 UpdateBrandRegistrationsTWILIO_MESSAGING_V1_UPDATE_BRAND_REGISTRATIONSMessaging V1 UpdateBrandRegistrations

Messaging V1 UpdateBrandRegistrations

认证

需要 Connected Account

Tags

MessagingV1BrandRegistration
Messaging V1 UpdateDomainCertV4TWILIO_MESSAGING_V1_UPDATE_DOMAIN_CERT_V4Messaging V1 UpdateDomainCertV4

Messaging V1 UpdateDomainCertV4

认证

需要 Connected Account

Tags

MessagingV1DomainCerts
Messaging V1 UpdateDomainConfigTWILIO_MESSAGING_V1_UPDATE_DOMAIN_CONFIGMessaging V1 UpdateDomainConfig

Messaging V1 UpdateDomainConfig

认证

需要 Connected Account

Tags

MessagingV1DomainConfig
Messaging V1 UpdateRequestManagedCertTWILIO_MESSAGING_V1_UPDATE_REQUEST_MANAGED_CERTMessaging V1 UpdateRequestManagedCert

Messaging V1 UpdateRequestManagedCert

认证

需要 Connected Account

Tags

MessagingV1RequestManagedCert
Messaging V1 UpdateServiceTWILIO_MESSAGING_V1_UPDATE_SERVICEMessaging V1 UpdateService

Messaging V1 UpdateService

认证

需要 Connected Account

Tags

MessagingV1Service
Edit a tollfree verificationTWILIO_MESSAGING_V1_UPDATE_TOLLFREE_VERIFICATIONEdit a tollfree verification

Edit a tollfree verification

认证

需要 Connected Account

Tags

MessagingV1TollfreeVerification
Messaging V1 UpdateUsAppToPersonTWILIO_MESSAGING_V1_UPDATE_US_APP_TO_PERSONMessaging V1 UpdateUsAppToPerson

Messaging V1 UpdateUsAppToPerson

认证

需要 Connected Account

Tags

MessagingV1UsAppToPerson
Create a SenderTWILIO_MESSAGING_V2_CREATE_CHANNELS_SENDERCreate a Sender.

Create a Sender.

认证

需要 Connected Account

Tags

MessagingV2ChannelsSender
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 Account

Tags

MessagingV2TypingIndicator
Delete a SenderTWILIO_MESSAGING_V2_DELETE_CHANNELS_SENDER(WhatsApp only) Delete a Sender.

(WhatsApp only) Delete a Sender.

认证

需要 Connected Account

Tags

MessagingV2ChannelsSender
Retrieve a SenderTWILIO_MESSAGING_V2_FETCH_CHANNELS_SENDERRetrieve a Sender.

Retrieve a Sender.

认证

需要 Connected Account

Tags

MessagingV2ChannelsSender
Messaging V2 FetchDomainCertV4TWILIO_MESSAGING_V2_FETCH_DOMAIN_CERT_V4Messaging V2 FetchDomainCertV4

Messaging V2 FetchDomainCertV4

认证

需要 Connected Account

Tags

MessagingV2DomainCerts
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 Account

Tags

MessagingV2ChannelsSender
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 Account

Tags

MessagingV2ChannelsSender
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 Account

Tags

MessagingV3TypingIndicator
Monitor V1 FetchAlertTWILIO_MONITOR_V1_FETCH_ALERTMonitor V1 FetchAlert

Monitor V1 FetchAlert

认证

需要 Connected Account

Tags

MonitorV1Alert
Monitor V1 FetchEventTWILIO_MONITOR_V1_FETCH_EVENTMonitor V1 FetchEvent

Monitor V1 FetchEvent

认证

需要 Connected Account

Tags

MonitorV1Event
Monitor V1 ListAlertTWILIO_MONITOR_V1_LIST_ALERTMonitor V1 ListAlert

Monitor V1 ListAlert

认证

需要 Connected Account

Tags

MonitorV1Alert
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 Account

Tags

MonitorV1Event
Create an alarmTWILIO_MONITOR_V2_CREATE_ALARMCreate an alarm

Create an alarm

认证

需要 Connected Account

Tags

v2
Delete alarmTWILIO_MONITOR_V2_DELETE_ALARMDelete alarm

Delete alarm

认证

需要 Connected Account

Tags

v2
Get alarmTWILIO_MONITOR_V2_FETCH_ALARMGet alarm

Get alarm

认证

需要 Connected Account

Tags

v2
Fetch list of AlarmsTWILIO_MONITOR_V2_LIST_ALARMSFetch list of Alarms

Fetch list of Alarms

认证

需要 Connected Account

Tags

v2
Update alarmTWILIO_MONITOR_V2_UPDATE_ALARMUpdate alarm

Update alarm

认证

需要 Connected Account

Tags

v2
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 Account

Tags

v2
Notify V1 CreateBindingTWILIO_NOTIFY_V1_CREATE_BINDINGNotify V1 CreateBinding

Notify V1 CreateBinding

认证

需要 Connected Account

Tags

NotifyV1Binding
Notify V1 CreateCredentialTWILIO_NOTIFY_V1_CREATE_CREDENTIALNotify V1 CreateCredential

Notify V1 CreateCredential

认证

需要 Connected Account

Tags

NotifyV1Credential
Notify V1 CreateNotificationTWILIO_NOTIFY_V1_CREATE_NOTIFICATIONNotify V1 CreateNotification

Notify V1 CreateNotification

认证

需要 Connected Account

Tags

NotifyV1Notification
Notify V1 CreateServiceTWILIO_NOTIFY_V1_CREATE_SERVICENotify V1 CreateService

Notify V1 CreateService

认证

需要 Connected Account

Tags

NotifyV1Service
Notify V1 DeleteBindingTWILIO_NOTIFY_V1_DELETE_BINDINGNotify V1 DeleteBinding

Notify V1 DeleteBinding

认证

需要 Connected Account

Tags

NotifyV1Binding
Notify V1 DeleteCredentialTWILIO_NOTIFY_V1_DELETE_CREDENTIALNotify V1 DeleteCredential

Notify V1 DeleteCredential

认证

需要 Connected Account

Tags

NotifyV1Credential
Notify V1 DeleteServiceTWILIO_NOTIFY_V1_DELETE_SERVICENotify V1 DeleteService

Notify V1 DeleteService

认证

需要 Connected Account

Tags

NotifyV1Service
Notify V1 FetchBindingTWILIO_NOTIFY_V1_FETCH_BINDINGNotify V1 FetchBinding

Notify V1 FetchBinding

认证

需要 Connected Account

Tags

NotifyV1Binding
Notify V1 FetchCredentialTWILIO_NOTIFY_V1_FETCH_CREDENTIALNotify V1 FetchCredential

Notify V1 FetchCredential

认证

需要 Connected Account

Tags

NotifyV1Credential
Notify V1 FetchServiceTWILIO_NOTIFY_V1_FETCH_SERVICENotify V1 FetchService

Notify V1 FetchService

认证

需要 Connected Account

Tags

NotifyV1Service
Notify V1 ListBindingTWILIO_NOTIFY_V1_LIST_BINDINGNotify V1 ListBinding

Notify V1 ListBinding

认证

需要 Connected Account

Tags

NotifyV1Binding
Notify V1 ListCredentialTWILIO_NOTIFY_V1_LIST_CREDENTIALNotify V1 ListCredential

Notify V1 ListCredential

认证

需要 Connected Account

Tags

NotifyV1Credential
Notify V1 ListServiceTWILIO_NOTIFY_V1_LIST_SERVICENotify V1 ListService

Notify V1 ListService

认证

需要 Connected Account

Tags

NotifyV1Service
Notify V1 UpdateCredentialTWILIO_NOTIFY_V1_UPDATE_CREDENTIALNotify V1 UpdateCredential

Notify V1 UpdateCredential

认证

需要 Connected Account

Tags

NotifyV1Credential
Notify V1 UpdateServiceTWILIO_NOTIFY_V1_UPDATE_SERVICENotify V1 UpdateService

Notify V1 UpdateService

认证

需要 Connected Account

Tags

NotifyV1Service
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 Account

Tags

NumbersV1BulkEligibility
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 Account

Tags

NumbersV1Eligibility
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 Account

Tags

NumbersV1PortingPortIn
Create a Webhook ConfigurationTWILIO_NUMBERS_V1_CREATE_PORTING_WEBHOOK_CONFIGURATIONCreate a Webhook Configuration

Create a Webhook Configuration

认证

需要 Connected Account

Tags

NumbersV1PortingWebhookConfiguration
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 Account

Tags

NumbersV1SenderIdRegistration
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 Account

Tags

NumbersV1SenderIdRegistrationEmbeddedSession
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 Account

Tags

NumbersV1SigningRequestConfiguration
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 Account

Tags

V1CallerIds
Check SMS verification codeTWILIO_NUMBERS_V1_CREATE_SMS_VERIFICATION_CHECKCheck SMS verification code

Check SMS verification code

认证

需要 Connected Account

Tags

V1CallerIds
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 Account

Tags

V1CallerIds
Check voice verification codeTWILIO_NUMBERS_V1_CREATE_VOICE_VERIFICATION_CHECKCheck voice verification code

Check voice verification code

认证

需要 Connected Account

Tags

V1CallerIds
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 Account

Tags

NumbersV1PortingPortIn
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 Account

Tags

NumbersV1PortingPortInPhoneNumber
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 Account

Tags

NumbersV1PortingWebhookConfigurationDelete
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 Account

Tags

NumbersV1BulkEligibility
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 Account

Tags

NumbersV1PortingPortIn
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 Account

Tags

NumbersV1PortingPortInPhoneNumber
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 Account

Tags

NumbersV1PortingPortability
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 Account

Tags

NumbersV1PortingWebhookConfigurationFetch
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 Account

Tags

NumbersV1PortingPortIn
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 Account

Tags

NumbersV1SigningRequestConfiguration
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 Account

Tags

NumbersV2AuthorizationDocument
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 Account

Tags

NumbersV2BulkHostedNumberOrder
Create a new Bundle.TWILIO_NUMBERS_V2_CREATE_BUNDLECreate a new Bundle.

Create a new Bundle.

认证

需要 Connected Account

Tags

NumbersV2Bundle
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 Account

Tags

NumbersV2BundleClone
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 Account

Tags

NumbersV2BundleCopy
Create a new End User.TWILIO_NUMBERS_V2_CREATE_END_USERCreate a new End User.

Create a new End User.

认证

需要 Connected Account

Tags

NumbersV2EndUser
Creates an evaluation for a bundleTWILIO_NUMBERS_V2_CREATE_EVALUATIONCreates an evaluation for a bundle

Creates an evaluation for a bundle

认证

需要 Connected Account

Tags

NumbersV2Evaluation
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 Account

Tags

NumbersV2HostedNumberOrder
Create a new Assigned Item.TWILIO_NUMBERS_V2_CREATE_ITEM_ASSIGNMENTCreate a new Assigned Item.

Create a new Assigned Item.

认证

需要 Connected Account

Tags

NumbersV2ItemAssignment
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 Account

Tags

NumbersV2ReplaceItems
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 Account

Tags

V2ShortCodeApplications
Create a new Supporting Document.TWILIO_NUMBERS_V2_CREATE_SUPPORTING_DOCUMENTCreate a new Supporting Document.

Create a new Supporting Document.

认证

需要 Connected Account

Tags

NumbersV2SupportingDocument
Cancel the AuthorizationDocument request.TWILIO_NUMBERS_V2_DELETE_AUTHORIZATION_DOCUMENTCancel the AuthorizationDocument request.

Cancel the AuthorizationDocument request.

认证

需要 Connected Account

Tags

NumbersV2AuthorizationDocument
Delete a specific Bundle.TWILIO_NUMBERS_V2_DELETE_BUNDLEDelete a specific Bundle.

Delete a specific Bundle.

认证

需要 Connected Account

Tags

NumbersV2Bundle
Delete a caller IDTWILIO_NUMBERS_V2_DELETE_CALLER_IDDelete a caller ID

Delete a caller ID

认证

需要 Connected Account

Tags

V2CallerIds
Delete a specific End User.TWILIO_NUMBERS_V2_DELETE_END_USERDelete a specific End User.

Delete a specific End User.

认证

需要 Connected Account

Tags

NumbersV2EndUser
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 Account

Tags

NumbersV2HostedNumberOrder
Remove an Assignment Item Instance.TWILIO_NUMBERS_V2_DELETE_ITEM_ASSIGNMENTRemove an Assignment Item Instance.

Remove an Assignment Item Instance.

认证

需要 Connected Account

Tags

NumbersV2ItemAssignment
Delete a specific Supporting Document.TWILIO_NUMBERS_V2_DELETE_SUPPORTING_DOCUMENTDelete a specific Supporting Document.

Delete a specific Supporting Document.

认证

需要 Connected Account

Tags

NumbersV2SupportingDocument
Fetch a specific AuthorizationDocument.TWILIO_NUMBERS_V2_FETCH_AUTHORIZATION_DOCUMENTFetch a specific AuthorizationDocument.

Fetch a specific AuthorizationDocument.

认证

需要 Connected Account

Tags

NumbersV2AuthorizationDocument
Fetch a specific BulkHostedNumberOrder.TWILIO_NUMBERS_V2_FETCH_BULK_HOSTED_NUMBER_ORDERFetch a specific BulkHostedNumberOrder.

Fetch a specific BulkHostedNumberOrder.

认证

需要 Connected Account

Tags

NumbersV2BulkHostedNumberOrder
Fetch a specific Bundle instance.TWILIO_NUMBERS_V2_FETCH_BUNDLEFetch a specific Bundle instance.

Fetch a specific Bundle instance.

认证

需要 Connected Account

Tags

NumbersV2Bundle
Fetch specific End User Instance.TWILIO_NUMBERS_V2_FETCH_END_USERFetch specific End User Instance.

Fetch specific End User Instance.

认证

需要 Connected Account

Tags

NumbersV2EndUser
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 Account

Tags

NumbersV2EndUserType
Fetch specific Evaluation Instance.TWILIO_NUMBERS_V2_FETCH_EVALUATIONFetch specific Evaluation Instance.

Fetch specific Evaluation Instance.

认证

需要 Connected Account

Tags

NumbersV2Evaluation
Fetch a specific HostedNumberOrder.TWILIO_NUMBERS_V2_FETCH_HOSTED_NUMBER_ORDERFetch a specific HostedNumberOrder.

Fetch a specific HostedNumberOrder.

认证

需要 Connected Account

Tags

NumbersV2HostedNumberOrder
Fetch specific Assigned Item Instance.TWILIO_NUMBERS_V2_FETCH_ITEM_ASSIGNMENTFetch specific Assigned Item Instance.

Fetch specific Assigned Item Instance.

认证

需要 Connected Account

Tags

NumbersV2ItemAssignment
Fetch specific Regulation Instance.TWILIO_NUMBERS_V2_FETCH_REGULATIONFetch specific Regulation Instance.

Fetch specific Regulation Instance.

认证

需要 Connected Account

Tags

NumbersV2Regulation
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 Account

Tags

V2ShortCodeApplications
Fetch specific Supporting Document Instance.TWILIO_NUMBERS_V2_FETCH_SUPPORTING_DOCUMENTFetch specific Supporting Document Instance.

Fetch specific Supporting Document Instance.

认证

需要 Connected Account

Tags

NumbersV2SupportingDocument
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 Account

Tags

NumbersV2SupportingDocumentType
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 Account

Tags

NumbersV2AuthorizationDocument
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 Account

Tags

NumbersV2Bundle
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 Account

Tags

NumbersV2BundleCopy
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 Account

Tags

V2CallerIds
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 Account

Tags

NumbersV2DependentHostedNumberOrder
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 Account

Tags

NumbersV2EndUser
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 Account

Tags

NumbersV2EndUserType
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 Account

Tags

NumbersV2Evaluation
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 Account

Tags

NumbersV2HostedNumberOrder
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 Account

Tags

NumbersV2ItemAssignment
Retrieve a list of all Regulations.TWILIO_NUMBERS_V2_LIST_REGULATIONRetrieve a list of all Regulations.

Retrieve a list of all Regulations.

认证

需要 Connected Account

Tags

NumbersV2Regulation
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 Account

Tags

V2ShortCodeApplications
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 Account

Tags

NumbersV2SupportingDocument
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 Account

Tags

NumbersV2SupportingDocumentType
Updates a Bundle in an account.TWILIO_NUMBERS_V2_UPDATE_BUNDLEUpdates a Bundle in an account.

Updates a Bundle in an account.

认证

需要 Connected Account

Tags

NumbersV2Bundle
Update a caller IDTWILIO_NUMBERS_V2_UPDATE_CALLER_IDUpdate a caller ID

Update a caller ID

认证

需要 Connected Account

Tags

V2CallerIds
Update an existing End User.TWILIO_NUMBERS_V2_UPDATE_END_USERUpdate an existing End User.

Update an existing End User.

认证

需要 Connected Account

Tags

NumbersV2EndUser
Updates a specific HostedNumberOrder.TWILIO_NUMBERS_V2_UPDATE_HOSTED_NUMBER_ORDERUpdates a specific HostedNumberOrder.

Updates a specific HostedNumberOrder.

认证

需要 Connected Account

Tags

NumbersV2HostedNumberOrder
Update an existing Supporting Document.TWILIO_NUMBERS_V2_UPDATE_SUPPORTING_DOCUMENTUpdate an existing Supporting Document.

Update an existing Supporting Document.

认证

需要 Connected Account

Tags

NumbersV2SupportingDocument
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 Account

Tags

NumbersV3HostedNumbersHostedNumberOrder
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 Account

Tags

PreviewHostedNumbersAuthorizationDocument
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 Account

Tags

PreviewHostedNumbersHostedNumberOrder
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 Account

Tags

PreviewMarketplaceInstalledAddOn
Preview CreateWirelessCommandTWILIO_PREVIEW_CREATE_WIRELESS_COMMANDPreview CreateWirelessCommand

Preview CreateWirelessCommand

认证

需要 Connected Account

Tags

PreviewWirelessCommand
Preview CreateWirelessRatePlanTWILIO_PREVIEW_CREATE_WIRELESS_RATE_PLANPreview CreateWirelessRatePlan

Preview CreateWirelessRatePlan

认证

需要 Connected Account

Tags

PreviewWirelessRatePlan
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 Account

Tags

PreviewHostedNumbersHostedNumberOrder
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 Account

Tags

PreviewMarketplaceInstalledAddOn
Preview DeleteWirelessRatePlanTWILIO_PREVIEW_DELETE_WIRELESS_RATE_PLANPreview DeleteWirelessRatePlan

Preview DeleteWirelessRatePlan

认证

需要 Connected Account

Tags

PreviewWirelessRatePlan
Fetch a specific AuthorizationDocument.TWILIO_PREVIEW_FETCH_HOSTED_NUMBERS_AUTHORIZATION_DOCUMENTFetch a specific AuthorizationDocument.

Fetch a specific AuthorizationDocument.

认证

需要 Connected Account

Tags

PreviewHostedNumbersAuthorizationDocument
Fetch a specific HostedNumberOrder.TWILIO_PREVIEW_FETCH_HOSTED_NUMBERS_HOSTED_NUMBER_ORDERFetch a specific HostedNumberOrder.

Fetch a specific HostedNumberOrder.

认证

需要 Connected Account

Tags

PreviewHostedNumbersHostedNumberOrder
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 Account

Tags

PreviewMarketplaceAvailableAddOn
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 Account

Tags

PreviewMarketplaceAvailableAddOnExtension
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 Account

Tags

PreviewMarketplaceInstalledAddOn
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 Account

Tags

PreviewMarketplaceInstalledAddOnExtension
Preview FetchWirelessCommandTWILIO_PREVIEW_FETCH_WIRELESS_COMMANDPreview FetchWirelessCommand

Preview FetchWirelessCommand

认证

需要 Connected Account

Tags

PreviewWirelessCommand
Preview FetchWirelessRatePlanTWILIO_PREVIEW_FETCH_WIRELESS_RATE_PLANPreview FetchWirelessRatePlan

Preview FetchWirelessRatePlan

认证

需要 Connected Account

Tags

PreviewWirelessRatePlan
Preview FetchWirelessSimTWILIO_PREVIEW_FETCH_WIRELESS_SIMPreview FetchWirelessSim

Preview FetchWirelessSim

认证

需要 Connected Account

Tags

PreviewWirelessSim
Preview FetchWirelessUsageTWILIO_PREVIEW_FETCH_WIRELESS_USAGEPreview FetchWirelessUsage

Preview FetchWirelessUsage

认证

需要 Connected Account

Tags

PreviewWirelessUsage
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 Account

Tags

PreviewHostedNumbersAuthorizationDocument
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 Account

Tags

PreviewHostedNumbersDependentHostedNumberOrder
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 Account

Tags

PreviewHostedNumbersHostedNumberOrder
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 Account

Tags

PreviewMarketplaceAvailableAddOn
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 Account

Tags

PreviewMarketplaceAvailableAddOnExtension
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 Account

Tags

PreviewMarketplaceInstalledAddOn
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 Account

Tags

PreviewMarketplaceInstalledAddOnExtension
Preview ListWirelessCommandTWILIO_PREVIEW_LIST_WIRELESS_COMMANDPreview ListWirelessCommand

Preview ListWirelessCommand

认证

需要 Connected Account

Tags

PreviewWirelessCommand
Preview ListWirelessRatePlanTWILIO_PREVIEW_LIST_WIRELESS_RATE_PLANPreview ListWirelessRatePlan

Preview ListWirelessRatePlan

认证

需要 Connected Account

Tags

PreviewWirelessRatePlan
Preview ListWirelessSimTWILIO_PREVIEW_LIST_WIRELESS_SIMPreview ListWirelessSim

Preview ListWirelessSim

认证

需要 Connected Account

Tags

PreviewWirelessSim
Updates a specific AuthorizationDocument.TWILIO_PREVIEW_UPDATE_HOSTED_NUMBERS_AUTHORIZATION_DOCUMENTUpdates a specific AuthorizationDocument.

Updates a specific AuthorizationDocument.

认证

需要 Connected Account

Tags

PreviewHostedNumbersAuthorizationDocument
Updates a specific HostedNumberOrder.TWILIO_PREVIEW_UPDATE_HOSTED_NUMBERS_HOSTED_NUMBER_ORDERUpdates a specific HostedNumberOrder.

Updates a specific HostedNumberOrder.

认证

需要 Connected Account

Tags

PreviewHostedNumbersHostedNumberOrder
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 Account

Tags

PreviewMarketplaceInstalledAddOn
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 Account

Tags

PreviewMarketplaceInstalledAddOnExtension
Preview UpdateWirelessRatePlanTWILIO_PREVIEW_UPDATE_WIRELESS_RATE_PLANPreview UpdateWirelessRatePlan

Preview UpdateWirelessRatePlan

认证

需要 Connected Account

Tags

PreviewWirelessRatePlan
Preview UpdateWirelessSimTWILIO_PREVIEW_UPDATE_WIRELESS_SIMPreview UpdateWirelessSim

Preview UpdateWirelessSim

认证

需要 Connected Account

Tags

PreviewWirelessSim
Pricing V1 FetchMessagingCountryTWILIO_PRICING_V1_FETCH_MESSAGING_COUNTRYPricing V1 FetchMessagingCountry

Pricing V1 FetchMessagingCountry

认证

需要 Connected Account

Tags

PricingV1Country
Pricing V1 FetchPhoneNumberCountryTWILIO_PRICING_V1_FETCH_PHONE_NUMBER_COUNTRYPricing V1 FetchPhoneNumberCountry

Pricing V1 FetchPhoneNumberCountry

认证

需要 Connected Account

Tags

PricingV1Country
Pricing V1 FetchVoiceCountryTWILIO_PRICING_V1_FETCH_VOICE_COUNTRYPricing V1 FetchVoiceCountry

Pricing V1 FetchVoiceCountry

认证

需要 Connected Account

Tags

PricingV1Country
Pricing V1 FetchVoiceNumberTWILIO_PRICING_V1_FETCH_VOICE_NUMBERPricing V1 FetchVoiceNumber

Pricing V1 FetchVoiceNumber

认证

需要 Connected Account

Tags

PricingV1Number
Pricing V1 ListMessagingCountryTWILIO_PRICING_V1_LIST_MESSAGING_COUNTRYPricing V1 ListMessagingCountry

Pricing V1 ListMessagingCountry

认证

需要 Connected Account

Tags

PricingV1Country
Pricing V1 ListPhoneNumberCountryTWILIO_PRICING_V1_LIST_PHONE_NUMBER_COUNTRYPricing V1 ListPhoneNumberCountry

Pricing V1 ListPhoneNumberCountry

认证

需要 Connected Account

Tags

PricingV1Country
Pricing V1 ListVoiceCountryTWILIO_PRICING_V1_LIST_VOICE_COUNTRYPricing V1 ListVoiceCountry

Pricing V1 ListVoiceCountry

认证

需要 Connected Account

Tags

PricingV1Country
Fetch a specific Country.TWILIO_PRICING_V2_FETCH_TRUNKING_COUNTRYFetch a specific Country.

Fetch a specific Country.

认证

需要 Connected Account

Tags

PricingV2Country
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 Account

Tags

PricingV2Number
Fetch a specific Country.TWILIO_PRICING_V2_FETCH_VOICE_COUNTRYFetch a specific Country.

Fetch a specific Country.

认证

需要 Connected Account

Tags

PricingV2Country
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 Account

Tags

PricingV2Number
Pricing V2 ListTrunkingCountryTWILIO_PRICING_V2_LIST_TRUNKING_COUNTRYPricing V2 ListTrunkingCountry

Pricing V2 ListTrunkingCountry

认证

需要 Connected Account

Tags

PricingV2Country
Pricing V2 ListVoiceCountryTWILIO_PRICING_V2_LIST_VOICE_COUNTRYPricing V2 ListVoiceCountry

Pricing V2 ListVoiceCountry

认证

需要 Connected Account

Tags

PricingV2Country
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 Account

Tags

ProxyV1MessageInteraction
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 Account

Tags

ProxyV1Participant
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 Account

Tags

ProxyV1PhoneNumber
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 Account

Tags

ProxyV1Service
Create a new SessionTWILIO_PROXY_V1_CREATE_SESSIONCreate a new Session

Create a new Session

认证

需要 Connected Account

Tags

ProxyV1Session
Delete a specific Interaction.TWILIO_PROXY_V1_DELETE_INTERACTIONDelete a specific Interaction.

Delete a specific Interaction.

认证

需要 Connected Account

Tags

ProxyV1Interaction
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 Account

Tags

ProxyV1Participant
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 Account

Tags

ProxyV1PhoneNumber
Delete a specific Service.TWILIO_PROXY_V1_DELETE_SERVICEDelete a specific Service.

Delete a specific Service.

认证

需要 Connected Account

Tags

ProxyV1Service
Delete a specific Session.TWILIO_PROXY_V1_DELETE_SESSIONDelete a specific Session.

Delete a specific Session.

认证

需要 Connected Account

Tags

ProxyV1Session
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 Account

Tags

ProxyV1Interaction
Proxy V1 FetchMessageInteractionTWILIO_PROXY_V1_FETCH_MESSAGE_INTERACTIONProxy V1 FetchMessageInteraction

Proxy V1 FetchMessageInteraction

认证

需要 Connected Account

Tags

ProxyV1MessageInteraction
Fetch a specific Participant.TWILIO_PROXY_V1_FETCH_PARTICIPANTFetch a specific Participant.

Fetch a specific Participant.

认证

需要 Connected Account

Tags

ProxyV1Participant
Fetch a specific Phone Number.TWILIO_PROXY_V1_FETCH_PHONE_NUMBERFetch a specific Phone Number.

Fetch a specific Phone Number.

认证

需要 Connected Account

Tags

ProxyV1PhoneNumber
Fetch a specific Service.TWILIO_PROXY_V1_FETCH_SERVICEFetch a specific Service.

Fetch a specific Service.

认证

需要 Connected Account

Tags

ProxyV1Service
Fetch a specific Session.TWILIO_PROXY_V1_FETCH_SESSIONFetch a specific Session.

Fetch a specific Session.

认证

需要 Connected Account

Tags

ProxyV1Session
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 Account

Tags

ProxyV1Interaction
Proxy V1 ListMessageInteractionTWILIO_PROXY_V1_LIST_MESSAGE_INTERACTIONProxy V1 ListMessageInteraction

Proxy V1 ListMessageInteraction

认证

需要 Connected Account

Tags

ProxyV1MessageInteraction
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 Account

Tags

ProxyV1Participant
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 Account

Tags

ProxyV1PhoneNumber
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 Account

Tags

ProxyV1Service
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 Account

Tags

ProxyV1Session
Update a specific Proxy Number.TWILIO_PROXY_V1_UPDATE_PHONE_NUMBERUpdate a specific Proxy Number.

Update a specific Proxy Number.

认证

需要 Connected Account

Tags

ProxyV1PhoneNumber
Update a specific Service.TWILIO_PROXY_V1_UPDATE_SERVICEUpdate a specific Service.

Update a specific Service.

认证

需要 Connected Account

Tags

ProxyV1Service
Update a specific Session.TWILIO_PROXY_V1_UPDATE_SESSIONUpdate a specific Session.

Update a specific Session.

认证

需要 Connected Account

Tags

ProxyV1Session
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 Account

Tags

RoutesV2PhoneNumber
Routes V2 FetchSipDomainTWILIO_ROUTES_V2_FETCH_SIP_DOMAINRoutes V2 FetchSipDomain

Routes V2 FetchSipDomain

认证

需要 Connected Account

Tags

RoutesV2SipDomain
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 Account

Tags

RoutesV2Trunk
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 Account

Tags

RoutesV2PhoneNumber
Routes V2 UpdateSipDomainTWILIO_ROUTES_V2_UPDATE_SIP_DOMAINRoutes V2 UpdateSipDomain

Routes V2 UpdateSipDomain

认证

需要 Connected Account

Tags

RoutesV2SipDomain
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 Account

Tags

RoutesV2Trunk
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 Account

Tags

RoutesV3PhoneNumber
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 Account

Tags

RoutesV3PhoneNumber
Create a new Asset resource.TWILIO_SERVERLESS_V1_CREATE_ASSETCreate a new Asset resource.

Create a new Asset resource.

认证

需要 Connected Account

Tags

ServerlessV1Asset
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 Account

Tags

ServerlessV1Build
Create a new Deployment.TWILIO_SERVERLESS_V1_CREATE_DEPLOYMENTCreate a new Deployment.

Create a new Deployment.

认证

需要 Connected Account

Tags

ServerlessV1Deployment
Create a new environment.TWILIO_SERVERLESS_V1_CREATE_ENVIRONMENTCreate a new environment.

Create a new environment.

认证

需要 Connected Account

Tags

ServerlessV1Environment
Create a new Function resource.TWILIO_SERVERLESS_V1_CREATE_FUNCTIONCreate a new Function resource.

Create a new Function resource.

认证

需要 Connected Account

Tags

ServerlessV1Function
Create a new Service resource.TWILIO_SERVERLESS_V1_CREATE_SERVICECreate a new Service resource.

Create a new Service resource.

认证

需要 Connected Account

Tags

ServerlessV1Service
Create a new Variable.TWILIO_SERVERLESS_V1_CREATE_VARIABLECreate a new Variable.

Create a new Variable.

认证

需要 Connected Account

Tags

ServerlessV1Variable
Delete an Asset resource.TWILIO_SERVERLESS_V1_DELETE_ASSETDelete an Asset resource.

Delete an Asset resource.

认证

需要 Connected Account

Tags

ServerlessV1Asset
Delete a Build resource.TWILIO_SERVERLESS_V1_DELETE_BUILDDelete a Build resource.

Delete a Build resource.

认证

需要 Connected Account

Tags

ServerlessV1Build
Delete a specific environment.TWILIO_SERVERLESS_V1_DELETE_ENVIRONMENTDelete a specific environment.

Delete a specific environment.

认证

需要 Connected Account

Tags

ServerlessV1Environment
Delete a Function resource.TWILIO_SERVERLESS_V1_DELETE_FUNCTIONDelete a Function resource.

Delete a Function resource.

认证

需要 Connected Account

Tags

ServerlessV1Function
Delete a Service resource.TWILIO_SERVERLESS_V1_DELETE_SERVICEDelete a Service resource.

Delete a Service resource.

认证

需要 Connected Account

Tags

ServerlessV1Service
Delete a specific Variable.TWILIO_SERVERLESS_V1_DELETE_VARIABLEDelete a specific Variable.

Delete a specific Variable.

认证

需要 Connected Account

Tags

ServerlessV1Variable
Retrieve a specific Asset resource.TWILIO_SERVERLESS_V1_FETCH_ASSETRetrieve a specific Asset resource.

Retrieve a specific Asset resource.

认证

需要 Connected Account

Tags

ServerlessV1Asset
Retrieve a specific Asset Version.TWILIO_SERVERLESS_V1_FETCH_ASSET_VERSIONRetrieve a specific Asset Version.

Retrieve a specific Asset Version.

认证

需要 Connected Account

Tags

ServerlessV1AssetVersion
Retrieve a specific Build resource.TWILIO_SERVERLESS_V1_FETCH_BUILDRetrieve a specific Build resource.

Retrieve a specific Build resource.

认证

需要 Connected Account

Tags

ServerlessV1Build
Retrieve a specific Build resource.TWILIO_SERVERLESS_V1_FETCH_BUILD_STATUSRetrieve a specific Build resource.

Retrieve a specific Build resource.

认证

需要 Connected Account

Tags

ServerlessV1BuildStatus
Retrieve a specific Deployment.TWILIO_SERVERLESS_V1_FETCH_DEPLOYMENTRetrieve a specific Deployment.

Retrieve a specific Deployment.

认证

需要 Connected Account

Tags

ServerlessV1Deployment
Retrieve a specific environment.TWILIO_SERVERLESS_V1_FETCH_ENVIRONMENTRetrieve a specific environment.

Retrieve a specific environment.

认证

需要 Connected Account

Tags

ServerlessV1Environment
Retrieve a specific Function resource.TWILIO_SERVERLESS_V1_FETCH_FUNCTIONRetrieve a specific Function resource.

Retrieve a specific Function resource.

认证

需要 Connected Account

Tags

ServerlessV1Function
Retrieve a specific Function Version resource.TWILIO_SERVERLESS_V1_FETCH_FUNCTION_VERSIONRetrieve a specific Function Version resource.

Retrieve a specific Function Version resource.

认证

需要 Connected Account

Tags

ServerlessV1FunctionVersion
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 Account

Tags

ServerlessV1FunctionVersionContent
Retrieve a specific log.TWILIO_SERVERLESS_V1_FETCH_LOGRetrieve a specific log.

Retrieve a specific log.

认证

需要 Connected Account

Tags

ServerlessV1Log
Retrieve a specific Service resource.TWILIO_SERVERLESS_V1_FETCH_SERVICERetrieve a specific Service resource.

Retrieve a specific Service resource.

认证

需要 Connected Account

Tags

ServerlessV1Service
Retrieve a specific Variable.TWILIO_SERVERLESS_V1_FETCH_VARIABLERetrieve a specific Variable.

Retrieve a specific Variable.

认证

需要 Connected Account

Tags

ServerlessV1Variable
Retrieve a list of all Assets.TWILIO_SERVERLESS_V1_LIST_ASSETRetrieve a list of all Assets.

Retrieve a list of all Assets.

认证

需要 Connected Account

Tags

ServerlessV1Asset
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 Account

Tags

ServerlessV1AssetVersion
Retrieve a list of all Builds.TWILIO_SERVERLESS_V1_LIST_BUILDRetrieve a list of all Builds.

Retrieve a list of all Builds.

认证

需要 Connected Account

Tags

ServerlessV1Build
Retrieve a list of all Deployments.TWILIO_SERVERLESS_V1_LIST_DEPLOYMENTRetrieve a list of all Deployments.

Retrieve a list of all Deployments.

认证

需要 Connected Account

Tags

ServerlessV1Deployment
Retrieve a list of all environments.TWILIO_SERVERLESS_V1_LIST_ENVIRONMENTRetrieve a list of all environments.

Retrieve a list of all environments.

认证

需要 Connected Account

Tags

ServerlessV1Environment
Retrieve a list of all Functions.TWILIO_SERVERLESS_V1_LIST_FUNCTIONRetrieve a list of all Functions.

Retrieve a list of all Functions.

认证

需要 Connected Account

Tags

ServerlessV1Function
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 Account

Tags

ServerlessV1FunctionVersion
Retrieve a list of all logs.TWILIO_SERVERLESS_V1_LIST_LOGRetrieve a list of all logs.

Retrieve a list of all logs.

认证

需要 Connected Account

Tags

ServerlessV1Log
Retrieve a list of all Services.TWILIO_SERVERLESS_V1_LIST_SERVICERetrieve a list of all Services.

Retrieve a list of all Services.

认证

需要 Connected Account

Tags

ServerlessV1Service
Retrieve a list of all Variables.TWILIO_SERVERLESS_V1_LIST_VARIABLERetrieve a list of all Variables.

Retrieve a list of all Variables.

认证

需要 Connected Account

Tags

ServerlessV1Variable
Update a specific Asset resource.TWILIO_SERVERLESS_V1_UPDATE_ASSETUpdate a specific Asset resource.

Update a specific Asset resource.

认证

需要 Connected Account

Tags

ServerlessV1Asset
Update a specific Function resource.TWILIO_SERVERLESS_V1_UPDATE_FUNCTIONUpdate a specific Function resource.

Update a specific Function resource.

认证

需要 Connected Account

Tags

ServerlessV1Function
Update a specific Service resource.TWILIO_SERVERLESS_V1_UPDATE_SERVICEUpdate a specific Service resource.

Update a specific Service resource.

认证

需要 Connected Account

Tags

ServerlessV1Service
Update a specific Variable.TWILIO_SERVERLESS_V1_UPDATE_VARIABLEUpdate a specific Variable.

Update a specific Variable.

认证

需要 Connected Account

Tags

ServerlessV1Variable
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 Account

Tags

StudioV1Engagement
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 Account

Tags

StudioV1Execution
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 Account

Tags

StudioV1Engagement
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 Account

Tags

StudioV1Execution
Delete a specific Flow.TWILIO_STUDIO_V1_DELETE_FLOWDelete a specific Flow.

Delete a specific Flow.

认证

需要 Connected Account

Tags

StudioV1Flow
Retrieve an EngagementTWILIO_STUDIO_V1_FETCH_ENGAGEMENTRetrieve an Engagement

Retrieve an Engagement

认证

需要 Connected Account

Tags

StudioV1Engagement
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 Account

Tags

StudioV1EngagementContext
Retrieve an ExecutionTWILIO_STUDIO_V1_FETCH_EXECUTIONRetrieve an Execution

Retrieve an Execution

认证

需要 Connected Account

Tags

StudioV1Execution
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 Account

Tags

StudioV1ExecutionContext
Retrieve a Step.TWILIO_STUDIO_V1_FETCH_EXECUTION_STEPRetrieve a Step.

Retrieve a Step.

认证

需要 Connected Account

Tags

StudioV1ExecutionStep
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 Account

Tags

StudioV1ExecutionStepContext
Retrieve a specific Flow.TWILIO_STUDIO_V1_FETCH_FLOWRetrieve a specific Flow.

Retrieve a specific Flow.

认证

需要 Connected Account

Tags

StudioV1Flow
Retrieve a Step.TWILIO_STUDIO_V1_FETCH_STEPRetrieve a Step.

Retrieve a Step.

认证

需要 Connected Account

Tags

StudioV1Step
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 Account

Tags

StudioV1StepContext
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 Account

Tags

StudioV1Engagement
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 Account

Tags

StudioV1Execution
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 Account

Tags

StudioV1ExecutionStep
Retrieve a list of all Flows.TWILIO_STUDIO_V1_LIST_FLOWRetrieve a list of all Flows.

Retrieve a list of all Flows.

认证

需要 Connected Account

Tags

StudioV1Flow
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 Account

Tags

StudioV1Step
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 Account

Tags

StudioV1Execution
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 Account

Tags

StudioV2Execution
Create a Flow.TWILIO_STUDIO_V2_CREATE_FLOWCreate a Flow.

Create a Flow.

认证

需要 Connected Account

Tags

StudioV2Flow
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 Account

Tags

StudioV2Execution
Delete a specific Flow.TWILIO_STUDIO_V2_DELETE_FLOWDelete a specific Flow.

Delete a specific Flow.

认证

需要 Connected Account

Tags

StudioV2Flow
Retrieve an ExecutionTWILIO_STUDIO_V2_FETCH_EXECUTIONRetrieve an Execution

Retrieve an Execution

认证

需要 Connected Account

Tags

StudioV2Execution
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 Account

Tags

StudioV2ExecutionContext
Retrieve a Step.TWILIO_STUDIO_V2_FETCH_EXECUTION_STEPRetrieve a Step.

Retrieve a Step.

认证

需要 Connected Account

Tags

StudioV2ExecutionStep
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 Account

Tags

StudioV2ExecutionStepContext
Retrieve a specific Flow.TWILIO_STUDIO_V2_FETCH_FLOWRetrieve a specific Flow.

Retrieve a specific Flow.

认证

需要 Connected Account

Tags

StudioV2Flow
Retrieve a specific Flow revision.TWILIO_STUDIO_V2_FETCH_FLOW_REVISIONRetrieve a specific Flow revision.

Retrieve a specific Flow revision.

认证

需要 Connected Account

Tags

StudioV2FlowRevision
Fetch flow test usersTWILIO_STUDIO_V2_FETCH_TEST_USERFetch flow test users

Fetch flow test users

认证

需要 Connected Account

Tags

StudioV2FlowTestUser
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 Account

Tags

StudioV2Execution
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 Account

Tags

StudioV2ExecutionStep
Retrieve a list of all Flows.TWILIO_STUDIO_V2_LIST_FLOWRetrieve a list of all Flows.

Retrieve a list of all Flows.

认证

需要 Connected Account

Tags

StudioV2Flow
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 Account

Tags

StudioV2FlowRevision
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 Account

Tags

StudioV2Execution
Update a Flow.TWILIO_STUDIO_V2_UPDATE_FLOWUpdate a Flow.

Update a Flow.

认证

需要 Connected Account

Tags

StudioV2Flow
Validate flow JSON definitionTWILIO_STUDIO_V2_UPDATE_FLOW_VALIDATEValidate flow JSON definition

Validate flow JSON definition

认证

需要 Connected Account

Tags

StudioV2FlowValidate
Update flow test usersTWILIO_STUDIO_V2_UPDATE_TEST_USERUpdate flow test users

Update flow test users

认证

需要 Connected Account

Tags

StudioV2FlowTestUser
Order an eSIM Profile.TWILIO_SUPERSIM_V1_CREATE_ESIM_PROFILEOrder an eSIM Profile.

Order an eSIM Profile.

认证

需要 Connected Account

Tags

SupersimV1EsimProfile
Create a FleetTWILIO_SUPERSIM_V1_CREATE_FLEETCreate a Fleet

Create a Fleet

认证

需要 Connected Account

Tags

SupersimV1Fleet
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 Account

Tags

SupersimV1IpCommand
Create a new Network Access ProfileTWILIO_SUPERSIM_V1_CREATE_NETWORK_ACCESS_PROFILECreate a new Network Access Profile

Create a new Network Access Profile

认证

需要 Connected Account

Tags

SupersimV1NetworkAccessProfile
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 Account

Tags

SupersimV1NetworkAccessProfileNetwork
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 Account

Tags

SupersimV1Sim
Send SMS Command to a Sim.TWILIO_SUPERSIM_V1_CREATE_SMS_COMMANDSend SMS Command to a Sim.

Send SMS Command to a Sim.

认证

需要 Connected Account

Tags

SupersimV1SmsCommand
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 Account

Tags

SupersimV1NetworkAccessProfileNetwork
Fetch an eSIM Profile.TWILIO_SUPERSIM_V1_FETCH_ESIM_PROFILEFetch an eSIM Profile.

Fetch an eSIM Profile.

认证

需要 Connected Account

Tags

SupersimV1EsimProfile
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 Account

Tags

SupersimV1Fleet
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 Account

Tags

SupersimV1IpCommand
Fetch a Network resource.TWILIO_SUPERSIM_V1_FETCH_NETWORKFetch a Network resource.

Fetch a Network resource.

认证

需要 Connected Account

Tags

SupersimV1Network
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 Account

Tags

SupersimV1NetworkAccessProfile
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 Account

Tags

SupersimV1NetworkAccessProfileNetwork
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 Account

Tags

SupersimV1Sim
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 Account

Tags

SupersimV1SmsCommand
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 Account

Tags

SupersimV1BillingPeriod
Retrieve a list of eSIM Profiles.TWILIO_SUPERSIM_V1_LIST_ESIM_PROFILERetrieve a list of eSIM Profiles.

Retrieve a list of eSIM Profiles.

认证

需要 Connected Account

Tags

SupersimV1EsimProfile
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 Account

Tags

SupersimV1Fleet
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 Account

Tags

SupersimV1IpCommand
Retrieve a list of Network resources.TWILIO_SUPERSIM_V1_LIST_NETWORKRetrieve a list of Network resources.

Retrieve a list of Network resources.

认证

需要 Connected Account

Tags

SupersimV1Network
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 Account

Tags

SupersimV1NetworkAccessProfile
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 Account

Tags

SupersimV1NetworkAccessProfileNetwork
Retrieve a list of Settings Updates.TWILIO_SUPERSIM_V1_LIST_SETTINGS_UPDATERetrieve a list of Settings Updates.

Retrieve a list of Settings Updates.

认证

需要 Connected Account

Tags

SupersimV1SettingsUpdate
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 Account

Tags

SupersimV1Sim
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 Account

Tags

SupersimV1SimIpAddress
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 Account

Tags

SupersimV1SmsCommand
List UsageRecordsTWILIO_SUPERSIM_V1_LIST_USAGE_RECORDList UsageRecords

List UsageRecords

认证

需要 Connected Account

Tags

SupersimV1UsageRecord
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 Account

Tags

SupersimV1Fleet
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 Account

Tags

SupersimV1NetworkAccessProfile
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 Account

Tags

SupersimV1Sim
Sync V1 CreateDocumentTWILIO_SYNC_V1_CREATE_DOCUMENTSync V1 CreateDocument

Sync V1 CreateDocument

认证

需要 Connected Account

Tags

SyncV1Document
Sync V1 CreateServiceTWILIO_SYNC_V1_CREATE_SERVICESync V1 CreateService

Sync V1 CreateService

认证

需要 Connected Account

Tags

SyncV1Service
Create a new Stream Message.TWILIO_SYNC_V1_CREATE_STREAM_MESSAGECreate a new Stream Message.

Create a new Stream Message.

认证

需要 Connected Account

Tags

SyncV1StreamMessage
Sync V1 CreateSyncListTWILIO_SYNC_V1_CREATE_SYNC_LISTSync V1 CreateSyncList

Sync V1 CreateSyncList

认证

需要 Connected Account

Tags

SyncV1SyncList
Sync V1 CreateSyncListItemTWILIO_SYNC_V1_CREATE_SYNC_LIST_ITEMSync V1 CreateSyncListItem

Sync V1 CreateSyncListItem

认证

需要 Connected Account

Tags

SyncV1SyncListItem
Sync V1 CreateSyncMapTWILIO_SYNC_V1_CREATE_SYNC_MAPSync V1 CreateSyncMap

Sync V1 CreateSyncMap

认证

需要 Connected Account

Tags

SyncV1SyncMap
Sync V1 CreateSyncMapItemTWILIO_SYNC_V1_CREATE_SYNC_MAP_ITEMSync V1 CreateSyncMapItem

Sync V1 CreateSyncMapItem

认证

需要 Connected Account

Tags

SyncV1SyncMapItem
Create a new Stream.TWILIO_SYNC_V1_CREATE_SYNC_STREAMCreate a new Stream.

Create a new Stream.

认证

需要 Connected Account

Tags

SyncV1SyncStream
Sync V1 DeleteDocumentTWILIO_SYNC_V1_DELETE_DOCUMENTSync V1 DeleteDocument

Sync V1 DeleteDocument

认证

需要 Connected Account

Tags

SyncV1Document
Delete a specific Sync Document Permission.TWILIO_SYNC_V1_DELETE_DOCUMENT_PERMISSIONDelete a specific Sync Document Permission.

Delete a specific Sync Document Permission.

认证

需要 Connected Account

Tags

SyncV1DocumentPermission
Sync V1 DeleteServiceTWILIO_SYNC_V1_DELETE_SERVICESync V1 DeleteService

Sync V1 DeleteService

认证

需要 Connected Account

Tags

SyncV1Service
Sync V1 DeleteSyncListTWILIO_SYNC_V1_DELETE_SYNC_LISTSync V1 DeleteSyncList

Sync V1 DeleteSyncList

认证

需要 Connected Account

Tags

SyncV1SyncList
Sync V1 DeleteSyncListItemTWILIO_SYNC_V1_DELETE_SYNC_LIST_ITEMSync V1 DeleteSyncListItem

Sync V1 DeleteSyncListItem

认证

需要 Connected Account

Tags

SyncV1SyncListItem
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 Account

Tags

SyncV1SyncListPermission
Sync V1 DeleteSyncMapTWILIO_SYNC_V1_DELETE_SYNC_MAPSync V1 DeleteSyncMap

Sync V1 DeleteSyncMap

认证

需要 Connected Account

Tags

SyncV1SyncMap
Sync V1 DeleteSyncMapItemTWILIO_SYNC_V1_DELETE_SYNC_MAP_ITEMSync V1 DeleteSyncMapItem

Sync V1 DeleteSyncMapItem

认证

需要 Connected Account

Tags

SyncV1SyncMapItem
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 Account

Tags

SyncV1SyncMapPermission
Delete a specific Stream.TWILIO_SYNC_V1_DELETE_SYNC_STREAMDelete a specific Stream.

Delete a specific Stream.

认证

需要 Connected Account

Tags

SyncV1SyncStream
Sync V1 FetchDocumentTWILIO_SYNC_V1_FETCH_DOCUMENTSync V1 FetchDocument

Sync V1 FetchDocument

认证

需要 Connected Account

Tags

SyncV1Document
Fetch a specific Sync Document Permission.TWILIO_SYNC_V1_FETCH_DOCUMENT_PERMISSIONFetch a specific Sync Document Permission.

Fetch a specific Sync Document Permission.

认证

需要 Connected Account

Tags

SyncV1DocumentPermission
Sync V1 FetchServiceTWILIO_SYNC_V1_FETCH_SERVICESync V1 FetchService

Sync V1 FetchService

认证

需要 Connected Account

Tags

SyncV1Service
Sync V1 FetchSyncListTWILIO_SYNC_V1_FETCH_SYNC_LISTSync V1 FetchSyncList

Sync V1 FetchSyncList

认证

需要 Connected Account

Tags

SyncV1SyncList
Sync V1 FetchSyncListItemTWILIO_SYNC_V1_FETCH_SYNC_LIST_ITEMSync V1 FetchSyncListItem

Sync V1 FetchSyncListItem

认证

需要 Connected Account

Tags

SyncV1SyncListItem
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 Account

Tags

SyncV1SyncListPermission
Sync V1 FetchSyncMapTWILIO_SYNC_V1_FETCH_SYNC_MAPSync V1 FetchSyncMap

Sync V1 FetchSyncMap

认证

需要 Connected Account

Tags

SyncV1SyncMap
Sync V1 FetchSyncMapItemTWILIO_SYNC_V1_FETCH_SYNC_MAP_ITEMSync V1 FetchSyncMapItem

Sync V1 FetchSyncMapItem

认证

需要 Connected Account

Tags

SyncV1SyncMapItem
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 Account

Tags

SyncV1SyncMapPermission
Fetch a specific Stream.TWILIO_SYNC_V1_FETCH_SYNC_STREAMFetch a specific Stream.

Fetch a specific Stream.

认证

需要 Connected Account

Tags

SyncV1SyncStream
Sync V1 ListDocumentTWILIO_SYNC_V1_LIST_DOCUMENTSync V1 ListDocument

Sync V1 ListDocument

认证

需要 Connected Account

Tags

SyncV1Document
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 Account

Tags

SyncV1DocumentPermission
Sync V1 ListServiceTWILIO_SYNC_V1_LIST_SERVICESync V1 ListService

Sync V1 ListService

认证

需要 Connected Account

Tags

SyncV1Service
Sync V1 ListSyncListTWILIO_SYNC_V1_LIST_SYNC_LISTSync V1 ListSyncList

Sync V1 ListSyncList

认证

需要 Connected Account

Tags

SyncV1SyncList
Sync V1 ListSyncListItemTWILIO_SYNC_V1_LIST_SYNC_LIST_ITEMSync V1 ListSyncListItem

Sync V1 ListSyncListItem

认证

需要 Connected Account

Tags

SyncV1SyncListItem
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 Account

Tags

SyncV1SyncListPermission
Sync V1 ListSyncMapTWILIO_SYNC_V1_LIST_SYNC_MAPSync V1 ListSyncMap

Sync V1 ListSyncMap

认证

需要 Connected Account

Tags

SyncV1SyncMap
Sync V1 ListSyncMapItemTWILIO_SYNC_V1_LIST_SYNC_MAP_ITEMSync V1 ListSyncMapItem

Sync V1 ListSyncMapItem

认证

需要 Connected Account

Tags

SyncV1SyncMapItem
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 Account

Tags

SyncV1SyncMapPermission
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 Account

Tags

SyncV1SyncStream
Sync V1 UpdateDocumentTWILIO_SYNC_V1_UPDATE_DOCUMENTSync V1 UpdateDocument

Sync V1 UpdateDocument

认证

需要 Connected Account

Tags

SyncV1Document
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 Account

Tags

SyncV1DocumentPermission
Sync V1 UpdateServiceTWILIO_SYNC_V1_UPDATE_SERVICESync V1 UpdateService

Sync V1 UpdateService

认证

需要 Connected Account

Tags

SyncV1Service
Sync V1 UpdateSyncListTWILIO_SYNC_V1_UPDATE_SYNC_LISTSync V1 UpdateSyncList

Sync V1 UpdateSyncList

认证

需要 Connected Account

Tags

SyncV1SyncList
Sync V1 UpdateSyncListItemTWILIO_SYNC_V1_UPDATE_SYNC_LIST_ITEMSync V1 UpdateSyncListItem

Sync V1 UpdateSyncListItem

认证

需要 Connected Account

Tags

SyncV1SyncListItem
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 Account

Tags

SyncV1SyncListPermission
Sync V1 UpdateSyncMapTWILIO_SYNC_V1_UPDATE_SYNC_MAPSync V1 UpdateSyncMap

Sync V1 UpdateSyncMap

认证

需要 Connected Account

Tags

SyncV1SyncMap
Sync V1 UpdateSyncMapItemTWILIO_SYNC_V1_UPDATE_SYNC_MAP_ITEMSync V1 UpdateSyncMapItem

Sync V1 UpdateSyncMapItem

认证

需要 Connected Account

Tags

SyncV1SyncMapItem
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 Account

Tags

SyncV1SyncMapPermission
Update a specific Stream.TWILIO_SYNC_V1_UPDATE_SYNC_STREAMUpdate a specific Stream.

Update a specific Stream.

认证

需要 Connected Account

Tags

SyncV1SyncStream
Taskrouter V1 CreateActivityTWILIO_TASKROUTER_V1_CREATE_ACTIVITYTaskrouter V1 CreateActivity

Taskrouter V1 CreateActivity

认证

需要 Connected Account

Tags

TaskrouterV1Activity
Taskrouter V1 CreateTaskTWILIO_TASKROUTER_V1_CREATE_TASKTaskrouter V1 CreateTask

Taskrouter V1 CreateTask

认证

需要 Connected Account

Tags

TaskrouterV1Task
Taskrouter V1 CreateTaskChannelTWILIO_TASKROUTER_V1_CREATE_TASK_CHANNELTaskrouter V1 CreateTaskChannel

Taskrouter V1 CreateTaskChannel

认证

需要 Connected Account

Tags

TaskrouterV1TaskChannel
Taskrouter V1 CreateTaskQueueTWILIO_TASKROUTER_V1_CREATE_TASK_QUEUETaskrouter V1 CreateTaskQueue

Taskrouter V1 CreateTaskQueue

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueue
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 Account

Tags

TaskrouterV1TaskQueueBulkRealTimeStatistics
Taskrouter V1 CreateWorkerTWILIO_TASKROUTER_V1_CREATE_WORKERTaskrouter V1 CreateWorker

Taskrouter V1 CreateWorker

认证

需要 Connected Account

Tags

TaskrouterV1Worker
Taskrouter V1 CreateWorkflowTWILIO_TASKROUTER_V1_CREATE_WORKFLOWTaskrouter V1 CreateWorkflow

Taskrouter V1 CreateWorkflow

认证

需要 Connected Account

Tags

TaskrouterV1Workflow
Taskrouter V1 CreateWorkspaceTWILIO_TASKROUTER_V1_CREATE_WORKSPACETaskrouter V1 CreateWorkspace

Taskrouter V1 CreateWorkspace

认证

需要 Connected Account

Tags

TaskrouterV1Workspace
Taskrouter V1 DeleteActivityTWILIO_TASKROUTER_V1_DELETE_ACTIVITYTaskrouter V1 DeleteActivity

Taskrouter V1 DeleteActivity

认证

需要 Connected Account

Tags

TaskrouterV1Activity
Taskrouter V1 DeleteTaskTWILIO_TASKROUTER_V1_DELETE_TASKTaskrouter V1 DeleteTask

Taskrouter V1 DeleteTask

认证

需要 Connected Account

Tags

TaskrouterV1Task
Taskrouter V1 DeleteTaskChannelTWILIO_TASKROUTER_V1_DELETE_TASK_CHANNELTaskrouter V1 DeleteTaskChannel

Taskrouter V1 DeleteTaskChannel

认证

需要 Connected Account

Tags

TaskrouterV1TaskChannel
Taskrouter V1 DeleteTaskQueueTWILIO_TASKROUTER_V1_DELETE_TASK_QUEUETaskrouter V1 DeleteTaskQueue

Taskrouter V1 DeleteTaskQueue

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueue
Taskrouter V1 DeleteWorkerTWILIO_TASKROUTER_V1_DELETE_WORKERTaskrouter V1 DeleteWorker

Taskrouter V1 DeleteWorker

认证

需要 Connected Account

Tags

TaskrouterV1Worker
Taskrouter V1 DeleteWorkflowTWILIO_TASKROUTER_V1_DELETE_WORKFLOWTaskrouter V1 DeleteWorkflow

Taskrouter V1 DeleteWorkflow

认证

需要 Connected Account

Tags

TaskrouterV1Workflow
Taskrouter V1 DeleteWorkspaceTWILIO_TASKROUTER_V1_DELETE_WORKSPACETaskrouter V1 DeleteWorkspace

Taskrouter V1 DeleteWorkspace

认证

需要 Connected Account

Tags

TaskrouterV1Workspace
Taskrouter V1 FetchActivityTWILIO_TASKROUTER_V1_FETCH_ACTIVITYTaskrouter V1 FetchActivity

Taskrouter V1 FetchActivity

认证

需要 Connected Account

Tags

TaskrouterV1Activity
Taskrouter V1 FetchEventTWILIO_TASKROUTER_V1_FETCH_EVENTTaskrouter V1 FetchEvent

Taskrouter V1 FetchEvent

认证

需要 Connected Account

Tags

TaskrouterV1Event
Taskrouter V1 FetchTaskTWILIO_TASKROUTER_V1_FETCH_TASKTaskrouter V1 FetchTask

Taskrouter V1 FetchTask

认证

需要 Connected Account

Tags

TaskrouterV1Task
Taskrouter V1 FetchTaskChannelTWILIO_TASKROUTER_V1_FETCH_TASK_CHANNELTaskrouter V1 FetchTaskChannel

Taskrouter V1 FetchTaskChannel

认证

需要 Connected Account

Tags

TaskrouterV1TaskChannel
Taskrouter V1 FetchTaskQueueTWILIO_TASKROUTER_V1_FETCH_TASK_QUEUETaskrouter V1 FetchTaskQueue

Taskrouter V1 FetchTaskQueue

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueue
Taskrouter V1 FetchTaskQueueCumulativeStatisticsTWILIO_TASKROUTER_V1_FETCH_TASK_QUEUE_CUMULATIVE_STATISTICSTaskrouter V1 FetchTaskQueueCumulativeStatistics

Taskrouter V1 FetchTaskQueueCumulativeStatistics

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueueCumulativeStatistics
Taskrouter V1 FetchTaskQueueRealTimeStatisticsTWILIO_TASKROUTER_V1_FETCH_TASK_QUEUE_REAL_TIME_STATISTICSTaskrouter V1 FetchTaskQueueRealTimeStatistics

Taskrouter V1 FetchTaskQueueRealTimeStatistics

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueueRealTimeStatistics
Taskrouter V1 FetchTaskQueueStatisticsTWILIO_TASKROUTER_V1_FETCH_TASK_QUEUE_STATISTICSTaskrouter V1 FetchTaskQueueStatistics

Taskrouter V1 FetchTaskQueueStatistics

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueueStatistics
Taskrouter V1 FetchTaskReservationTWILIO_TASKROUTER_V1_FETCH_TASK_RESERVATIONTaskrouter V1 FetchTaskReservation

Taskrouter V1 FetchTaskReservation

认证

需要 Connected Account

Tags

TaskrouterV1TaskReservation
Taskrouter V1 FetchWorkerTWILIO_TASKROUTER_V1_FETCH_WORKERTaskrouter V1 FetchWorker

Taskrouter V1 FetchWorker

认证

需要 Connected Account

Tags

TaskrouterV1Worker
Taskrouter V1 FetchWorkerChannelTWILIO_TASKROUTER_V1_FETCH_WORKER_CHANNELTaskrouter V1 FetchWorkerChannel

Taskrouter V1 FetchWorkerChannel

认证

需要 Connected Account

Tags

TaskrouterV1WorkerChannel
Taskrouter V1 FetchWorkerInstanceStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKER_INSTANCE_STATISTICSTaskrouter V1 FetchWorkerInstanceStatistics

Taskrouter V1 FetchWorkerInstanceStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkerStatistics
Taskrouter V1 FetchWorkerReservationTWILIO_TASKROUTER_V1_FETCH_WORKER_RESERVATIONTaskrouter V1 FetchWorkerReservation

Taskrouter V1 FetchWorkerReservation

认证

需要 Connected Account

Tags

TaskrouterV1WorkerReservation
Taskrouter V1 FetchWorkerStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKER_STATISTICSTaskrouter V1 FetchWorkerStatistics

Taskrouter V1 FetchWorkerStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkersStatistics
Taskrouter V1 FetchWorkersCumulativeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKERS_CUMULATIVE_STATISTICSTaskrouter V1 FetchWorkersCumulativeStatistics

Taskrouter V1 FetchWorkersCumulativeStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkersCumulativeStatistics
Taskrouter V1 FetchWorkersRealTimeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKERS_REAL_TIME_STATISTICSTaskrouter V1 FetchWorkersRealTimeStatistics

Taskrouter V1 FetchWorkersRealTimeStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkersRealTimeStatistics
Taskrouter V1 FetchWorkflowTWILIO_TASKROUTER_V1_FETCH_WORKFLOWTaskrouter V1 FetchWorkflow

Taskrouter V1 FetchWorkflow

认证

需要 Connected Account

Tags

TaskrouterV1Workflow
Taskrouter V1 FetchWorkflowCumulativeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKFLOW_CUMULATIVE_STATISTICSTaskrouter V1 FetchWorkflowCumulativeStatistics

Taskrouter V1 FetchWorkflowCumulativeStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkflowCumulativeStatistics
Taskrouter V1 FetchWorkflowRealTimeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKFLOW_REAL_TIME_STATISTICSTaskrouter V1 FetchWorkflowRealTimeStatistics

Taskrouter V1 FetchWorkflowRealTimeStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkflowRealTimeStatistics
Taskrouter V1 FetchWorkflowStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKFLOW_STATISTICSTaskrouter V1 FetchWorkflowStatistics

Taskrouter V1 FetchWorkflowStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkflowStatistics
Taskrouter V1 FetchWorkspaceTWILIO_TASKROUTER_V1_FETCH_WORKSPACETaskrouter V1 FetchWorkspace

Taskrouter V1 FetchWorkspace

认证

需要 Connected Account

Tags

TaskrouterV1Workspace
Taskrouter V1 FetchWorkspaceCumulativeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKSPACE_CUMULATIVE_STATISTICSTaskrouter V1 FetchWorkspaceCumulativeStatistics

Taskrouter V1 FetchWorkspaceCumulativeStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkspaceCumulativeStatistics
Taskrouter V1 FetchWorkspaceRealTimeStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKSPACE_REAL_TIME_STATISTICSTaskrouter V1 FetchWorkspaceRealTimeStatistics

Taskrouter V1 FetchWorkspaceRealTimeStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkspaceRealTimeStatistics
Taskrouter V1 FetchWorkspaceStatisticsTWILIO_TASKROUTER_V1_FETCH_WORKSPACE_STATISTICSTaskrouter V1 FetchWorkspaceStatistics

Taskrouter V1 FetchWorkspaceStatistics

认证

需要 Connected Account

Tags

TaskrouterV1WorkspaceStatistics
Taskrouter V1 ListActivityTWILIO_TASKROUTER_V1_LIST_ACTIVITYTaskrouter V1 ListActivity

Taskrouter V1 ListActivity

认证

需要 Connected Account

Tags

TaskrouterV1Activity
Taskrouter V1 ListEventTWILIO_TASKROUTER_V1_LIST_EVENTTaskrouter V1 ListEvent

Taskrouter V1 ListEvent

认证

需要 Connected Account

Tags

TaskrouterV1Event
Taskrouter V1 ListTaskTWILIO_TASKROUTER_V1_LIST_TASKTaskrouter V1 ListTask

Taskrouter V1 ListTask

认证

需要 Connected Account

Tags

TaskrouterV1Task
Taskrouter V1 ListTaskChannelTWILIO_TASKROUTER_V1_LIST_TASK_CHANNELTaskrouter V1 ListTaskChannel

Taskrouter V1 ListTaskChannel

认证

需要 Connected Account

Tags

TaskrouterV1TaskChannel
Taskrouter V1 ListTaskQueueTWILIO_TASKROUTER_V1_LIST_TASK_QUEUETaskrouter V1 ListTaskQueue

Taskrouter V1 ListTaskQueue

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueue
Taskrouter V1 ListTaskQueuesStatisticsTWILIO_TASKROUTER_V1_LIST_TASK_QUEUES_STATISTICSTaskrouter V1 ListTaskQueuesStatistics

Taskrouter V1 ListTaskQueuesStatistics

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueuesStatistics
Taskrouter V1 ListTaskReservationTWILIO_TASKROUTER_V1_LIST_TASK_RESERVATIONTaskrouter V1 ListTaskReservation

Taskrouter V1 ListTaskReservation

认证

需要 Connected Account

Tags

TaskrouterV1TaskReservation
Taskrouter V1 ListWorkerTWILIO_TASKROUTER_V1_LIST_WORKERTaskrouter V1 ListWorker

Taskrouter V1 ListWorker

认证

需要 Connected Account

Tags

TaskrouterV1Worker
Taskrouter V1 ListWorkerChannelTWILIO_TASKROUTER_V1_LIST_WORKER_CHANNELTaskrouter V1 ListWorkerChannel

Taskrouter V1 ListWorkerChannel

认证

需要 Connected Account

Tags

TaskrouterV1WorkerChannel
Taskrouter V1 ListWorkerReservationTWILIO_TASKROUTER_V1_LIST_WORKER_RESERVATIONTaskrouter V1 ListWorkerReservation

Taskrouter V1 ListWorkerReservation

认证

需要 Connected Account

Tags

TaskrouterV1WorkerReservation
Taskrouter V1 ListWorkflowTWILIO_TASKROUTER_V1_LIST_WORKFLOWTaskrouter V1 ListWorkflow

Taskrouter V1 ListWorkflow

认证

需要 Connected Account

Tags

TaskrouterV1Workflow
Taskrouter V1 ListWorkspaceTWILIO_TASKROUTER_V1_LIST_WORKSPACETaskrouter V1 ListWorkspace

Taskrouter V1 ListWorkspace

认证

需要 Connected Account

Tags

TaskrouterV1Workspace
Taskrouter V1 UpdateActivityTWILIO_TASKROUTER_V1_UPDATE_ACTIVITYTaskrouter V1 UpdateActivity

Taskrouter V1 UpdateActivity

认证

需要 Connected Account

Tags

TaskrouterV1Activity
Taskrouter V1 UpdateTaskTWILIO_TASKROUTER_V1_UPDATE_TASKTaskrouter V1 UpdateTask

Taskrouter V1 UpdateTask

认证

需要 Connected Account

Tags

TaskrouterV1Task
Taskrouter V1 UpdateTaskChannelTWILIO_TASKROUTER_V1_UPDATE_TASK_CHANNELTaskrouter V1 UpdateTaskChannel

Taskrouter V1 UpdateTaskChannel

认证

需要 Connected Account

Tags

TaskrouterV1TaskChannel
Taskrouter V1 UpdateTaskQueueTWILIO_TASKROUTER_V1_UPDATE_TASK_QUEUETaskrouter V1 UpdateTaskQueue

Taskrouter V1 UpdateTaskQueue

认证

需要 Connected Account

Tags

TaskrouterV1TaskQueue
Taskrouter V1 UpdateTaskReservationTWILIO_TASKROUTER_V1_UPDATE_TASK_RESERVATIONTaskrouter V1 UpdateTaskReservation

Taskrouter V1 UpdateTaskReservation

认证

需要 Connected Account

Tags

TaskrouterV1TaskReservation
Taskrouter V1 UpdateWorkerTWILIO_TASKROUTER_V1_UPDATE_WORKERTaskrouter V1 UpdateWorker

Taskrouter V1 UpdateWorker

认证

需要 Connected Account

Tags

TaskrouterV1Worker
Taskrouter V1 UpdateWorkerChannelTWILIO_TASKROUTER_V1_UPDATE_WORKER_CHANNELTaskrouter V1 UpdateWorkerChannel

Taskrouter V1 UpdateWorkerChannel

认证

需要 Connected Account

Tags

TaskrouterV1WorkerChannel
Taskrouter V1 UpdateWorkerReservationTWILIO_TASKROUTER_V1_UPDATE_WORKER_RESERVATIONTaskrouter V1 UpdateWorkerReservation

Taskrouter V1 UpdateWorkerReservation

认证

需要 Connected Account

Tags

TaskrouterV1WorkerReservation
Taskrouter V1 UpdateWorkflowTWILIO_TASKROUTER_V1_UPDATE_WORKFLOWTaskrouter V1 UpdateWorkflow

Taskrouter V1 UpdateWorkflow

认证

需要 Connected Account

Tags

TaskrouterV1Workflow
Taskrouter V1 UpdateWorkspaceTWILIO_TASKROUTER_V1_UPDATE_WORKSPACETaskrouter V1 UpdateWorkspace

Taskrouter V1 UpdateWorkspace

认证

需要 Connected Account

Tags

TaskrouterV1Workspace
Trunking V1 CreateCredentialListTWILIO_TRUNKING_V1_CREATE_CREDENTIAL_LISTTrunking V1 CreateCredentialList

Trunking V1 CreateCredentialList

认证

需要 Connected Account

Tags

TrunkingV1CredentialList
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 Account

Tags

TrunkingV1IpAccessControlList
Trunking V1 CreateOriginationUrlTWILIO_TRUNKING_V1_CREATE_ORIGINATION_URLTrunking V1 CreateOriginationUrl

Trunking V1 CreateOriginationUrl

认证

需要 Connected Account

Tags

TrunkingV1OriginationUrl
Trunking V1 CreatePhoneNumberTWILIO_TRUNKING_V1_CREATE_PHONE_NUMBERTrunking V1 CreatePhoneNumber

Trunking V1 CreatePhoneNumber

认证

需要 Connected Account

Tags

TrunkingV1PhoneNumber
Trunking V1 CreateTrunkTWILIO_TRUNKING_V1_CREATE_TRUNKTrunking V1 CreateTrunk

Trunking V1 CreateTrunk

认证

需要 Connected Account

Tags

TrunkingV1Trunk
Trunking V1 DeleteCredentialListTWILIO_TRUNKING_V1_DELETE_CREDENTIAL_LISTTrunking V1 DeleteCredentialList

Trunking V1 DeleteCredentialList

认证

需要 Connected Account

Tags

TrunkingV1CredentialList
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 Account

Tags

TrunkingV1IpAccessControlList
Trunking V1 DeleteOriginationUrlTWILIO_TRUNKING_V1_DELETE_ORIGINATION_URLTrunking V1 DeleteOriginationUrl

Trunking V1 DeleteOriginationUrl

认证

需要 Connected Account

Tags

TrunkingV1OriginationUrl
Trunking V1 DeletePhoneNumberTWILIO_TRUNKING_V1_DELETE_PHONE_NUMBERTrunking V1 DeletePhoneNumber

Trunking V1 DeletePhoneNumber

认证

需要 Connected Account

Tags

TrunkingV1PhoneNumber
Trunking V1 DeleteTrunkTWILIO_TRUNKING_V1_DELETE_TRUNKTrunking V1 DeleteTrunk

Trunking V1 DeleteTrunk

认证

需要 Connected Account

Tags

TrunkingV1Trunk
Trunking V1 FetchCredentialListTWILIO_TRUNKING_V1_FETCH_CREDENTIAL_LISTTrunking V1 FetchCredentialList

Trunking V1 FetchCredentialList

认证

需要 Connected Account

Tags

TrunkingV1CredentialList
Trunking V1 FetchIpAccessControlListTWILIO_TRUNKING_V1_FETCH_IP_ACCESS_CONTROL_LISTTrunking V1 FetchIpAccessControlList

Trunking V1 FetchIpAccessControlList

认证

需要 Connected Account

Tags

TrunkingV1IpAccessControlList
Trunking V1 FetchOriginationUrlTWILIO_TRUNKING_V1_FETCH_ORIGINATION_URLTrunking V1 FetchOriginationUrl

Trunking V1 FetchOriginationUrl

认证

需要 Connected Account

Tags

TrunkingV1OriginationUrl
Trunking V1 FetchPhoneNumberTWILIO_TRUNKING_V1_FETCH_PHONE_NUMBERTrunking V1 FetchPhoneNumber

Trunking V1 FetchPhoneNumber

认证

需要 Connected Account

Tags

TrunkingV1PhoneNumber
Trunking V1 FetchRecordingTWILIO_TRUNKING_V1_FETCH_RECORDINGTrunking V1 FetchRecording

Trunking V1 FetchRecording

认证

需要 Connected Account

Tags

TrunkingV1Recording
Trunking V1 FetchTrunkTWILIO_TRUNKING_V1_FETCH_TRUNKTrunking V1 FetchTrunk

Trunking V1 FetchTrunk

认证

需要 Connected Account

Tags

TrunkingV1Trunk
Trunking V1 ListCredentialListTWILIO_TRUNKING_V1_LIST_CREDENTIAL_LISTTrunking V1 ListCredentialList

Trunking V1 ListCredentialList

认证

需要 Connected Account

Tags

TrunkingV1CredentialList
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 Account

Tags

TrunkingV1IpAccessControlList
Trunking V1 ListOriginationUrlTWILIO_TRUNKING_V1_LIST_ORIGINATION_URLTrunking V1 ListOriginationUrl

Trunking V1 ListOriginationUrl

认证

需要 Connected Account

Tags

TrunkingV1OriginationUrl
Trunking V1 ListPhoneNumberTWILIO_TRUNKING_V1_LIST_PHONE_NUMBERTrunking V1 ListPhoneNumber

Trunking V1 ListPhoneNumber

认证

需要 Connected Account

Tags

TrunkingV1PhoneNumber
Trunking V1 ListTrunkTWILIO_TRUNKING_V1_LIST_TRUNKTrunking V1 ListTrunk

Trunking V1 ListTrunk

认证

需要 Connected Account

Tags

TrunkingV1Trunk
Trunking V1 UpdateOriginationUrlTWILIO_TRUNKING_V1_UPDATE_ORIGINATION_URLTrunking V1 UpdateOriginationUrl

Trunking V1 UpdateOriginationUrl

认证

需要 Connected Account

Tags

TrunkingV1OriginationUrl
Trunking V1 UpdateRecordingTWILIO_TRUNKING_V1_UPDATE_RECORDINGTrunking V1 UpdateRecording

Trunking V1 UpdateRecording

认证

需要 Connected Account

Tags

TrunkingV1Recording
Trunking V1 UpdateTrunkTWILIO_TRUNKING_V1_UPDATE_TRUNKTrunking V1 UpdateTrunk

Trunking V1 UpdateTrunk

认证

需要 Connected Account

Tags

TrunkingV1Trunk
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 Account

Tags

TrusthubV1A2PBrandRegistrations
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 Account

Tags

TrusthubV1A2PBrandRegistrationEmbeddedSessions
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 Account

Tags

TrusthubV1A2PCampaignRegistrations
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 Account

Tags

TrusthubV1A2PCampaignRegistrationEmbeddedSessions
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 Account

Tags

TrusthubV1ComplianceInquiries
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 Account

Tags

TrusthubV1ComplianceRegistrationInquiries
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 Account

Tags

TrusthubV1ComplianceTollfreeInquiries
Create a new Customer-Profile.TWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILECreate a new Customer-Profile.

Create a new Customer-Profile.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfiles
Create a new Assigned Item.TWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILE_CHANNEL_ENDPOINT_ASSIGNMENTCreate a new Assigned Item.

Create a new Assigned Item.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfilesChannelEndpointAssignment
Create a new Assigned Item.TWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILE_ENTITY_ASSIGNMENTCreate a new Assigned Item.

Create a new Assigned Item.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfilesEntityAssignments
Create a new EvaluationTWILIO_TRUSTHUB_V1_CREATE_CUSTOMER_PROFILE_EVALUATIONCreate a new Evaluation

Create a new Evaluation

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfilesEvaluations
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 Account

Tags

TrusthubV1CustomerProfilesProvisionalCopy
Create a new End User.TWILIO_TRUSTHUB_V1_CREATE_END_USERCreate a new End User.

Create a new End User.

认证

需要 Connected Account

Tags

TrusthubV1EndUser
Create a new Supporting Document.TWILIO_TRUSTHUB_V1_CREATE_SUPPORTING_DOCUMENTCreate a new Supporting Document.

Create a new Supporting Document.

认证

需要 Connected Account

Tags

TrusthubV1SupportingDocument
Create a new Trust Product.TWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCTCreate a new Trust Product.

Create a new Trust Product.

认证

需要 Connected Account

Tags

TrusthubV1TrustProducts
Create a new Assigned Item.TWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCT_CHANNEL_ENDPOINT_ASSIGNMENTCreate a new Assigned Item.

Create a new Assigned Item.

认证

需要 Connected Account

Tags

TrusthubV1TrustProductsChannelEndpointAssignment
Create a new Assigned Item.TWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCT_ENTITY_ASSIGNMENTCreate a new Assigned Item.

Create a new Assigned Item.

认证

需要 Connected Account

Tags

TrusthubV1TrustProductsEntityAssignments
Create a new EvaluationTWILIO_TRUSTHUB_V1_CREATE_TRUST_PRODUCT_EVALUATIONCreate a new Evaluation

Create a new Evaluation

认证

需要 Connected Account

Tags

TrusthubV1TrustProductsEvaluations
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 Account

Tags

TrusthubV1TrustProductsProvisionalCopy
Delete a specific Customer-Profile.TWILIO_TRUSTHUB_V1_DELETE_CUSTOMER_PROFILEDelete a specific Customer-Profile.

Delete a specific Customer-Profile.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfiles
Remove an Assignment Item Instance.TWILIO_TRUSTHUB_V1_DELETE_CUSTOMER_PROFILE_CHANNEL_ENDPOINT_ASSIGNMENTRemove an Assignment Item Instance.

Remove an Assignment Item Instance.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfilesChannelEndpointAssignment
Remove an Assignment Item Instance.TWILIO_TRUSTHUB_V1_DELETE_CUSTOMER_PROFILE_ENTITY_ASSIGNMENTRemove an Assignment Item Instance.

Remove an Assignment Item Instance.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfilesEntityAssignments
Delete a specific End User.TWILIO_TRUSTHUB_V1_DELETE_END_USERDelete a specific End User.

Delete a specific End User.

认证

需要 Connected Account

Tags

TrusthubV1EndUser
Delete a specific Supporting Document.TWILIO_TRUSTHUB_V1_DELETE_SUPPORTING_DOCUMENTDelete a specific Supporting Document.

Delete a specific Supporting Document.

认证

需要 Connected Account

Tags

TrusthubV1SupportingDocument
Delete a specific Trust Product.TWILIO_TRUSTHUB_V1_DELETE_TRUST_PRODUCTDelete a specific Trust Product.

Delete a specific Trust Product.

认证

需要 Connected Account

Tags

TrusthubV1TrustProducts
Remove an Assignment Item Instance.TWILIO_TRUSTHUB_V1_DELETE_TRUST_PRODUCT_CHANNEL_ENDPOINT_ASSIGNMENTRemove an Assignment Item Instance.

Remove an Assignment Item Instance.

认证

需要 Connected Account

Tags

TrusthubV1TrustProductsChannelEndpointAssignment
Remove an Assignment Item Instance.TWILIO_TRUSTHUB_V1_DELETE_TRUST_PRODUCT_ENTITY_ASSIGNMENTRemove an Assignment Item Instance.

Remove an Assignment Item Instance.

认证

需要 Connected Account

Tags

TrusthubV1TrustProductsEntityAssignments
Fetch a specific Customer-Profile instance.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILEFetch a specific Customer-Profile instance.

Fetch a specific Customer-Profile instance.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfiles
Fetch specific Assigned Item Instance.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILE_CHANNEL_ENDPOINT_ASSIGNMENTFetch specific Assigned Item Instance.

Fetch specific Assigned Item Instance.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfilesChannelEndpointAssignment
Fetch specific Assigned Item Instance.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILE_ENTITY_ASSIGNMENTFetch specific Assigned Item Instance.

Fetch specific Assigned Item Instance.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfilesEntityAssignments
Fetch specific Evaluation Instance.TWILIO_TRUSTHUB_V1_FETCH_CUSTOMER_PROFILE_EVALUATIONFetch specific Evaluation Instance.

Fetch specific Evaluation Instance.

认证

需要 Connected Account

Tags

TrusthubV1CustomerProfilesEvaluations
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 Account

Tags

TrusthubV1CustomerProfilesProvisionalCopy
Fetch specific End User Instance.TWILIO_TRUSTHUB_V1_FETCH_END_USERFetch specific End User Instance.

Fetch specific End User Instance.

认证

需要 Connected Account

Tags

TrusthubV1EndUser
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 Account

Tags

TrusthubV1EndUserType
Fetch specific Policy Instance.TWILIO_TRUSTHUB_V1_FETCH_POLICIESFetch specific Policy Instance.

Fetch specific Policy Instance.

认证

需要 Connected Account

Tags

TrusthubV1Policies
Fetch specific Supporting Document Instance.TWILIO_TRUSTHUB_V1_FETCH_SUPPORTING_DOCUMENTFetch specific Supporting Document Instance.

Fetch specific Supporting Document Instance.

认证

需要 Connected Account

Tags

TrusthubV1SupportingDocument
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 Account

Tags

TrusthubV1SupportingDocumentType
Fetch a specific Trust Product instance.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCTFetch a specific Trust Product instance.

Fetch a specific Trust Product instance.

认证

需要 Connected Account

Tags

TrusthubV1TrustProducts
Fetch specific Assigned Item Instance.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCT_CHANNEL_ENDPOINT_ASSIGNMENTFetch specific Assigned Item Instance.

Fetch specific Assigned Item Instance.

认证

需要 Connected Account

Tags

TrusthubV1TrustProductsChannelEndpointAssignment
Fetch specific Assigned Item Instance.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCT_ENTITY_ASSIGNMENTFetch specific Assigned Item Instance.

Fetch specific Assigned Item Instance.

认证

需要 Connected Account

Tags

TrusthubV1TrustProductsEntityAssignments
Fetch specific Evaluation Instance.TWILIO_TRUSTHUB_V1_FETCH_TRUST_PRODUCT_EVALUATIONFetch specific Evaluation Instance.

Fetch specific Evaluation Instance.

认证

需要 Connected Account

Tags

TrusthubV1TrustProductsEvaluations
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 Account

Tags

TrusthubV1TrustProductsProvisionalCopy
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 Account

Tags

TrusthubV1CustomerProfiles
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 Account

Tags

TrusthubV1CustomerProfilesChannelEndpointAssignment
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 Account

Tags

TrusthubV1CustomerProfilesEntityAssignments
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 Account

Tags

TrusthubV1CustomerProfilesEvaluations
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 Account

Tags

TrusthubV1EndUser
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 Account

Tags

TrusthubV1EndUserType
Retrieve a list of all Policys.TWILIO_TRUSTHUB_V1_LIST_POLICIESRetrieve a list of all Policys.

Retrieve a list of all Policys.

认证

需要 Connected Account

Tags

TrusthubV1Policies
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 Account

Tags

TrusthubV1SupportingDocument
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 Account

Tags

TrusthubV1SupportingDocumentType
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 Account

Tags

TrusthubV1TrustProducts
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 Account

Tags

TrusthubV1TrustProductsChannelEndpointAssignment
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 Account

Tags

TrusthubV1TrustProductsEntityAssignments
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 Account

Tags

TrusthubV1TrustProductsEvaluations
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 Account

Tags

TrusthubV1ComplianceInquiries
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 Account

Tags

TrusthubV1ComplianceRegistrationInquiries
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 Account

Tags

TrusthubV1CustomerProfiles
Update an existing End User.TWILIO_TRUSTHUB_V1_UPDATE_END_USERUpdate an existing End User.

Update an existing End User.

认证

需要 Connected Account

Tags

TrusthubV1EndUser
Update an existing Supporting Document.TWILIO_TRUSTHUB_V1_UPDATE_SUPPORTING_DOCUMENTUpdate an existing Supporting Document.

Update an existing Supporting Document.

认证

需要 Connected Account

Tags

TrusthubV1SupportingDocument
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 Account

Tags

TrusthubV1TrustProducts
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 Account

Tags

VerifyV2AccessToken
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 Account

Tags

VerifyV2Bucket
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 Account

Tags

VerifyV2Challenge
Create a Passkeys ChallengeTWILIO_VERIFY_V2_CREATE_CHALLENGE_PASSKEYSCreate a Passkeys Challenge

Create a Passkeys Challenge

认证

需要 Connected Account

Tags

VerifyV2NewChallenge
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 Account

Tags

VerifyV2Entity
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 Account

Tags

VerifyV2MessagingConfiguration
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 Account

Tags

VerifyV2NewFactor
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 Account

Tags

VerifyV2NewFactor
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 Account

Tags

VerifyV2Notification
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 Account

Tags

VerifyV2RateLimit
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 Account

Tags

VerifyV2Safelist
Create a new Verification Service.TWILIO_VERIFY_V2_CREATE_SERVICECreate a new Verification Service.

Create a new Verification Service.

认证

需要 Connected Account

Tags

VerifyV2Service
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 Account

Tags

VerifyV2Verification
challenge a specific Verification Check.TWILIO_VERIFY_V2_CREATE_VERIFICATION_CHECKchallenge a specific Verification Check.

challenge a specific Verification Check.

认证

需要 Connected Account

Tags

VerifyV2VerificationCheck
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 Account

Tags

VerifyV2Webhook
Delete a specific Bucket.TWILIO_VERIFY_V2_DELETE_BUCKETDelete a specific Bucket.

Delete a specific Bucket.

认证

需要 Connected Account

Tags

VerifyV2Bucket
Delete a specific Entity.TWILIO_VERIFY_V2_DELETE_ENTITYDelete a specific Entity.

Delete a specific Entity.

认证

需要 Connected Account

Tags

VerifyV2Entity
Delete a specific Factor.TWILIO_VERIFY_V2_DELETE_FACTORDelete a specific Factor.

Delete a specific Factor.

认证

需要 Connected Account

Tags

VerifyV2Factor
Delete a specific MessagingConfiguration.TWILIO_VERIFY_V2_DELETE_MESSAGING_CONFIGURATIONDelete a specific MessagingConfiguration.

Delete a specific MessagingConfiguration.

认证

需要 Connected Account

Tags

VerifyV2MessagingConfiguration
Delete a specific Rate Limit.TWILIO_VERIFY_V2_DELETE_RATE_LIMITDelete a specific Rate Limit.

Delete a specific Rate Limit.

认证

需要 Connected Account

Tags

VerifyV2RateLimit
Remove a phone number from SafeList.TWILIO_VERIFY_V2_DELETE_SAFELISTRemove a phone number from SafeList.

Remove a phone number from SafeList.

认证

需要 Connected Account

Tags

VerifyV2Safelist
Delete a specific Verification Service Instance.TWILIO_VERIFY_V2_DELETE_SERVICEDelete a specific Verification Service Instance.

Delete a specific Verification Service Instance.

认证

需要 Connected Account

Tags

VerifyV2Service
Delete a specific Webhook.TWILIO_VERIFY_V2_DELETE_WEBHOOKDelete a specific Webhook.

Delete a specific Webhook.

认证

需要 Connected Account

Tags

VerifyV2Webhook
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 Account

Tags

VerifyV2AccessToken
Fetch a specific Bucket.TWILIO_VERIFY_V2_FETCH_BUCKETFetch a specific Bucket.

Fetch a specific Bucket.

认证

需要 Connected Account

Tags

VerifyV2Bucket
Fetch a specific Challenge.TWILIO_VERIFY_V2_FETCH_CHALLENGEFetch a specific Challenge.

Fetch a specific Challenge.

认证

需要 Connected Account

Tags

VerifyV2Challenge
Fetch a specific Entity.TWILIO_VERIFY_V2_FETCH_ENTITYFetch a specific Entity.

Fetch a specific Entity.

认证

需要 Connected Account

Tags

VerifyV2Entity
Fetch a specific Factor.TWILIO_VERIFY_V2_FETCH_FACTORFetch a specific Factor.

Fetch a specific Factor.

认证

需要 Connected Account

Tags

VerifyV2Factor
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 Account

Tags

VerifyV2Form
Fetch a specific MessagingConfiguration.TWILIO_VERIFY_V2_FETCH_MESSAGING_CONFIGURATIONFetch a specific MessagingConfiguration.

Fetch a specific MessagingConfiguration.

认证

需要 Connected Account

Tags

VerifyV2MessagingConfiguration
Fetch a specific Rate Limit.TWILIO_VERIFY_V2_FETCH_RATE_LIMITFetch a specific Rate Limit.

Fetch a specific Rate Limit.

认证

需要 Connected Account

Tags

VerifyV2RateLimit
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 Account

Tags

VerifyV2Safelist
Fetch specific Verification Service Instance.TWILIO_VERIFY_V2_FETCH_SERVICEFetch specific Verification Service Instance.

Fetch specific Verification Service Instance.

认证

需要 Connected Account

Tags

VerifyV2Service
Fetch a specific VerificationTWILIO_VERIFY_V2_FETCH_VERIFICATIONFetch a specific Verification

Fetch a specific Verification

认证

需要 Connected Account

Tags

VerifyV2Verification
Fetch a specific verification attempt.TWILIO_VERIFY_V2_FETCH_VERIFICATION_ATTEMPTFetch a specific verification attempt.

Fetch a specific verification attempt.

认证

需要 Connected Account

Tags

VerifyV2VerificationAttempt
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 Account

Tags

VerifyV2VerificationAttemptsSummary
Fetch a specific Webhook.TWILIO_VERIFY_V2_FETCH_WEBHOOKFetch a specific Webhook.

Fetch a specific Webhook.

认证

需要 Connected Account

Tags

VerifyV2Webhook
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 Account

Tags

VerifyV2Bucket
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 Account

Tags

VerifyV2Challenge
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 Account

Tags

VerifyV2Entity
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 Account

Tags

VerifyV2Factor
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 Account

Tags

VerifyV2MessagingConfiguration
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 Account

Tags

VerifyV2RateLimit
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 Account

Tags

VerifyV2Service
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 Account

Tags

VerifyV2VerificationAttempt
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 Account

Tags

VerifyV2Template
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 Account

Tags

VerifyV2Webhook
Update a specific Bucket.TWILIO_VERIFY_V2_UPDATE_BUCKETUpdate a specific Bucket.

Update a specific Bucket.

认证

需要 Connected Account

Tags

VerifyV2Bucket
Verify a specific Challenge.TWILIO_VERIFY_V2_UPDATE_CHALLENGEVerify a specific Challenge.

Verify a specific Challenge.

认证

需要 Connected Account

Tags

VerifyV2Challenge
Approve a Passkeys ChallengeTWILIO_VERIFY_V2_UPDATE_CHALLENGE_PASSKEYSApprove a Passkeys challenge

Approve a Passkeys challenge

认证

需要 Connected Account

Tags

v2
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 Account

Tags

VerifyV2Factor
Update a specific MessagingConfigurationTWILIO_VERIFY_V2_UPDATE_MESSAGING_CONFIGURATIONUpdate a specific MessagingConfiguration

Update a specific MessagingConfiguration

认证

需要 Connected Account

Tags

VerifyV2MessagingConfiguration
Verify a Passkeys FactorTWILIO_VERIFY_V2_UPDATE_PASSKEYS_FACTORVerify a Passkeys Factor

Verify a Passkeys Factor

认证

需要 Connected Account

Tags

v2
Update a specific Rate Limit.TWILIO_VERIFY_V2_UPDATE_RATE_LIMITUpdate a specific Rate Limit.

Update a specific Rate Limit.

认证

需要 Connected Account

Tags

VerifyV2RateLimit
Update a specific Verification Service.TWILIO_VERIFY_V2_UPDATE_SERVICEUpdate a specific Verification Service.

Update a specific Verification Service.

认证

需要 Connected Account

Tags

VerifyV2Service
Update a Verification statusTWILIO_VERIFY_V2_UPDATE_VERIFICATIONUpdate a Verification status

Update a Verification status

认证

需要 Connected Account

Tags

VerifyV2Verification
Verify V2 UpdateWebhookTWILIO_VERIFY_V2_UPDATE_WEBHOOKVerify V2 UpdateWebhook

Verify V2 UpdateWebhook

认证

需要 Connected Account

Tags

VerifyV2Webhook
Video V1 CreateCompositionTWILIO_VIDEO_V1_CREATE_COMPOSITIONVideo V1 CreateComposition

Video V1 CreateComposition

认证

需要 Connected Account

Tags

VideoV1Composition
Video V1 CreateCompositionHookTWILIO_VIDEO_V1_CREATE_COMPOSITION_HOOKVideo V1 CreateCompositionHook

Video V1 CreateCompositionHook

认证

需要 Connected Account

Tags

VideoV1CompositionHook
Video V1 CreateCompositionSettingsTWILIO_VIDEO_V1_CREATE_COMPOSITION_SETTINGSVideo V1 CreateCompositionSettings

Video V1 CreateCompositionSettings

认证

需要 Connected Account

Tags

VideoV1CompositionSettings
Video V1 CreateRecordingSettingsTWILIO_VIDEO_V1_CREATE_RECORDING_SETTINGSVideo V1 CreateRecordingSettings

Video V1 CreateRecordingSettings

认证

需要 Connected Account

Tags

VideoV1RecordingSettings
Video V1 CreateRoomTWILIO_VIDEO_V1_CREATE_ROOMVideo V1 CreateRoom

Video V1 CreateRoom

认证

需要 Connected Account

Tags

VideoV1Room
Video V1 CreateRoomTranscriptionsTWILIO_VIDEO_V1_CREATE_ROOM_TRANSCRIPTIONSVideo V1 CreateRoomTranscriptions

Video V1 CreateRoomTranscriptions

认证

需要 Connected Account

Tags

VideoV1Transcriptions
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 Account

Tags

VideoV1Composition
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 Account

Tags

VideoV1CompositionHook
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 Account

Tags

VideoV1Recording
Video V1 DeleteRoomRecordingTWILIO_VIDEO_V1_DELETE_ROOM_RECORDINGVideo V1 DeleteRoomRecording

Video V1 DeleteRoomRecording

认证

需要 Connected Account

Tags

VideoV1RoomRecording
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 Account

Tags

VideoV1Composition
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 Account

Tags

VideoV1CompositionHook
Video V1 FetchCompositionSettingsTWILIO_VIDEO_V1_FETCH_COMPOSITION_SETTINGSVideo V1 FetchCompositionSettings

Video V1 FetchCompositionSettings

认证

需要 Connected Account

Tags

VideoV1CompositionSettings
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 Account

Tags

VideoV1Recording
Video V1 FetchRecordingSettingsTWILIO_VIDEO_V1_FETCH_RECORDING_SETTINGSVideo V1 FetchRecordingSettings

Video V1 FetchRecordingSettings

认证

需要 Connected Account

Tags

VideoV1RecordingSettings
Video V1 FetchRoomTWILIO_VIDEO_V1_FETCH_ROOMVideo V1 FetchRoom

Video V1 FetchRoom

认证

需要 Connected Account

Tags

VideoV1Room
Video V1 FetchRoomParticipantTWILIO_VIDEO_V1_FETCH_ROOM_PARTICIPANTVideo V1 FetchRoomParticipant

Video V1 FetchRoomParticipant

认证

需要 Connected Account

Tags

VideoV1Participant
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 Account

Tags

VideoV1PublishedTrack
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 Account

Tags

VideoV1SubscribeRules
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 Account

Tags

VideoV1SubscribedTrack
Video V1 FetchRoomRecordingTWILIO_VIDEO_V1_FETCH_ROOM_RECORDINGVideo V1 FetchRoomRecording

Video V1 FetchRoomRecording

认证

需要 Connected Account

Tags

VideoV1RoomRecording
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 Account

Tags

VideoV1RecordingRules
Video V1 FetchRoomTranscriptionsTWILIO_VIDEO_V1_FETCH_ROOM_TRANSCRIPTIONSVideo V1 FetchRoomTranscriptions

Video V1 FetchRoomTranscriptions

认证

需要 Connected Account

Tags

VideoV1Transcriptions
List of all Recording compositions.TWILIO_VIDEO_V1_LIST_COMPOSITIONList of all Recording compositions.

List of all Recording compositions.

认证

需要 Connected Account

Tags

VideoV1Composition
List of all Recording CompositionHook resources.TWILIO_VIDEO_V1_LIST_COMPOSITION_HOOKList of all Recording CompositionHook resources.

List of all Recording CompositionHook resources.

认证

需要 Connected Account

Tags

VideoV1CompositionHook
List of all Track recordings.TWILIO_VIDEO_V1_LIST_RECORDINGList of all Track recordings.

List of all Track recordings.

认证

需要 Connected Account

Tags

VideoV1Recording
Video V1 ListRoomTWILIO_VIDEO_V1_LIST_ROOMVideo V1 ListRoom

Video V1 ListRoom

认证

需要 Connected Account

Tags

VideoV1Room
Video V1 ListRoomParticipantTWILIO_VIDEO_V1_LIST_ROOM_PARTICIPANTVideo V1 ListRoomParticipant

Video V1 ListRoomParticipant

认证

需要 Connected Account

Tags

VideoV1Participant
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 Account

Tags

VideoV1PublishedTrack
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 Account

Tags

VideoV1SubscribedTrack
Video V1 ListRoomRecordingTWILIO_VIDEO_V1_LIST_ROOM_RECORDINGVideo V1 ListRoomRecording

Video V1 ListRoomRecording

认证

需要 Connected Account

Tags

VideoV1RoomRecording
Video V1 ListRoomTranscriptionsTWILIO_VIDEO_V1_LIST_ROOM_TRANSCRIPTIONSVideo V1 ListRoomTranscriptions

Video V1 ListRoomTranscriptions

认证

需要 Connected Account

Tags

VideoV1Transcriptions
Video V1 UpdateCompositionHookTWILIO_VIDEO_V1_UPDATE_COMPOSITION_HOOKVideo V1 UpdateCompositionHook

Video V1 UpdateCompositionHook

认证

需要 Connected Account

Tags

VideoV1CompositionHook
Video V1 UpdateRoomTWILIO_VIDEO_V1_UPDATE_ROOMVideo V1 UpdateRoom

Video V1 UpdateRoom

认证

需要 Connected Account

Tags

VideoV1Room
Video V1 UpdateRoomParticipantTWILIO_VIDEO_V1_UPDATE_ROOM_PARTICIPANTVideo V1 UpdateRoomParticipant

Video V1 UpdateRoomParticipant

认证

需要 Connected Account

Tags

VideoV1Participant
Video V1 UpdateRoomParticipantAnonymizeTWILIO_VIDEO_V1_UPDATE_ROOM_PARTICIPANT_ANONYMIZEVideo V1 UpdateRoomParticipantAnonymize

Video V1 UpdateRoomParticipantAnonymize

认证

需要 Connected Account

Tags

VideoV1Anonymize
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 Account

Tags

VideoV1SubscribeRules
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 Account

Tags

VideoV1RecordingRules
Video V1 UpdateRoomTranscriptionsTWILIO_VIDEO_V1_UPDATE_ROOM_TRANSCRIPTIONSVideo V1 UpdateRoomTranscriptions

Video V1 UpdateRoomTranscriptions

认证

需要 Connected Account

Tags

VideoV1Transcriptions
Voice V1 CreateByocTrunkTWILIO_VOICE_V1_CREATE_BYOC_TRUNKVoice V1 CreateByocTrunk

Voice V1 CreateByocTrunk

认证

需要 Connected Account

Tags

VoiceV1ByocTrunk
Voice V1 CreateConnectionPolicyTWILIO_VOICE_V1_CREATE_CONNECTION_POLICYVoice V1 CreateConnectionPolicy

Voice V1 CreateConnectionPolicy

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicy
Voice V1 CreateConnectionPolicyTargetTWILIO_VOICE_V1_CREATE_CONNECTION_POLICY_TARGETVoice V1 CreateConnectionPolicyTarget

Voice V1 CreateConnectionPolicyTarget

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicyTarget
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 Account

Tags

VoiceV1BulkCountryUpdate
Voice V1 CreateIpRecordTWILIO_VOICE_V1_CREATE_IP_RECORDVoice V1 CreateIpRecord

Voice V1 CreateIpRecord

认证

需要 Connected Account

Tags

VoiceV1IpRecord
Voice V1 CreateSourceIpMappingTWILIO_VOICE_V1_CREATE_SOURCE_IP_MAPPINGVoice V1 CreateSourceIpMapping

Voice V1 CreateSourceIpMapping

认证

需要 Connected Account

Tags

VoiceV1SourceIpMapping
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 Account

Tags

VoiceV1ArchivedCall
Voice V1 DeleteByocTrunkTWILIO_VOICE_V1_DELETE_BYOC_TRUNKVoice V1 DeleteByocTrunk

Voice V1 DeleteByocTrunk

认证

需要 Connected Account

Tags

VoiceV1ByocTrunk
Voice V1 DeleteConnectionPolicyTWILIO_VOICE_V1_DELETE_CONNECTION_POLICYVoice V1 DeleteConnectionPolicy

Voice V1 DeleteConnectionPolicy

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicy
Voice V1 DeleteConnectionPolicyTargetTWILIO_VOICE_V1_DELETE_CONNECTION_POLICY_TARGETVoice V1 DeleteConnectionPolicyTarget

Voice V1 DeleteConnectionPolicyTarget

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicyTarget
Voice V1 DeleteIpRecordTWILIO_VOICE_V1_DELETE_IP_RECORDVoice V1 DeleteIpRecord

Voice V1 DeleteIpRecord

认证

需要 Connected Account

Tags

VoiceV1IpRecord
Voice V1 DeleteSourceIpMappingTWILIO_VOICE_V1_DELETE_SOURCE_IP_MAPPINGVoice V1 DeleteSourceIpMapping

Voice V1 DeleteSourceIpMapping

认证

需要 Connected Account

Tags

VoiceV1SourceIpMapping
Voice V1 FetchByocTrunkTWILIO_VOICE_V1_FETCH_BYOC_TRUNKVoice V1 FetchByocTrunk

Voice V1 FetchByocTrunk

认证

需要 Connected Account

Tags

VoiceV1ByocTrunk
Voice V1 FetchConnectionPolicyTWILIO_VOICE_V1_FETCH_CONNECTION_POLICYVoice V1 FetchConnectionPolicy

Voice V1 FetchConnectionPolicy

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicy
Voice V1 FetchConnectionPolicyTargetTWILIO_VOICE_V1_FETCH_CONNECTION_POLICY_TARGETVoice V1 FetchConnectionPolicyTarget

Voice V1 FetchConnectionPolicyTarget

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicyTarget
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 Account

Tags

VoiceV1Country
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 Account

Tags

VoiceV1Settings
Voice V1 FetchIpRecordTWILIO_VOICE_V1_FETCH_IP_RECORDVoice V1 FetchIpRecord

Voice V1 FetchIpRecord

认证

需要 Connected Account

Tags

VoiceV1IpRecord
Voice V1 FetchSourceIpMappingTWILIO_VOICE_V1_FETCH_SOURCE_IP_MAPPINGVoice V1 FetchSourceIpMapping

Voice V1 FetchSourceIpMapping

认证

需要 Connected Account

Tags

VoiceV1SourceIpMapping
Voice V1 ListByocTrunkTWILIO_VOICE_V1_LIST_BYOC_TRUNKVoice V1 ListByocTrunk

Voice V1 ListByocTrunk

认证

需要 Connected Account

Tags

VoiceV1ByocTrunk
Voice V1 ListConnectionPolicyTWILIO_VOICE_V1_LIST_CONNECTION_POLICYVoice V1 ListConnectionPolicy

Voice V1 ListConnectionPolicy

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicy
Voice V1 ListConnectionPolicyTargetTWILIO_VOICE_V1_LIST_CONNECTION_POLICY_TARGETVoice V1 ListConnectionPolicyTarget

Voice V1 ListConnectionPolicyTarget

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicyTarget
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 Account

Tags

VoiceV1Country
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 Account

Tags

VoiceV1HighriskSpecialPrefix
Voice V1 ListIpRecordTWILIO_VOICE_V1_LIST_IP_RECORDVoice V1 ListIpRecord

Voice V1 ListIpRecord

认证

需要 Connected Account

Tags

VoiceV1IpRecord
Voice V1 ListSourceIpMappingTWILIO_VOICE_V1_LIST_SOURCE_IP_MAPPINGVoice V1 ListSourceIpMapping

Voice V1 ListSourceIpMapping

认证

需要 Connected Account

Tags

VoiceV1SourceIpMapping
Voice V1 UpdateByocTrunkTWILIO_VOICE_V1_UPDATE_BYOC_TRUNKVoice V1 UpdateByocTrunk

Voice V1 UpdateByocTrunk

认证

需要 Connected Account

Tags

VoiceV1ByocTrunk
Voice V1 UpdateConnectionPolicyTWILIO_VOICE_V1_UPDATE_CONNECTION_POLICYVoice V1 UpdateConnectionPolicy

Voice V1 UpdateConnectionPolicy

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicy
Voice V1 UpdateConnectionPolicyTargetTWILIO_VOICE_V1_UPDATE_CONNECTION_POLICY_TARGETVoice V1 UpdateConnectionPolicyTarget

Voice V1 UpdateConnectionPolicyTarget

认证

需要 Connected Account

Tags

VoiceV1ConnectionPolicyTarget
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 Account

Tags

VoiceV1Settings
Voice V1 UpdateIpRecordTWILIO_VOICE_V1_UPDATE_IP_RECORDVoice V1 UpdateIpRecord

Voice V1 UpdateIpRecord

认证

需要 Connected Account

Tags

VoiceV1IpRecord
Voice V1 UpdateSourceIpMappingTWILIO_VOICE_V1_UPDATE_SOURCE_IP_MAPPINGVoice V1 UpdateSourceIpMapping

Voice V1 UpdateSourceIpMapping

认证

需要 Connected Account

Tags

VoiceV1SourceIpMapping
Create an Account Default ConfigurationTWILIO_VOICE_V2_CREATE_ACCOUNT_DEFAULT_CONFIGURATIONCreate an Account Default Configuration

Create an Account Default Configuration

认证

需要 Connected Account

Tags

AccountDefaultConfiguration
Create a ConfigurationTWILIO_VOICE_V2_CREATE_CONFIGURATIONCreate a Configuration

Create a Configuration

认证

需要 Connected Account

Tags

Configuration
Create/Update a Default ConfigurationTWILIO_VOICE_V2_CREATE_OR_UPDATE_DEFAULT_CONFIGURATIONCreate/Update a Default Configuration

Create/Update a Default Configuration

认证

需要 Connected Account

Tags

Create or Update Default Configuration
Create a Recording ConfigurationTWILIO_VOICE_V2_CREATE_RECORDING_CONFIGURATIONCreate a Recording Configuration

Create a Recording Configuration

认证

需要 Connected Account

Tags

RecordingConfiguration
Create a Transcription ConfigurationTWILIO_VOICE_V2_CREATE_TRANSCRIPTION_CONFIGURATIONCreate a Transcription Configuration

Create a Transcription Configuration

认证

需要 Connected Account

Tags

TranscriptionConfiguration
Delete the Account Default ConfigurationTWILIO_VOICE_V2_DELETE_ACCOUNT_DEFAULT_CONFIGURATIONDelete the Account Default Configuration

Delete the Account Default Configuration

认证

需要 Connected Account

Tags

AccountDefaultConfiguration
Delete a Configuration by IdTWILIO_VOICE_V2_DELETE_CONFIGURATIONDelete a Configuration by Id

Delete a Configuration by Id

认证

需要 Connected Account

Tags

Configuration
Delete a Recording Configuration by IdTWILIO_VOICE_V2_DELETE_RECORDING_CONFIGURATIONDelete a Recording Configuration by Id

Delete a Recording Configuration by Id

认证

需要 Connected Account

Tags

RecordingConfiguration
Delete a Transcription Configuration by IdTWILIO_VOICE_V2_DELETE_TRANSCRIPTION_CONFIGURATIONDelete a Transcription Configuration by Id

Delete a Transcription Configuration by Id

认证

需要 Connected Account

Tags

TranscriptionConfiguration
Get the Account Default ConfigurationTWILIO_VOICE_V2_FETCH_ACCOUNT_DEFAULT_CONFIGURATIONGet the Account Default Configuration

Get the Account Default Configuration

认证

需要 Connected Account

Tags

AccountDefaultConfiguration
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 Account

Tags

Configuration
Get the Default ConfigurationTWILIO_VOICE_V2_FETCH_DEFAULT_CONFIGURATIONGet the Default Configuration

Get the Default Configuration

认证

需要 Connected Account

Tags

Get Default Configuration
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 Account

Tags

RecordingConfiguration
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 Account

Tags

TranscriptionConfiguration
Update the Account Default ConfigurationTWILIO_VOICE_V2_UPDATE_ACCOUNT_DEFAULT_CONFIGURATIONUpdate the Account Default Configuration

Update the Account Default Configuration

认证

需要 Connected Account

Tags

AccountDefaultConfiguration
Update a Configuration by IdTWILIO_VOICE_V2_UPDATE_CONFIGURATIONUpdate a Configuration by Id

Update a Configuration by Id

认证

需要 Connected Account

Tags

Configuration
Update a Recording Configuration by IdTWILIO_VOICE_V2_UPDATE_RECORDING_CONFIGURATIONUpdate a Recording Configuration by Id

Update a Recording Configuration by Id

认证

需要 Connected Account

Tags

RecordingConfiguration
Update a Transcription Configuration by IdTWILIO_VOICE_V2_UPDATE_TRANSCRIPTION_CONFIGURATIONUpdate a Transcription Configuration by Id

Update a Transcription Configuration by Id

认证

需要 Connected Account

Tags

TranscriptionConfiguration
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 Account

Tags

V3Transcriptions
Fetch metadata about a specific transcriptionTWILIO_VOICE_V3_FETCH_TRANSCRIPTIONFetch metadata about a specific transcription

Fetch metadata about a specific transcription

认证

需要 Connected Account

Tags

V3Transcriptions
Send a Command to a Sim.TWILIO_WIRELESS_V1_CREATE_COMMANDSend a Command to a Sim.

Send a Command to a Sim.

认证

需要 Connected Account

Tags

WirelessV1Command
Wireless V1 CreateRatePlanTWILIO_WIRELESS_V1_CREATE_RATE_PLANWireless V1 CreateRatePlan

Wireless V1 CreateRatePlan

认证

需要 Connected Account

Tags

WirelessV1RatePlan
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 Account

Tags

WirelessV1Command
Wireless V1 DeleteRatePlanTWILIO_WIRELESS_V1_DELETE_RATE_PLANWireless V1 DeleteRatePlan

Wireless V1 DeleteRatePlan

认证

需要 Connected Account

Tags

WirelessV1RatePlan
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 Account

Tags

WirelessV1Sim
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 Account

Tags

WirelessV1Command
Wireless V1 FetchRatePlanTWILIO_WIRELESS_V1_FETCH_RATE_PLANWireless V1 FetchRatePlan

Wireless V1 FetchRatePlan

认证

需要 Connected Account

Tags

WirelessV1RatePlan
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 Account

Tags

WirelessV1Sim
Wireless V1 ListAccountUsageRecordTWILIO_WIRELESS_V1_LIST_ACCOUNT_USAGE_RECORDWireless V1 ListAccountUsageRecord

Wireless V1 ListAccountUsageRecord

认证

需要 Connected Account

Tags

WirelessV1UsageRecord
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 Account

Tags

WirelessV1Command
Wireless V1 ListDataSessionTWILIO_WIRELESS_V1_LIST_DATA_SESSIONWireless V1 ListDataSession

Wireless V1 ListDataSession

认证

需要 Connected Account

Tags

WirelessV1DataSession
Wireless V1 ListRatePlanTWILIO_WIRELESS_V1_LIST_RATE_PLANWireless V1 ListRatePlan

Wireless V1 ListRatePlan

认证

需要 Connected Account

Tags

WirelessV1RatePlan
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 Account

Tags

WirelessV1Sim
Wireless V1 ListUsageRecordTWILIO_WIRELESS_V1_LIST_USAGE_RECORDWireless V1 ListUsageRecord

Wireless V1 ListUsageRecord

认证

需要 Connected Account

Tags

WirelessV1UsageRecord
Wireless V1 UpdateRatePlanTWILIO_WIRELESS_V1_UPDATE_RATE_PLANWireless V1 UpdateRatePlan

Wireless V1 UpdateRatePlan

认证

需要 Connected Account

Tags

WirelessV1RatePlan
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 Account

Tags

WirelessV1Sim

Provider 资源