twilio.rest.api package¶
Subpackages¶
- twilio.rest.api.v2010 package
- Subpackages
- twilio.rest.api.v2010.account package
- Subpackages
- twilio.rest.api.v2010.account.address package
- twilio.rest.api.v2010.account.available_phone_number package
- Submodules
- twilio.rest.api.v2010.account.available_phone_number.local module
- twilio.rest.api.v2010.account.available_phone_number.machine_to_machine module
- twilio.rest.api.v2010.account.available_phone_number.mobile module
- twilio.rest.api.v2010.account.available_phone_number.national module
- twilio.rest.api.v2010.account.available_phone_number.shared_cost module
- twilio.rest.api.v2010.account.available_phone_number.toll_free module
- twilio.rest.api.v2010.account.available_phone_number.voip module
- Module contents
- twilio.rest.api.v2010.account.call package
- Submodules
- twilio.rest.api.v2010.account.call.event module
- twilio.rest.api.v2010.account.call.feedback module
- twilio.rest.api.v2010.account.call.feedback_summary module
- twilio.rest.api.v2010.account.call.notification module
- twilio.rest.api.v2010.account.call.payment module
- twilio.rest.api.v2010.account.call.recording module
- Module contents
- twilio.rest.api.v2010.account.conference package
- twilio.rest.api.v2010.account.incoming_phone_number package
- twilio.rest.api.v2010.account.message package
- twilio.rest.api.v2010.account.queue package
- twilio.rest.api.v2010.account.recording package
- twilio.rest.api.v2010.account.sip package
- Subpackages
- twilio.rest.api.v2010.account.sip.credential_list package
- twilio.rest.api.v2010.account.sip.domain package
- Subpackages
- Submodules
- twilio.rest.api.v2010.account.sip.domain.credential_list_mapping module
- twilio.rest.api.v2010.account.sip.domain.ip_access_control_list_mapping module
- Module contents
- twilio.rest.api.v2010.account.sip.ip_access_control_list package
- Module contents
- Subpackages
- twilio.rest.api.v2010.account.usage package
- Subpackages
- twilio.rest.api.v2010.account.usage.record package
- Submodules
- twilio.rest.api.v2010.account.usage.record.all_time module
- twilio.rest.api.v2010.account.usage.record.daily module
- twilio.rest.api.v2010.account.usage.record.last_month module
- twilio.rest.api.v2010.account.usage.record.monthly module
- twilio.rest.api.v2010.account.usage.record.this_month module
- twilio.rest.api.v2010.account.usage.record.today module
- twilio.rest.api.v2010.account.usage.record.yearly module
- twilio.rest.api.v2010.account.usage.record.yesterday module
- Module contents
- twilio.rest.api.v2010.account.usage.record package
- Submodules
- twilio.rest.api.v2010.account.usage.trigger module
- Module contents
- Subpackages
- Submodules
- twilio.rest.api.v2010.account.application module
- twilio.rest.api.v2010.account.authorized_connect_app module
- twilio.rest.api.v2010.account.balance module
- twilio.rest.api.v2010.account.connect_app module
- twilio.rest.api.v2010.account.key module
- twilio.rest.api.v2010.account.new_key module
- twilio.rest.api.v2010.account.new_signing_key module
- twilio.rest.api.v2010.account.notification module
- twilio.rest.api.v2010.account.outgoing_caller_id module
- twilio.rest.api.v2010.account.short_code module
- twilio.rest.api.v2010.account.signing_key module
- twilio.rest.api.v2010.account.token module
- twilio.rest.api.v2010.account.transcription module
- twilio.rest.api.v2010.account.validation_request module
- Module contents
- Subpackages
- twilio.rest.api.v2010.account package
- Module contents
- Subpackages
Module contents¶
This code was generated by / _ _ _| _ _
(_)/(_)(_|/| |(/_ v1.0.0 / /
-
class
twilio.rest.api.Api(twilio)[source]¶ Bases:
twilio.base.domain.Domain-
account¶ Returns: Account provided as the authenticating account Return type: twilio.rest.api.v2010.account.AccountContext
-
accounts¶ Return type: twilio.rest.api.v2010.account.AccountList
-
addresses¶ Return type: twilio.rest.api.v2010.account.address.AddressList
-
applications¶ Return type: twilio.rest.api.v2010.account.application.ApplicationList
-
available_phone_numbers¶ Return type: twilio.rest.api.v2010.account.available_phone_number.AvailablePhoneNumberCountryList
-
balance¶ Return type: twilio.rest.api.v2010.account.balance.BalanceList
-
calls¶ Return type: twilio.rest.api.v2010.account.call.CallList
-
conferences¶ Return type: twilio.rest.api.v2010.account.conference.ConferenceList
-
connect_apps¶ Return type: twilio.rest.api.v2010.account.connect_app.ConnectAppList
-
incoming_phone_numbers¶ Return type: twilio.rest.api.v2010.account.incoming_phone_number.IncomingPhoneNumberList
-
keys¶ Return type: twilio.rest.api.v2010.account.key.KeyList
-
messages¶ Return type: twilio.rest.api.v2010.account.message.MessageList
-
new_keys¶ Return type: twilio.rest.api.v2010.account.new_key.NewKeyList
-
new_signing_keys¶ Return type: twilio.rest.api.v2010.account.new_signing_key.NewSigningKeyList
-
notifications¶ Return type: twilio.rest.api.v2010.account.notification.NotificationList
-
outgoing_caller_ids¶ Return type: twilio.rest.api.v2010.account.outgoing_caller_id.OutgoingCallerIdList
-
queues¶ Return type: twilio.rest.api.v2010.account.queue.QueueList
-
recordings¶ Return type: twilio.rest.api.v2010.account.recording.RecordingList
-
short_codes¶ Return type: twilio.rest.api.v2010.account.short_code.ShortCodeList
-
signing_keys¶ Return type: twilio.rest.api.v2010.account.signing_key.SigningKeyList
-
sip¶ Return type: twilio.rest.api.v2010.account.sip.SipList
-
tokens¶ Return type: twilio.rest.api.v2010.account.token.TokenList
-
transcriptions¶ Return type: twilio.rest.api.v2010.account.transcription.TranscriptionList
-
usage¶ Return type: twilio.rest.api.v2010.account.usage.UsageList
-
v2010¶ Returns: Version v2010 of api Return type: twilio.rest.api.v2010.V2010
-
validation_requests¶ Return type: twilio.rest.api.v2010.account.validation_request.ValidationRequestList
-