provider 197 operations
@utdk/twilio
Twilio - Api
Generated UTDK provider client for Twilio - Api. This is the public Twilio REST API.
README
Embedded directly from the package source.
twilio
Generated UTDK provider types and OpenAPI-backed client for https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_api_v2010.json.
Operations
197 operations —
open try-it console
| Method | Operation ID | Path | Summary | |
|---|---|---|---|---|
| GET | ListAccount | /2010-04-01/Accounts.json | Retrieves a collection of Accounts belonging to the account used to make the request | Try |
| POST | CreateAccount | /2010-04-01/Accounts.json | Create a new Twilio Subaccount from the account making the request | Try |
| GET | FetchAccount | /2010-04-01/Accounts/{Sid}.json | Fetch the account specified by the provided Account Sid | Try |
| POST | UpdateAccount | /2010-04-01/Accounts/{Sid}.json | Modify the properties of a given Account | Try |
| GET | ListAddress | /2010-04-01/Accounts/{AccountSid}/Addresses.json | Try | |
| POST | CreateAddress | /2010-04-01/Accounts/{AccountSid}/Addresses.json | Try | |
| GET | FetchAddress | /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json | Try | |
| POST | UpdateAddress | /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json | Try | |
| DELETE | DeleteAddress | /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json | Try | |
| GET | ListApplication | /2010-04-01/Accounts/{AccountSid}/Applications.json | Retrieve a list of applications representing an application within the requesting account | Try |
| POST | CreateApplication | /2010-04-01/Accounts/{AccountSid}/Applications.json | Create a new application within your account | Try |
| GET | FetchApplication | /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | Fetch the application specified by the provided sid | Try |
| POST | UpdateApplication | /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | Updates the application's properties | Try |
| DELETE | DeleteApplication | /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | Delete the application by the specified application sid | Try |
| GET | FetchAuthorizedConnectApp | /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json | Fetch an instance of an authorized-connect-app | Try |
| GET | ListAuthorizedConnectApp | /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json | Retrieve a list of authorized-connect-apps belonging to the account used to make the request | Try |
| GET | ListAvailablePhoneNumberCountry | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers.json | Try | |
| GET | FetchAvailablePhoneNumberCountry | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json | Try | |
| GET | ListAvailablePhoneNumberLocal | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Local.json | Try | |
| GET | ListAvailablePhoneNumberMachineToMachine | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json | Try | |
| GET | ListAvailablePhoneNumberMobile | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Mobile.json | Try | |
| GET | ListAvailablePhoneNumberNational | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json | Try | |
| GET | ListAvailablePhoneNumberSharedCost | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/SharedCost.json | Try | |
| GET | ListAvailablePhoneNumberTollFree | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/TollFree.json | Try | |
| GET | ListAvailablePhoneNumberVoip | /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Voip.json | Try | |
| GET | FetchBalance | /2010-04-01/Accounts/{AccountSid}/Balance.json | Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information | Try |
| GET | ListCall | /2010-04-01/Accounts/{AccountSid}/Calls.json | Retrieves a collection of calls made to and from your account | Try |
| POST | CreateCall | /2010-04-01/Accounts/{AccountSid}/Calls.json | Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections | Try |
| GET | FetchCall | /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json | Fetch the call specified by the provided Call SID | Try |
| POST | UpdateCall | /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json | Initiates a call redirect or terminates a call | Try |
| DELETE | DeleteCall | /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json | Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. | Try |
| GET | ListCallEvent | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json | Retrieve a list of all events for a call. | Try |
| GET | FetchCallNotification | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json | Try | |
| GET | ListCallNotification | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications.json | Try | |
| GET | ListCallRecording | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json | Retrieve a list of recordings belonging to the call used to make the request | Try |
| POST | CreateCallRecording | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json | Create a recording for the call | Try |
| GET | FetchCallRecording | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json | Fetch an instance of a recording for a call | Try |
| POST | UpdateCallRecording | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json | 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. | Try |
| DELETE | DeleteCallRecording | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json | Delete a recording from your account | Try |
| GET | FetchConference | /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json | Fetch an instance of a conference | Try |
| POST | UpdateConference | /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json | Try | |
| GET | ListConference | /2010-04-01/Accounts/{AccountSid}/Conferences.json | Retrieve a list of conferences belonging to the account used to make the request | Try |
| GET | ListConferenceRecording | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings.json | Retrieve a list of recordings belonging to the call used to make the request | Try |
| GET | FetchConferenceRecording | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json | Fetch an instance of a recording for a call | Try |
| POST | UpdateConferenceRecording | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json | Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid. | Try |
| DELETE | DeleteConferenceRecording | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json | Delete a recording from your account | Try |
| GET | FetchConnectApp | /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json | Fetch an instance of a connect-app | Try |
| POST | UpdateConnectApp | /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json | Update a connect-app with the specified parameters | Try |
| DELETE | DeleteConnectApp | /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json | Delete an instance of a connect-app | Try |
| GET | ListConnectApp | /2010-04-01/Accounts/{AccountSid}/ConnectApps.json | Retrieve a list of connect-apps belonging to the account used to make the request | Try |
| GET | ListDependentPhoneNumber | /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json | Try | |
| GET | FetchIncomingPhoneNumber | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json | Fetch an incoming-phone-number belonging to the account used to make the request. | Try |
| POST | UpdateIncomingPhoneNumber | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json | Update an incoming-phone-number instance. | Try |
| DELETE | DeleteIncomingPhoneNumber | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json | Delete a phone-numbers belonging to the account used to make the request. | Try |
| GET | ListIncomingPhoneNumber | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json | Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. | Try |
| POST | CreateIncomingPhoneNumber | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json | Purchase a phone-number for the account. | Try |
| GET | FetchIncomingPhoneNumberAssignedAddOn | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json | Fetch an instance of an Add-on installation currently assigned to this Number. | Try |
| DELETE | DeleteIncomingPhoneNumberAssignedAddOn | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json | Remove the assignment of an Add-on installation from the Number specified. | Try |
| GET | ListIncomingPhoneNumberAssignedAddOn | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json | Retrieve a list of Add-on installations currently assigned to this Number. | Try |
| POST | CreateIncomingPhoneNumberAssignedAddOn | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json | Assign an Add-on installation to the Number specified. | Try |
| GET | FetchIncomingPhoneNumberAssignedAddOnExtension | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions/{Sid}.json | Fetch an instance of an Extension for the Assigned Add-on. | Try |
| GET | ListIncomingPhoneNumberAssignedAddOnExtension | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions.json | Retrieve a list of Extensions for the Assigned Add-on. | Try |
| GET | ListIncomingPhoneNumberLocal | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json | Try | |
| POST | CreateIncomingPhoneNumberLocal | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json | Try | |
| GET | ListIncomingPhoneNumberMobile | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json | Try | |
| POST | CreateIncomingPhoneNumberMobile | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json | Try | |
| GET | ListIncomingPhoneNumberTollFree | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json | Try | |
| POST | CreateIncomingPhoneNumberTollFree | /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json | Try | |
| GET | FetchKey | /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json | Try | |
| POST | UpdateKey | /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json | Try | |
| DELETE | DeleteKey | /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json | Try | |
| GET | ListKey | /2010-04-01/Accounts/{AccountSid}/Keys.json | Try | |
| POST | CreateNewKey | /2010-04-01/Accounts/{AccountSid}/Keys.json | Try | |
| GET | FetchMedia | /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json | Fetch a single Media resource associated with a specific Message resource | Try |
| DELETE | DeleteMedia | /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json | Delete the Media resource. | Try |
| GET | ListMedia | /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json | Read a list of Media resources associated with a specific Message resource | Try |
| GET | FetchMember | /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json | Fetch a specific member from the queue | Try |
| POST | UpdateMember | /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json | Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL | Try |
| GET | ListMember | /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.json | Retrieve the members of the queue | Try |
| GET | ListMessage | /2010-04-01/Accounts/{AccountSid}/Messages.json | Retrieve a list of Message resources associated with a Twilio Account | Try |
| POST | CreateMessage | /2010-04-01/Accounts/{AccountSid}/Messages.json | Send a message | Try |
| GET | FetchMessage | /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json | Fetch a specific Message | Try |
| POST | UpdateMessage | /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json | Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) | Try |
| DELETE | DeleteMessage | /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json | Deletes a Message resource from your account | Try |
| POST | CreateMessageFeedback | /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json | Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message | Try |
| GET | ListSigningKey | /2010-04-01/Accounts/{AccountSid}/SigningKeys.json | Try | |
| POST | CreateNewSigningKey | /2010-04-01/Accounts/{AccountSid}/SigningKeys.json | Create a new Signing Key for the account making the request. | Try |
| GET | FetchNotification | /2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json | Fetch a notification belonging to the account used to make the request | Try |
| GET | ListNotification | /2010-04-01/Accounts/{AccountSid}/Notifications.json | Retrieve a list of notifications belonging to the account used to make the request | Try |
| GET | FetchOutgoingCallerId | /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json | Fetch an outgoing-caller-id belonging to the account used to make the request | Try |
| POST | UpdateOutgoingCallerId | /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json | Updates the caller-id | Try |
| DELETE | DeleteOutgoingCallerId | /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json | Delete the caller-id specified from the account | Try |
| GET | ListOutgoingCallerId | /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json | Retrieve a list of outgoing-caller-ids belonging to the account used to make the request | Try |
| POST | CreateValidationRequest | /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json | Try | |
| GET | FetchParticipant | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | Fetch an instance of a participant | Try |
| POST | UpdateParticipant | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | Update the properties of the participant | Try |
| DELETE | DeleteParticipant | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | Kick a participant from a given conference | Try |
| GET | ListParticipant | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json | Retrieve a list of participants belonging to the account used to make the request | Try |
| POST | CreateParticipant | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json | Try | |
| POST | CreatePayments | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json | create an instance of payments. This will start a new payments session | Try |
| POST | UpdatePayments | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments/{Sid}.json | update an instance of payments with different phases of payment flows. | Try |
| GET | FetchQueue | /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json | Fetch an instance of a queue identified by the QueueSid | Try |
| POST | UpdateQueue | /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json | Update the queue with the new parameters | Try |
| DELETE | DeleteQueue | /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json | Remove an empty queue | Try |
| GET | ListQueue | /2010-04-01/Accounts/{AccountSid}/Queues.json | Retrieve a list of queues belonging to the account used to make the request | Try |
| POST | CreateQueue | /2010-04-01/Accounts/{AccountSid}/Queues.json | Create a queue | Try |
| POST | CreateRealtimeTranscription | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.json | Create a Transcription | Try |
| POST | UpdateRealtimeTranscription | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions/{Sid}.json | Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource | Try |
| GET | FetchRecording | /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json | Fetch an instance of a recording | Try |
| DELETE | DeleteRecording | /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json | Delete a recording from your account | Try |
| GET | ListRecording | /2010-04-01/Accounts/{AccountSid}/Recordings.json | Retrieve a list of recordings belonging to the account used to make the request | Try |
| GET | FetchRecordingAddOnResult | /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json | Fetch an instance of an AddOnResult | Try |
| DELETE | DeleteRecordingAddOnResult | /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json | Delete a result and purge all associated Payloads | Try |
| GET | ListRecordingAddOnResult | /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults.json | Retrieve a list of results belonging to the recording | Try |
| GET | FetchRecordingAddOnResultPayload | /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json | Fetch an instance of a result payload | Try |
| DELETE | DeleteRecordingAddOnResultPayload | /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json | Delete a payload from the result along with all associated Data | Try |
| GET | ListRecordingAddOnResultPayload | /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json | Retrieve a list of payloads belonging to the AddOnResult | Try |
| GET | FetchRecordingAddOnResultPayloadData | /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{PayloadSid}/Data.json | Fetch an instance of a result payload | Try |
| GET | FetchRecordingTranscription | /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json | Try | |
| DELETE | DeleteRecordingTranscription | /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json | Try | |
| GET | ListRecordingTranscription | /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json | Try | |
| GET | FetchShortCode | /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json | Fetch an instance of a short code | Try |
| POST | UpdateShortCode | /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json | Update a short code with the following parameters | Try |
| GET | ListShortCode | /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes.json | Retrieve a list of short-codes belonging to the account used to make the request | Try |
| GET | FetchSigningKey | /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json | Try | |
| POST | UpdateSigningKey | /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json | Try | |
| DELETE | DeleteSigningKey | /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json | Try | |
| GET | ListSipAuthCallsCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json | Retrieve a list of credential list mappings belonging to the domain used in the request | Try |
| POST | CreateSipAuthCallsCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json | Create a new credential list mapping resource | Try |
| GET | FetchSipAuthCallsCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json | Fetch a specific instance of a credential list mapping | Try |
| DELETE | DeleteSipAuthCallsCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json | Delete a credential list mapping from the requested domain | Try |
| GET | ListSipAuthCallsIpAccessControlListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json | Retrieve a list of IP Access Control List mappings belonging to the domain used in the request | Try |
| POST | CreateSipAuthCallsIpAccessControlListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json | Create a new IP Access Control List mapping | Try |
| GET | FetchSipAuthCallsIpAccessControlListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json | Fetch a specific instance of an IP Access Control List mapping | Try |
| DELETE | DeleteSipAuthCallsIpAccessControlListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json | Delete an IP Access Control List mapping from the requested domain | Try |
| GET | ListSipAuthRegistrationsCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json | Retrieve a list of credential list mappings belonging to the domain used in the request | Try |
| POST | CreateSipAuthRegistrationsCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json | Create a new credential list mapping resource | Try |
| GET | FetchSipAuthRegistrationsCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json | Fetch a specific instance of a credential list mapping | Try |
| DELETE | DeleteSipAuthRegistrationsCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json | Delete a credential list mapping from the requested domain | Try |
| GET | ListSipCredential | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json | Retrieve a list of credentials. | Try |
| POST | CreateSipCredential | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json | Create a new credential resource. | Try |
| GET | FetchSipCredential | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json | Fetch a single credential. | Try |
| POST | UpdateSipCredential | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json | Update a credential resource. | Try |
| DELETE | DeleteSipCredential | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json | Delete a credential resource. | Try |
| GET | ListSipCredentialList | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json | Get All Credential Lists | Try |
| POST | CreateSipCredentialList | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json | Create a Credential List | Try |
| GET | FetchSipCredentialList | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json | Get a Credential List | Try |
| POST | UpdateSipCredentialList | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json | Update a Credential List | Try |
| DELETE | DeleteSipCredentialList | /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json | Delete a Credential List | Try |
| GET | ListSipCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json | Read multiple CredentialListMapping resources from an account. | Try |
| POST | CreateSipCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json | Create a CredentialListMapping resource for an account. | Try |
| GET | FetchSipCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json | Fetch a single CredentialListMapping resource from an account. | Try |
| DELETE | DeleteSipCredentialListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json | Delete a CredentialListMapping resource from an account. | Try |
| GET | ListSipDomain | /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json | Retrieve a list of domains belonging to the account used to make the request | Try |
| POST | CreateSipDomain | /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json | Create a new Domain | Try |
| GET | FetchSipDomain | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json | Fetch an instance of a Domain | Try |
| POST | UpdateSipDomain | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json | Update the attributes of a domain | Try |
| DELETE | DeleteSipDomain | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json | Delete an instance of a Domain | Try |
| GET | ListSipIpAccessControlList | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json | Retrieve a list of IpAccessControlLists that belong to the account used to make the request | Try |
| POST | CreateSipIpAccessControlList | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json | Create a new IpAccessControlList resource | Try |
| GET | FetchSipIpAccessControlList | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json | Fetch a specific instance of an IpAccessControlList | Try |
| POST | UpdateSipIpAccessControlList | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json | Rename an IpAccessControlList | Try |
| DELETE | DeleteSipIpAccessControlList | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json | Delete an IpAccessControlList from the requested account | Try |
| GET | FetchSipIpAccessControlListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json | Fetch an IpAccessControlListMapping resource. | Try |
| DELETE | DeleteSipIpAccessControlListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json | Delete an IpAccessControlListMapping resource. | Try |
| GET | ListSipIpAccessControlListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json | Retrieve a list of IpAccessControlListMapping resources. | Try |
| POST | CreateSipIpAccessControlListMapping | /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json | Create a new IpAccessControlListMapping resource. | Try |
| GET | ListSipIpAddress | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json | Read multiple IpAddress resources. | Try |
| POST | CreateSipIpAddress | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json | Create a new IpAddress resource. | Try |
| GET | FetchSipIpAddress | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json | Read one IpAddress resource. | Try |
| POST | UpdateSipIpAddress | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json | Update an IpAddress resource. | Try |
| DELETE | DeleteSipIpAddress | /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json | Delete an IpAddress resource. | Try |
| POST | CreateSiprec | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec.json | Create a Siprec | Try |
| POST | UpdateSiprec | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec/{Sid}.json | Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource | Try |
| POST | CreateStream | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json | Create a Stream | Try |
| POST | UpdateStream | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams/{Sid}.json | Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource | Try |
| POST | CreateToken | /2010-04-01/Accounts/{AccountSid}/Tokens.json | Create a new token for ICE servers | Try |
| GET | FetchTranscription | /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json | Fetch an instance of a Transcription | Try |
| DELETE | DeleteTranscription | /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json | Delete a transcription from the account used to make the request | Try |
| GET | ListTranscription | /2010-04-01/Accounts/{AccountSid}/Transcriptions.json | Retrieve a list of transcriptions belonging to the account used to make the request | Try |
| GET | ListUsageRecord | /2010-04-01/Accounts/{AccountSid}/Usage/Records.json | Retrieve a list of usage-records belonging to the account used to make the request | Try |
| GET | ListUsageRecordAllTime | /2010-04-01/Accounts/{AccountSid}/Usage/Records/AllTime.json | Try | |
| GET | ListUsageRecordDaily | /2010-04-01/Accounts/{AccountSid}/Usage/Records/Daily.json | Try | |
| GET | ListUsageRecordLastMonth | /2010-04-01/Accounts/{AccountSid}/Usage/Records/LastMonth.json | Try | |
| GET | ListUsageRecordMonthly | /2010-04-01/Accounts/{AccountSid}/Usage/Records/Monthly.json | Try | |
| GET | ListUsageRecordThisMonth | /2010-04-01/Accounts/{AccountSid}/Usage/Records/ThisMonth.json | Try | |
| GET | ListUsageRecordToday | /2010-04-01/Accounts/{AccountSid}/Usage/Records/Today.json | Try | |
| GET | ListUsageRecordYearly | /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yearly.json | Try | |
| GET | ListUsageRecordYesterday | /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yesterday.json | Try | |
| GET | FetchUsageTrigger | /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json | Fetch and instance of a usage-trigger | Try |
| POST | UpdateUsageTrigger | /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json | Update an instance of a usage trigger | Try |
| DELETE | DeleteUsageTrigger | /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json | Try | |
| GET | ListUsageTrigger | /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json | Retrieve a list of usage-triggers belonging to the account used to make the request | Try |
| POST | CreateUsageTrigger | /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json | Create a new UsageTrigger | Try |
| POST | CreateUserDefinedMessage | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessages.json | Create a new User Defined Message for the given Call SID. | Try |
| POST | CreateUserDefinedMessageSubscription | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions.json | Subscribe to User Defined Messages for a given Call SID. | Try |
| DELETE | DeleteUserDefinedMessageSubscription | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions/{Sid}.json | Delete a specific User Defined Message Subscription. | Try |