# README
Go API client for openapi
This is the public Twilio REST API.
Overview
This API client was generated by the OpenAPI Generator project from the OpenAPI specs located at twilio/twilio-oai. By using the OpenAPI-spec from a remote server, you can easily generate an API client.
- API version: 1.0.0
- Package version: 1.0.0
- Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit https://support.twilio.com
Installation
Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/net/context
Put the package under your project folder and add the following in import:
import "./openapi"
Documentation for API Endpoints
All URIs are relative to https://api.twilio.com
Class | Method | HTTP request | Description |
---|---|---|---|
AccountsApi | CreateAccount | Post /2010-04-01/Accounts.json | |
AccountsApi | FetchAccount | Get /2010-04-01/Accounts/{Sid}.json | |
AccountsApi | ListAccount | Get /2010-04-01/Accounts.json | |
AccountsApi | UpdateAccount | Post /2010-04-01/Accounts/{Sid}.json | |
AccountsAddressesApi | CreateAddress | Post /2010-04-01/Accounts/{AccountSid}/Addresses.json | |
AccountsAddressesApi | DeleteAddress | Delete /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json | |
AccountsAddressesApi | FetchAddress | Get /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json | |
AccountsAddressesApi | ListAddress | Get /2010-04-01/Accounts/{AccountSid}/Addresses.json | |
AccountsAddressesApi | UpdateAddress | Post /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json | |
AccountsAddressesDependentPhoneNumbersApi | ListDependentPhoneNumber | Get /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json | |
AccountsApplicationsApi | CreateApplication | Post /2010-04-01/Accounts/{AccountSid}/Applications.json | |
AccountsApplicationsApi | DeleteApplication | Delete /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | |
AccountsApplicationsApi | FetchApplication | Get /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | |
AccountsApplicationsApi | ListApplication | Get /2010-04-01/Accounts/{AccountSid}/Applications.json | |
AccountsApplicationsApi | UpdateApplication | Post /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | |
AccountsAuthorizedConnectAppsApi | FetchAuthorizedConnectApp | Get /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json | |
AccountsAuthorizedConnectAppsApi | ListAuthorizedConnectApp | Get /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json | |
AccountsAvailablePhoneNumbersApi | FetchAvailablePhoneNumberCountry | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json | |
AccountsAvailablePhoneNumbersApi | ListAvailablePhoneNumberCountry | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers.json | |
AccountsAvailablePhoneNumbersLocalApi | ListAvailablePhoneNumberLocal | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Local.json | |
AccountsAvailablePhoneNumbersMachineToMachineApi | ListAvailablePhoneNumberMachineToMachine | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json | |
AccountsAvailablePhoneNumbersMobileApi | ListAvailablePhoneNumberMobile | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Mobile.json | |
AccountsAvailablePhoneNumbersNationalApi | ListAvailablePhoneNumberNational | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json | |
AccountsAvailablePhoneNumbersSharedCostApi | ListAvailablePhoneNumberSharedCost | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/SharedCost.json | |
AccountsAvailablePhoneNumbersTollFreeApi | ListAvailablePhoneNumberTollFree | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/TollFree.json | |
AccountsAvailablePhoneNumbersVoipApi | ListAvailablePhoneNumberVoip | Get /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Voip.json | |
AccountsBalanceApi | FetchBalance | Get /2010-04-01/Accounts/{AccountSid}/Balance.json | |
AccountsCallsApi | CreateCall | Post /2010-04-01/Accounts/{AccountSid}/Calls.json | |
AccountsCallsApi | DeleteCall | Delete /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json | |
AccountsCallsApi | FetchCall | Get /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json | |
AccountsCallsApi | ListCall | Get /2010-04-01/Accounts/{AccountSid}/Calls.json | |
AccountsCallsApi | UpdateCall | Post /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json | |
AccountsCallsEventsApi | ListCallEvent | Get /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json | |
AccountsCallsNotificationsApi | FetchCallNotification | Get /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json | |
AccountsCallsNotificationsApi | ListCallNotification | Get /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications.json | |
AccountsCallsPaymentsApi | CreatePayments | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json | |
AccountsCallsPaymentsApi | UpdatePayments | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments/{Sid}.json | |
AccountsCallsRecordingsApi | CreateCallRecording | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json | |
AccountsCallsRecordingsApi | DeleteCallRecording | Delete /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json | |
AccountsCallsRecordingsApi | FetchCallRecording | Get /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json | |
AccountsCallsRecordingsApi | ListCallRecording | Get /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json | |
AccountsCallsRecordingsApi | UpdateCallRecording | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json | |
AccountsCallsSiprecApi | CreateSiprec | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec.json | |
AccountsCallsSiprecApi | UpdateSiprec | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec/{Sid}.json | |
AccountsCallsStreamsApi | CreateStream | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json | |
AccountsCallsStreamsApi | UpdateStream | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams/{Sid}.json | |
AccountsCallsTranscriptionsApi | CreateRealtimeTranscription | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.json | |
AccountsCallsTranscriptionsApi | UpdateRealtimeTranscription | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions/{Sid}.json | |
AccountsCallsUserDefinedMessageSubscriptionsApi | CreateUserDefinedMessageSubscription | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions.json | |
AccountsCallsUserDefinedMessageSubscriptionsApi | DeleteUserDefinedMessageSubscription | Delete /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions/{Sid}.json | |
AccountsCallsUserDefinedMessagesApi | CreateUserDefinedMessage | Post /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessages.json | |
AccountsConferencesApi | FetchConference | Get /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json | |
AccountsConferencesApi | ListConference | Get /2010-04-01/Accounts/{AccountSid}/Conferences.json | |
AccountsConferencesApi | UpdateConference | Post /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json | |
AccountsConferencesParticipantsApi | CreateParticipant | Post /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json | |
AccountsConferencesParticipantsApi | DeleteParticipant | Delete /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | |
AccountsConferencesParticipantsApi | FetchParticipant | Get /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | |
AccountsConferencesParticipantsApi | ListParticipant | Get /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json | |
AccountsConferencesParticipantsApi | UpdateParticipant | Post /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | |
AccountsConferencesRecordingsApi | DeleteConferenceRecording | Delete /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json | |
AccountsConferencesRecordingsApi | FetchConferenceRecording | Get /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json | |
AccountsConferencesRecordingsApi | ListConferenceRecording | Get /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings.json | |
AccountsConferencesRecordingsApi | UpdateConferenceRecording | Post /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json | |
AccountsConnectAppsApi | DeleteConnectApp | Delete /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json | |
AccountsConnectAppsApi | FetchConnectApp | Get /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json | |
AccountsConnectAppsApi | ListConnectApp | Get /2010-04-01/Accounts/{AccountSid}/ConnectApps.json | |
AccountsConnectAppsApi | UpdateConnectApp | Post /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json | |
AccountsIncomingPhoneNumbersApi | CreateIncomingPhoneNumber | Post /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json | |
AccountsIncomingPhoneNumbersApi | DeleteIncomingPhoneNumber | Delete /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json | |
AccountsIncomingPhoneNumbersApi | FetchIncomingPhoneNumber | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json | |
AccountsIncomingPhoneNumbersApi | ListIncomingPhoneNumber | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json | |
AccountsIncomingPhoneNumbersApi | UpdateIncomingPhoneNumber | Post /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json | |
AccountsIncomingPhoneNumbersAssignedAddOnsApi | CreateIncomingPhoneNumberAssignedAddOn | Post /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json | |
AccountsIncomingPhoneNumbersAssignedAddOnsApi | DeleteIncomingPhoneNumberAssignedAddOn | Delete /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json | |
AccountsIncomingPhoneNumbersAssignedAddOnsApi | FetchIncomingPhoneNumberAssignedAddOn | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json | |
AccountsIncomingPhoneNumbersAssignedAddOnsApi | ListIncomingPhoneNumberAssignedAddOn | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json | |
AccountsIncomingPhoneNumbersAssignedAddOnsExtensionsApi | FetchIncomingPhoneNumberAssignedAddOnExtension | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions/{Sid}.json | |
AccountsIncomingPhoneNumbersAssignedAddOnsExtensionsApi | ListIncomingPhoneNumberAssignedAddOnExtension | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions.json | |
AccountsIncomingPhoneNumbersLocalApi | CreateIncomingPhoneNumberLocal | Post /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json | |
AccountsIncomingPhoneNumbersLocalApi | ListIncomingPhoneNumberLocal | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json | |
AccountsIncomingPhoneNumbersMobileApi | CreateIncomingPhoneNumberMobile | Post /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json | |
AccountsIncomingPhoneNumbersMobileApi | ListIncomingPhoneNumberMobile | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json | |
AccountsIncomingPhoneNumbersTollFreeApi | CreateIncomingPhoneNumberTollFree | Post /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json | |
AccountsIncomingPhoneNumbersTollFreeApi | ListIncomingPhoneNumberTollFree | Get /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json | |
AccountsKeysApi | CreateNewKey | Post /2010-04-01/Accounts/{AccountSid}/Keys.json | |
AccountsKeysApi | DeleteKey | Delete /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json | |
AccountsKeysApi | FetchKey | Get /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json | |
AccountsKeysApi | ListKey | Get /2010-04-01/Accounts/{AccountSid}/Keys.json | |
AccountsKeysApi | UpdateKey | Post /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json | |
AccountsMessagesApi | CreateMessage | Post /2010-04-01/Accounts/{AccountSid}/Messages.json | |
AccountsMessagesApi | DeleteMessage | Delete /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json | |
AccountsMessagesApi | FetchMessage | Get /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json | |
AccountsMessagesApi | ListMessage | Get /2010-04-01/Accounts/{AccountSid}/Messages.json | |
AccountsMessagesApi | UpdateMessage | Post /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json | |
AccountsMessagesFeedbackApi | CreateMessageFeedback | Post /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json | |
AccountsMessagesMediaApi | DeleteMedia | Delete /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json | |
AccountsMessagesMediaApi | FetchMedia | Get /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json | |
AccountsMessagesMediaApi | ListMedia | Get /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json | |
AccountsNotificationsApi | FetchNotification | Get /2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json | |
AccountsNotificationsApi | ListNotification | Get /2010-04-01/Accounts/{AccountSid}/Notifications.json | |
AccountsOutgoingCallerIdsApi | CreateValidationRequest | Post /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json | |
AccountsOutgoingCallerIdsApi | DeleteOutgoingCallerId | Delete /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json | |
AccountsOutgoingCallerIdsApi | FetchOutgoingCallerId | Get /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json | |
AccountsOutgoingCallerIdsApi | ListOutgoingCallerId | Get /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json | |
AccountsOutgoingCallerIdsApi | UpdateOutgoingCallerId | Post /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json | |
AccountsQueuesApi | CreateQueue | Post /2010-04-01/Accounts/{AccountSid}/Queues.json | |
AccountsQueuesApi | DeleteQueue | Delete /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json | |
AccountsQueuesApi | FetchQueue | Get /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json | |
AccountsQueuesApi | ListQueue | Get /2010-04-01/Accounts/{AccountSid}/Queues.json | |
AccountsQueuesApi | UpdateQueue | Post /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json | |
AccountsQueuesMembersApi | FetchMember | Get /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json | |
AccountsQueuesMembersApi | ListMember | Get /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.json | |
AccountsQueuesMembersApi | UpdateMember | Post /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json | |
AccountsRecordingsApi | DeleteRecording | Delete /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json | |
AccountsRecordingsApi | FetchRecording | Get /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json | |
AccountsRecordingsApi | ListRecording | Get /2010-04-01/Accounts/{AccountSid}/Recordings.json | |
AccountsRecordingsAddOnResultsApi | DeleteRecordingAddOnResult | Delete /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json | |
AccountsRecordingsAddOnResultsApi | FetchRecordingAddOnResult | Get /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json | |
AccountsRecordingsAddOnResultsApi | ListRecordingAddOnResult | Get /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults.json | |
AccountsRecordingsAddOnResultsPayloadsApi | DeleteRecordingAddOnResultPayload | Delete /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json | |
AccountsRecordingsAddOnResultsPayloadsApi | FetchRecordingAddOnResultPayload | Get /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json | |
AccountsRecordingsAddOnResultsPayloadsApi | ListRecordingAddOnResultPayload | Get /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json | |
AccountsRecordingsTranscriptionsApi | DeleteRecordingTranscription | Delete /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json | |
AccountsRecordingsTranscriptionsApi | FetchRecordingTranscription | Get /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json | |
AccountsRecordingsTranscriptionsApi | ListRecordingTranscription | Get /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json | |
AccountsSIPCredentialListsApi | CreateSipCredentialList | Post /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json | |
AccountsSIPCredentialListsApi | DeleteSipCredentialList | Delete /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json | |
AccountsSIPCredentialListsApi | FetchSipCredentialList | Get /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json | |
AccountsSIPCredentialListsApi | ListSipCredentialList | Get /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json | |
AccountsSIPCredentialListsApi | UpdateSipCredentialList | Post /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json | |
AccountsSIPCredentialListsCredentialsApi | CreateSipCredential | Post /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json | |
AccountsSIPCredentialListsCredentialsApi | DeleteSipCredential | Delete /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json | |
AccountsSIPCredentialListsCredentialsApi | FetchSipCredential | Get /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json | |
AccountsSIPCredentialListsCredentialsApi | ListSipCredential | Get /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json | |
AccountsSIPCredentialListsCredentialsApi | UpdateSipCredential | Post /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json | |
AccountsSIPDomainsApi | CreateSipDomain | Post /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json | |
AccountsSIPDomainsApi | DeleteSipDomain | Delete /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json | |
AccountsSIPDomainsApi | FetchSipDomain | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json | |
AccountsSIPDomainsApi | ListSipDomain | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json | |
AccountsSIPDomainsApi | UpdateSipDomain | Post /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json | |
AccountsSIPDomainsAuthCallsCredentialListMappingsApi | CreateSipAuthCallsCredentialListMapping | Post /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json | |
AccountsSIPDomainsAuthCallsCredentialListMappingsApi | DeleteSipAuthCallsCredentialListMapping | Delete /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json | |
AccountsSIPDomainsAuthCallsCredentialListMappingsApi | FetchSipAuthCallsCredentialListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json | |
AccountsSIPDomainsAuthCallsCredentialListMappingsApi | ListSipAuthCallsCredentialListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json | |
AccountsSIPDomainsAuthCallsIpAccessControlListMappingsApi | CreateSipAuthCallsIpAccessControlListMapping | Post /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json | |
AccountsSIPDomainsAuthCallsIpAccessControlListMappingsApi | DeleteSipAuthCallsIpAccessControlListMapping | Delete /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json | |
AccountsSIPDomainsAuthCallsIpAccessControlListMappingsApi | FetchSipAuthCallsIpAccessControlListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json | |
AccountsSIPDomainsAuthCallsIpAccessControlListMappingsApi | ListSipAuthCallsIpAccessControlListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json | |
AccountsSIPDomainsAuthRegistrationsCredentialListMappingsApi | CreateSipAuthRegistrationsCredentialListMapping | Post /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json | |
AccountsSIPDomainsAuthRegistrationsCredentialListMappingsApi | DeleteSipAuthRegistrationsCredentialListMapping | Delete /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json | |
AccountsSIPDomainsAuthRegistrationsCredentialListMappingsApi | FetchSipAuthRegistrationsCredentialListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json | |
AccountsSIPDomainsAuthRegistrationsCredentialListMappingsApi | ListSipAuthRegistrationsCredentialListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json | |
AccountsSIPDomainsCredentialListMappingsApi | CreateSipCredentialListMapping | Post /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json | |
AccountsSIPDomainsCredentialListMappingsApi | DeleteSipCredentialListMapping | Delete /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json | |
AccountsSIPDomainsCredentialListMappingsApi | FetchSipCredentialListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json | |
AccountsSIPDomainsCredentialListMappingsApi | ListSipCredentialListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json | |
AccountsSIPDomainsIpAccessControlListMappingsApi | CreateSipIpAccessControlListMapping | Post /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json | |
AccountsSIPDomainsIpAccessControlListMappingsApi | DeleteSipIpAccessControlListMapping | Delete /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json | |
AccountsSIPDomainsIpAccessControlListMappingsApi | FetchSipIpAccessControlListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json | |
AccountsSIPDomainsIpAccessControlListMappingsApi | ListSipIpAccessControlListMapping | Get /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json | |
AccountsSIPIpAccessControlListsApi | CreateSipIpAccessControlList | Post /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json | |
AccountsSIPIpAccessControlListsApi | DeleteSipIpAccessControlList | Delete /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json | |
AccountsSIPIpAccessControlListsApi | FetchSipIpAccessControlList | Get /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json | |
AccountsSIPIpAccessControlListsApi | ListSipIpAccessControlList | Get /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json | |
AccountsSIPIpAccessControlListsApi | UpdateSipIpAccessControlList | Post /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json | |
AccountsSIPIpAccessControlListsIpAddressesApi | CreateSipIpAddress | Post /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json | |
AccountsSIPIpAccessControlListsIpAddressesApi | DeleteSipIpAddress | Delete /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json | |
AccountsSIPIpAccessControlListsIpAddressesApi | FetchSipIpAddress | Get /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json | |
AccountsSIPIpAccessControlListsIpAddressesApi | ListSipIpAddress | Get /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json | |
AccountsSIPIpAccessControlListsIpAddressesApi | UpdateSipIpAddress | Post /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json | |
AccountsSMSShortCodesApi | FetchShortCode | Get /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json | |
AccountsSMSShortCodesApi | ListShortCode | Get /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes.json | |
AccountsSMSShortCodesApi | UpdateShortCode | Post /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json | |
AccountsSigningKeysApi | CreateNewSigningKey | Post /2010-04-01/Accounts/{AccountSid}/SigningKeys.json | |
AccountsSigningKeysApi | DeleteSigningKey | Delete /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json | |
AccountsSigningKeysApi | FetchSigningKey | Get /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json | |
AccountsSigningKeysApi | ListSigningKey | Get /2010-04-01/Accounts/{AccountSid}/SigningKeys.json | |
AccountsSigningKeysApi | UpdateSigningKey | Post /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json | |
AccountsTokensApi | CreateToken | Post /2010-04-01/Accounts/{AccountSid}/Tokens.json | |
AccountsTranscriptionsApi | DeleteTranscription | Delete /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json | |
AccountsTranscriptionsApi | FetchTranscription | Get /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json | |
AccountsTranscriptionsApi | ListTranscription | Get /2010-04-01/Accounts/{AccountSid}/Transcriptions.json | |
AccountsUsageRecordsApi | ListUsageRecord | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records.json | |
AccountsUsageRecordsAllTimeApi | ListUsageRecordAllTime | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records/AllTime.json | |
AccountsUsageRecordsDailyApi | ListUsageRecordDaily | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records/Daily.json | |
AccountsUsageRecordsLastMonthApi | ListUsageRecordLastMonth | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records/LastMonth.json | |
AccountsUsageRecordsMonthlyApi | ListUsageRecordMonthly | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records/Monthly.json | |
AccountsUsageRecordsThisMonthApi | ListUsageRecordThisMonth | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records/ThisMonth.json | |
AccountsUsageRecordsTodayApi | ListUsageRecordToday | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records/Today.json | |
AccountsUsageRecordsYearlyApi | ListUsageRecordYearly | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yearly.json | |
AccountsUsageRecordsYesterdayApi | ListUsageRecordYesterday | Get /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yesterday.json | |
AccountsUsageTriggersApi | CreateUsageTrigger | Post /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json | |
AccountsUsageTriggersApi | DeleteUsageTrigger | Delete /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json | |
AccountsUsageTriggersApi | FetchUsageTrigger | Get /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json | |
AccountsUsageTriggersApi | ListUsageTrigger | Get /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json | |
AccountsUsageTriggersApi | UpdateUsageTrigger | Post /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json |
Documentation For Models
- ListQueueResponse
- ApiV2010UsageRecordAllTime
- ApiV2010AccountIncomingPhoneNumberCapabilities
- ApiV2010CallRecording
- ListConferenceRecordingResponse
- ListApplicationResponse
- ApiV2010AvailablePhoneNumberSharedCost
- ApiV2010UsageRecord
- ListIncomingPhoneNumberLocalResponse
- ApiV2010UserDefinedMessage
- ApiV2010RecordingAddOnResultPayload
- ListMessageResponse
- ApiV2010Transcription
- ApiV2010OutgoingCallerId
- ListParticipantResponse
- ListRecordingAddOnResultPayloadResponse
- ApiV2010RealtimeTranscription
- ListConnectAppResponse
- ApiV2010Siprec
- ListUsageRecordYearlyResponse
- ListUsageRecordThisMonthResponse
- ApiV2010UsageRecordMonthly
- ApiV2010Conference
- ListAvailablePhoneNumberMobileResponse
- ListAvailablePhoneNumberTollFreeResponse
- ListSipCredentialListMappingResponse
- ApiV2010CallNotificationInstance
- ListUsageRecordMonthlyResponse
- ListUsageRecordLastMonthResponse
- ApiV2010RecordingTranscription
- ListSigningKeyResponse
- ApiV2010Token
- ApiV2010Queue
- ListDependentPhoneNumberResponse
- ListAvailablePhoneNumberNationalResponse
- ApiV2010UsageRecordYesterday
- ListAvailablePhoneNumberSharedCostResponse
- ApiV2010AvailablePhoneNumberVoip
- ApiV2010IncomingPhoneNumberMobile
- ApiV2010SipIpAccessControlList
- ListCallNotificationResponse
- ApiV2010AvailablePhoneNumberCountry
- ApiV2010AccountTokenIceServers
- ApiV2010UsageRecordThisMonth
- ListAvailablePhoneNumberVoipResponse
- ListShortCodeResponse
- ApiV2010Call
- ListCallResponse
- ApiV2010ShortCode
- ApiV2010Member
- ApiV2010SipAuthRegistrationsCredentialListMapping
- ListAddressResponse
- ApiV2010SipCredential
- ListOutgoingCallerIdResponse
- ListSipIpAccessControlListResponse
- ListAccountResponse
- ListIncomingPhoneNumberResponse
- ListUsageRecordTodayResponse
- ApiV2010Key
- ApiV2010CallNotification
- ListAvailablePhoneNumberMachineToMachineResponse
- ApiV2010IncomingPhoneNumberLocal
- ApiV2010Media
- ApiV2010UsageRecordYearly
- ListKeyResponse
- ApiV2010SipIpAccessControlListMapping
- ApiV2010AvailablePhoneNumberMachineToMachine
- ApiV2010Notification
- ApiV2010Recording
- ListRecordingTranscriptionResponse
- ApiV2010IncomingPhoneNumberTollFree
- ApiV2010ValidationRequest
- ApiV2010NotificationInstance
- ApiV2010MessageFeedback
- ApiV2010DependentPhoneNumber
- ApiV2010IncomingPhoneNumberAssignedAddOn
- ApiV2010UsageRecordDaily
- ApiV2010Application
- ListSipAuthCallsCredentialListMappingResponse
- ListIncomingPhoneNumberTollFreeResponse
- ApiV2010Payments
- ApiV2010Account
- ListSipIpAccessControlListMappingResponse
- ApiV2010Participant
- ApiV2010CallEvent
- ApiV2010SipAuthCallsCredentialListMapping
- ListSipIpAddressResponse
- ApiV2010NewKey
- ApiV2010UserDefinedMessageSubscription
- ApiV2010NewSigningKey
- ListAvailablePhoneNumberLocalResponse
- ListUsageRecordYesterdayResponse
- ListConferenceResponse
- ApiV2010AvailablePhoneNumberLocal
- ApiV2010SipCredentialList
- ListRecordingResponse
- ApiV2010Message
- ListUsageTriggerResponse
- ApiV2010UsageRecordLastMonth
- ApiV2010RecordingAddOnResult
- ListSipCredentialListResponse
- ListAvailablePhoneNumberCountryResponse
- ListCallRecordingResponse
- ListIncomingPhoneNumberMobileResponse
- ApiV2010AvailablePhoneNumberMobile
- ApiV2010Stream
- ApiV2010SipCredentialListMapping
- ApiV2010AvailablePhoneNumberTollFree
- ApiV2010SipDomain
- ListUsageRecordDailyResponse
- ListIncomingPhoneNumberAssignedAddOnResponse
- ListSipCredentialResponse
- ListCallEventResponse
- ApiV2010SipIpAddress
- ListAuthorizedConnectAppResponse
- ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities
- ListMemberResponse
- ApiV2010IncomingPhoneNumber
- ApiV2010ConnectApp
- ApiV2010SipAuthCallsIpAccessControlListMapping
- ApiV2010UsageRecordToday
- ApiV2010ConferenceRecording
- ApiV2010AvailablePhoneNumberNational
- ApiV2010SigningKey
- ApiV2010Address
- ApiV2010UsageTrigger
- ListNotificationResponse
- ListMediaResponse
- ListUsageRecordResponse
- ApiV2010IncomingPhoneNumberAssignedAddOnExtension
- ListRecordingAddOnResultResponse
- ListIncomingPhoneNumberAssignedAddOnExtensionResponse
- ListSipAuthCallsIpAccessControlListMappingResponse
- ApiV2010AuthorizedConnectApp
- ListUsageRecordAllTimeResponse
- ListSipDomainResponse
- ListSipAuthRegistrationsCredentialListMappingResponse
- ApiV2010Balance
- ListTranscriptionResponse
Documentation For Authorization
accountSid_authToken
- Type: HTTP basic authentication
Example
auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
UserName: "username",
Password: "password",
})
r, err := client.Service.Operation(auth, args)
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
ApiV2010Account struct for ApiV2010Account.
ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities The set of Boolean properties that indicate whether a phone number can receive calls or messages.
ApiV2010AccountIncomingPhoneNumberCapabilities The set of Boolean properties that indicate whether a phone number can receive calls or messages.
ApiV2010AccountTokenIceServers struct for ApiV2010AccountTokenIceServers.
ApiV2010Address struct for ApiV2010Address.
ApiV2010Application struct for ApiV2010Application.
ApiV2010AuthorizedConnectApp struct for ApiV2010AuthorizedConnectApp.
ApiV2010AvailablePhoneNumberCountry struct for ApiV2010AvailablePhoneNumberCountry.
ApiV2010AvailablePhoneNumberLocal struct for ApiV2010AvailablePhoneNumberLocal.
ApiV2010AvailablePhoneNumberMachineToMachine struct for ApiV2010AvailablePhoneNumberMachineToMachine.
ApiV2010AvailablePhoneNumberMobile struct for ApiV2010AvailablePhoneNumberMobile.
ApiV2010AvailablePhoneNumberNational struct for ApiV2010AvailablePhoneNumberNational.
ApiV2010AvailablePhoneNumberSharedCost struct for ApiV2010AvailablePhoneNumberSharedCost.
ApiV2010AvailablePhoneNumberTollFree struct for ApiV2010AvailablePhoneNumberTollFree.
ApiV2010AvailablePhoneNumberVoip struct for ApiV2010AvailablePhoneNumberVoip.
ApiV2010Balance struct for ApiV2010Balance.
ApiV2010Call struct for ApiV2010Call.
ApiV2010CallEvent struct for ApiV2010CallEvent.
ApiV2010CallNotification struct for ApiV2010CallNotification.
ApiV2010CallNotificationInstance struct for ApiV2010CallNotificationInstance.
ApiV2010CallRecording struct for ApiV2010CallRecording.
ApiV2010Conference struct for ApiV2010Conference.
ApiV2010ConferenceRecording struct for ApiV2010ConferenceRecording.
ApiV2010ConnectApp struct for ApiV2010ConnectApp.
ApiV2010DependentPhoneNumber struct for ApiV2010DependentPhoneNumber.
ApiV2010IncomingPhoneNumber struct for ApiV2010IncomingPhoneNumber.
ApiV2010IncomingPhoneNumberAssignedAddOn struct for ApiV2010IncomingPhoneNumberAssignedAddOn.
ApiV2010IncomingPhoneNumberAssignedAddOnExtension struct for ApiV2010IncomingPhoneNumberAssignedAddOnExtension.
ApiV2010IncomingPhoneNumberLocal struct for ApiV2010IncomingPhoneNumberLocal.
ApiV2010IncomingPhoneNumberMobile struct for ApiV2010IncomingPhoneNumberMobile.
ApiV2010IncomingPhoneNumberTollFree struct for ApiV2010IncomingPhoneNumberTollFree.
ApiV2010Key struct for ApiV2010Key.
ApiV2010Media struct for ApiV2010Media.
ApiV2010Member struct for ApiV2010Member.
ApiV2010Message struct for ApiV2010Message.
ApiV2010MessageFeedback struct for ApiV2010MessageFeedback.
ApiV2010NewKey struct for ApiV2010NewKey.
ApiV2010NewSigningKey struct for ApiV2010NewSigningKey.
ApiV2010Notification struct for ApiV2010Notification.
ApiV2010NotificationInstance struct for ApiV2010NotificationInstance.
ApiV2010OutgoingCallerId struct for ApiV2010OutgoingCallerId.
ApiV2010Participant struct for ApiV2010Participant.
ApiV2010Payments struct for ApiV2010Payments.
ApiV2010Queue struct for ApiV2010Queue.
ApiV2010RealtimeTranscription struct for ApiV2010RealtimeTranscription.
ApiV2010Recording struct for ApiV2010Recording.
ApiV2010RecordingAddOnResult struct for ApiV2010RecordingAddOnResult.
ApiV2010RecordingAddOnResultPayload struct for ApiV2010RecordingAddOnResultPayload.
ApiV2010RecordingTranscription struct for ApiV2010RecordingTranscription.
ApiV2010ShortCode struct for ApiV2010ShortCode.
ApiV2010SigningKey struct for ApiV2010SigningKey.
ApiV2010SipAuthCallsCredentialListMapping struct for ApiV2010SipAuthCallsCredentialListMapping.
ApiV2010SipAuthCallsIpAccessControlListMapping struct for ApiV2010SipAuthCallsIpAccessControlListMapping.
ApiV2010SipAuthRegistrationsCredentialListMapping struct for ApiV2010SipAuthRegistrationsCredentialListMapping.
ApiV2010SipCredential struct for ApiV2010SipCredential.
ApiV2010SipCredentialList struct for ApiV2010SipCredentialList.
ApiV2010SipCredentialListMapping struct for ApiV2010SipCredentialListMapping.
ApiV2010SipDomain struct for ApiV2010SipDomain.
ApiV2010SipIpAccessControlList struct for ApiV2010SipIpAccessControlList.
ApiV2010SipIpAccessControlListMapping struct for ApiV2010SipIpAccessControlListMapping.
ApiV2010SipIpAddress struct for ApiV2010SipIpAddress.
ApiV2010Siprec struct for ApiV2010Siprec.
ApiV2010Stream struct for ApiV2010Stream.
ApiV2010Token struct for ApiV2010Token.
ApiV2010Transcription struct for ApiV2010Transcription.
ApiV2010UsageRecord struct for ApiV2010UsageRecord.
ApiV2010UsageRecordAllTime struct for ApiV2010UsageRecordAllTime.
ApiV2010UsageRecordDaily struct for ApiV2010UsageRecordDaily.
ApiV2010UsageRecordLastMonth struct for ApiV2010UsageRecordLastMonth.
ApiV2010UsageRecordMonthly struct for ApiV2010UsageRecordMonthly.
ApiV2010UsageRecordThisMonth struct for ApiV2010UsageRecordThisMonth.
ApiV2010UsageRecordToday struct for ApiV2010UsageRecordToday.
ApiV2010UsageRecordYearly struct for ApiV2010UsageRecordYearly.
ApiV2010UsageRecordYesterday struct for ApiV2010UsageRecordYesterday.
ApiV2010UsageTrigger struct for ApiV2010UsageTrigger.
ApiV2010UserDefinedMessage struct for ApiV2010UserDefinedMessage.
ApiV2010UserDefinedMessageSubscription struct for ApiV2010UserDefinedMessageSubscription.
ApiV2010ValidationRequest struct for ApiV2010ValidationRequest.
Optional parameters for the method 'CreateAccount'.
Optional parameters for the method 'CreateAddress'.
Optional parameters for the method 'CreateApplication'.
Optional parameters for the method 'CreateCall'.
Optional parameters for the method 'CreateCallRecording'.
Optional parameters for the method 'CreateIncomingPhoneNumberAssignedAddOn'.
Optional parameters for the method 'CreateIncomingPhoneNumberLocal'.
Optional parameters for the method 'CreateIncomingPhoneNumberMobile'.
Optional parameters for the method 'CreateIncomingPhoneNumber'.
Optional parameters for the method 'CreateIncomingPhoneNumberTollFree'.
Optional parameters for the method 'CreateMessageFeedback'.
Optional parameters for the method 'CreateMessage'.
Optional parameters for the method 'CreateNewKey'.
Optional parameters for the method 'CreateNewSigningKey'.
Optional parameters for the method 'CreateParticipant'.
Optional parameters for the method 'CreatePayments'.
Optional parameters for the method 'CreateQueue'.
Optional parameters for the method 'CreateRealtimeTranscription'.
Optional parameters for the method 'CreateSipAuthCallsCredentialListMapping'.
Optional parameters for the method 'CreateSipAuthCallsIpAccessControlListMapping'.
Optional parameters for the method 'CreateSipAuthRegistrationsCredentialListMapping'.
Optional parameters for the method 'CreateSipCredentialListMapping'.
Optional parameters for the method 'CreateSipCredentialList'.
Optional parameters for the method 'CreateSipCredential'.
Optional parameters for the method 'CreateSipDomain'.
Optional parameters for the method 'CreateSipIpAccessControlListMapping'.
Optional parameters for the method 'CreateSipIpAccessControlList'.
Optional parameters for the method 'CreateSipIpAddress'.
Optional parameters for the method 'CreateSiprec'.
Optional parameters for the method 'CreateStream'.
Optional parameters for the method 'CreateToken'.
Optional parameters for the method 'CreateUsageTrigger'.
Optional parameters for the method 'CreateUserDefinedMessage'.
Optional parameters for the method 'CreateUserDefinedMessageSubscription'.
Optional parameters for the method 'CreateValidationRequest'.
Optional parameters for the method 'DeleteAddress'.
Optional parameters for the method 'DeleteApplication'.
Optional parameters for the method 'DeleteCall'.
Optional parameters for the method 'DeleteCallRecording'.
Optional parameters for the method 'DeleteConferenceRecording'.
Optional parameters for the method 'DeleteConnectApp'.
Optional parameters for the method 'DeleteIncomingPhoneNumberAssignedAddOn'.
Optional parameters for the method 'DeleteIncomingPhoneNumber'.
Optional parameters for the method 'DeleteKey'.
Optional parameters for the method 'DeleteMedia'.
Optional parameters for the method 'DeleteMessage'.
Optional parameters for the method 'DeleteOutgoingCallerId'.
Optional parameters for the method 'DeleteParticipant'.
Optional parameters for the method 'DeleteQueue'.
Optional parameters for the method 'DeleteRecordingAddOnResult'.
Optional parameters for the method 'DeleteRecordingAddOnResultPayload'.
Optional parameters for the method 'DeleteRecording'.
Optional parameters for the method 'DeleteRecordingTranscription'.
Optional parameters for the method 'DeleteSigningKey'.
Optional parameters for the method 'DeleteSipAuthCallsCredentialListMapping'.
Optional parameters for the method 'DeleteSipAuthCallsIpAccessControlListMapping'.
Optional parameters for the method 'DeleteSipAuthRegistrationsCredentialListMapping'.
Optional parameters for the method 'DeleteSipCredentialListMapping'.
Optional parameters for the method 'DeleteSipCredentialList'.
Optional parameters for the method 'DeleteSipCredential'.
Optional parameters for the method 'DeleteSipDomain'.
Optional parameters for the method 'DeleteSipIpAccessControlListMapping'.
Optional parameters for the method 'DeleteSipIpAccessControlList'.
Optional parameters for the method 'DeleteSipIpAddress'.
Optional parameters for the method 'DeleteTranscription'.
Optional parameters for the method 'DeleteUsageTrigger'.
Optional parameters for the method 'DeleteUserDefinedMessageSubscription'.
Optional parameters for the method 'FetchAddress'.
Optional parameters for the method 'FetchApplication'.
Optional parameters for the method 'FetchAuthorizedConnectApp'.
Optional parameters for the method 'FetchAvailablePhoneNumberCountry'.
Optional parameters for the method 'FetchBalance'.
Optional parameters for the method 'FetchCallNotification'.
Optional parameters for the method 'FetchCall'.
Optional parameters for the method 'FetchCallRecording'.
Optional parameters for the method 'FetchConference'.
Optional parameters for the method 'FetchConferenceRecording'.
Optional parameters for the method 'FetchConnectApp'.
Optional parameters for the method 'FetchIncomingPhoneNumberAssignedAddOnExtension'.
Optional parameters for the method 'FetchIncomingPhoneNumberAssignedAddOn'.
Optional parameters for the method 'FetchIncomingPhoneNumber'.
Optional parameters for the method 'FetchKey'.
Optional parameters for the method 'FetchMedia'.
Optional parameters for the method 'FetchMember'.
Optional parameters for the method 'FetchMessage'.
Optional parameters for the method 'FetchNotification'.
Optional parameters for the method 'FetchOutgoingCallerId'.
Optional parameters for the method 'FetchParticipant'.
Optional parameters for the method 'FetchQueue'.
Optional parameters for the method 'FetchRecordingAddOnResult'.
Optional parameters for the method 'FetchRecordingAddOnResultPayload'.
Optional parameters for the method 'FetchRecording'.
Optional parameters for the method 'FetchRecordingTranscription'.
Optional parameters for the method 'FetchShortCode'.
Optional parameters for the method 'FetchSigningKey'.
Optional parameters for the method 'FetchSipAuthCallsCredentialListMapping'.
Optional parameters for the method 'FetchSipAuthCallsIpAccessControlListMapping'.
Optional parameters for the method 'FetchSipAuthRegistrationsCredentialListMapping'.
Optional parameters for the method 'FetchSipCredentialListMapping'.
Optional parameters for the method 'FetchSipCredentialList'.
Optional parameters for the method 'FetchSipCredential'.
Optional parameters for the method 'FetchSipDomain'.
Optional parameters for the method 'FetchSipIpAccessControlListMapping'.
Optional parameters for the method 'FetchSipIpAccessControlList'.
Optional parameters for the method 'FetchSipIpAddress'.
Optional parameters for the method 'FetchTranscription'.
Optional parameters for the method 'FetchUsageTrigger'.
Optional parameters for the method 'ListAccount'.
ListAccountResponse struct for ListAccountResponse.
Optional parameters for the method 'ListAddress'.
ListAddressResponse struct for ListAddressResponse.
Optional parameters for the method 'ListApplication'.
ListApplicationResponse struct for ListApplicationResponse.
Optional parameters for the method 'ListAuthorizedConnectApp'.
ListAuthorizedConnectAppResponse struct for ListAuthorizedConnectAppResponse.
Optional parameters for the method 'ListAvailablePhoneNumberCountry'.
ListAvailablePhoneNumberCountryResponse struct for ListAvailablePhoneNumberCountryResponse.
Optional parameters for the method 'ListAvailablePhoneNumberLocal'.
ListAvailablePhoneNumberLocalResponse struct for ListAvailablePhoneNumberLocalResponse.
Optional parameters for the method 'ListAvailablePhoneNumberMachineToMachine'.
ListAvailablePhoneNumberMachineToMachineResponse struct for ListAvailablePhoneNumberMachineToMachineResponse.
Optional parameters for the method 'ListAvailablePhoneNumberMobile'.
ListAvailablePhoneNumberMobileResponse struct for ListAvailablePhoneNumberMobileResponse.
Optional parameters for the method 'ListAvailablePhoneNumberNational'.
ListAvailablePhoneNumberNationalResponse struct for ListAvailablePhoneNumberNationalResponse.
Optional parameters for the method 'ListAvailablePhoneNumberSharedCost'.
ListAvailablePhoneNumberSharedCostResponse struct for ListAvailablePhoneNumberSharedCostResponse.
Optional parameters for the method 'ListAvailablePhoneNumberTollFree'.
ListAvailablePhoneNumberTollFreeResponse struct for ListAvailablePhoneNumberTollFreeResponse.
Optional parameters for the method 'ListAvailablePhoneNumberVoip'.
ListAvailablePhoneNumberVoipResponse struct for ListAvailablePhoneNumberVoipResponse.
Optional parameters for the method 'ListCallEvent'.
ListCallEventResponse struct for ListCallEventResponse.
Optional parameters for the method 'ListCallNotification'.
ListCallNotificationResponse struct for ListCallNotificationResponse.
Optional parameters for the method 'ListCall'.
Optional parameters for the method 'ListCallRecording'.
ListCallRecordingResponse struct for ListCallRecordingResponse.
ListCallResponse struct for ListCallResponse.
Optional parameters for the method 'ListConference'.
Optional parameters for the method 'ListConferenceRecording'.
ListConferenceRecordingResponse struct for ListConferenceRecordingResponse.
ListConferenceResponse struct for ListConferenceResponse.
Optional parameters for the method 'ListConnectApp'.
ListConnectAppResponse struct for ListConnectAppResponse.
Optional parameters for the method 'ListDependentPhoneNumber'.
ListDependentPhoneNumberResponse struct for ListDependentPhoneNumberResponse.
Optional parameters for the method 'ListIncomingPhoneNumberAssignedAddOnExtension'.
ListIncomingPhoneNumberAssignedAddOnExtensionResponse struct for ListIncomingPhoneNumberAssignedAddOnExtensionResponse.
Optional parameters for the method 'ListIncomingPhoneNumberAssignedAddOn'.
ListIncomingPhoneNumberAssignedAddOnResponse struct for ListIncomingPhoneNumberAssignedAddOnResponse.
Optional parameters for the method 'ListIncomingPhoneNumberLocal'.
ListIncomingPhoneNumberLocalResponse struct for ListIncomingPhoneNumberLocalResponse.
Optional parameters for the method 'ListIncomingPhoneNumberMobile'.
ListIncomingPhoneNumberMobileResponse struct for ListIncomingPhoneNumberMobileResponse.
Optional parameters for the method 'ListIncomingPhoneNumber'.
ListIncomingPhoneNumberResponse struct for ListIncomingPhoneNumberResponse.
Optional parameters for the method 'ListIncomingPhoneNumberTollFree'.
ListIncomingPhoneNumberTollFreeResponse struct for ListIncomingPhoneNumberTollFreeResponse.
Optional parameters for the method 'ListKey'.
ListKeyResponse struct for ListKeyResponse.
Optional parameters for the method 'ListMedia'.
ListMediaResponse struct for ListMediaResponse.
Optional parameters for the method 'ListMember'.
ListMemberResponse struct for ListMemberResponse.
Optional parameters for the method 'ListMessage'.
ListMessageResponse struct for ListMessageResponse.
Optional parameters for the method 'ListNotification'.
ListNotificationResponse struct for ListNotificationResponse.
Optional parameters for the method 'ListOutgoingCallerId'.
ListOutgoingCallerIdResponse struct for ListOutgoingCallerIdResponse.
Optional parameters for the method 'ListParticipant'.
ListParticipantResponse struct for ListParticipantResponse.
Optional parameters for the method 'ListQueue'.
ListQueueResponse struct for ListQueueResponse.
Optional parameters for the method 'ListRecordingAddOnResult'.
Optional parameters for the method 'ListRecordingAddOnResultPayload'.
ListRecordingAddOnResultPayloadResponse struct for ListRecordingAddOnResultPayloadResponse.
ListRecordingAddOnResultResponse struct for ListRecordingAddOnResultResponse.
Optional parameters for the method 'ListRecording'.
ListRecordingResponse struct for ListRecordingResponse.
Optional parameters for the method 'ListRecordingTranscription'.
ListRecordingTranscriptionResponse struct for ListRecordingTranscriptionResponse.
Optional parameters for the method 'ListShortCode'.
ListShortCodeResponse struct for ListShortCodeResponse.
Optional parameters for the method 'ListSigningKey'.
ListSigningKeyResponse struct for ListSigningKeyResponse.
Optional parameters for the method 'ListSipAuthCallsCredentialListMapping'.
ListSipAuthCallsCredentialListMappingResponse struct for ListSipAuthCallsCredentialListMappingResponse.
Optional parameters for the method 'ListSipAuthCallsIpAccessControlListMapping'.
ListSipAuthCallsIpAccessControlListMappingResponse struct for ListSipAuthCallsIpAccessControlListMappingResponse.
Optional parameters for the method 'ListSipAuthRegistrationsCredentialListMapping'.
ListSipAuthRegistrationsCredentialListMappingResponse struct for ListSipAuthRegistrationsCredentialListMappingResponse.
Optional parameters for the method 'ListSipCredentialListMapping'.
ListSipCredentialListMappingResponse struct for ListSipCredentialListMappingResponse.
Optional parameters for the method 'ListSipCredentialList'.
ListSipCredentialListResponse struct for ListSipCredentialListResponse.
Optional parameters for the method 'ListSipCredential'.
ListSipCredentialResponse struct for ListSipCredentialResponse.
Optional parameters for the method 'ListSipDomain'.
ListSipDomainResponse struct for ListSipDomainResponse.
Optional parameters for the method 'ListSipIpAccessControlListMapping'.
ListSipIpAccessControlListMappingResponse struct for ListSipIpAccessControlListMappingResponse.
Optional parameters for the method 'ListSipIpAccessControlList'.
ListSipIpAccessControlListResponse struct for ListSipIpAccessControlListResponse.
Optional parameters for the method 'ListSipIpAddress'.
ListSipIpAddressResponse struct for ListSipIpAddressResponse.
Optional parameters for the method 'ListTranscription'.
ListTranscriptionResponse struct for ListTranscriptionResponse.
Optional parameters for the method 'ListUsageRecordAllTime'.
ListUsageRecordAllTimeResponse struct for ListUsageRecordAllTimeResponse.
Optional parameters for the method 'ListUsageRecordDaily'.
ListUsageRecordDailyResponse struct for ListUsageRecordDailyResponse.
Optional parameters for the method 'ListUsageRecordLastMonth'.
ListUsageRecordLastMonthResponse struct for ListUsageRecordLastMonthResponse.
Optional parameters for the method 'ListUsageRecordMonthly'.
ListUsageRecordMonthlyResponse struct for ListUsageRecordMonthlyResponse.
Optional parameters for the method 'ListUsageRecord'.
ListUsageRecordResponse struct for ListUsageRecordResponse.
Optional parameters for the method 'ListUsageRecordThisMonth'.
ListUsageRecordThisMonthResponse struct for ListUsageRecordThisMonthResponse.
Optional parameters for the method 'ListUsageRecordToday'.
ListUsageRecordTodayResponse struct for ListUsageRecordTodayResponse.
Optional parameters for the method 'ListUsageRecordYearly'.
ListUsageRecordYearlyResponse struct for ListUsageRecordYearlyResponse.
Optional parameters for the method 'ListUsageRecordYesterday'.
ListUsageRecordYesterdayResponse struct for ListUsageRecordYesterdayResponse.
Optional parameters for the method 'ListUsageTrigger'.
ListUsageTriggerResponse struct for ListUsageTriggerResponse.
Optional parameters for the method 'UpdateAccount'.
Optional parameters for the method 'UpdateAddress'.
Optional parameters for the method 'UpdateApplication'.
Optional parameters for the method 'UpdateCall'.
Optional parameters for the method 'UpdateCallRecording'.
Optional parameters for the method 'UpdateConference'.
Optional parameters for the method 'UpdateConferenceRecording'.
Optional parameters for the method 'UpdateConnectApp'.
Optional parameters for the method 'UpdateIncomingPhoneNumber'.
Optional parameters for the method 'UpdateKey'.
Optional parameters for the method 'UpdateMember'.
Optional parameters for the method 'UpdateMessage'.
Optional parameters for the method 'UpdateOutgoingCallerId'.
Optional parameters for the method 'UpdateParticipant'.
Optional parameters for the method 'UpdatePayments'.
Optional parameters for the method 'UpdateQueue'.
Optional parameters for the method 'UpdateRealtimeTranscription'.
Optional parameters for the method 'UpdateShortCode'.
Optional parameters for the method 'UpdateSigningKey'.
Optional parameters for the method 'UpdateSipCredentialList'.
Optional parameters for the method 'UpdateSipCredential'.
Optional parameters for the method 'UpdateSipDomain'.
Optional parameters for the method 'UpdateSipIpAccessControlList'.
Optional parameters for the method 'UpdateSipIpAddress'.
Optional parameters for the method 'UpdateSiprec'.
Optional parameters for the method 'UpdateStream'.
Optional parameters for the method 'UpdateUsageTrigger'.