python-sdk/README.md at main · Bandwidth/python-sdk

CallsApi create_call POST /accounts/{accountId}/calls Create Call CallsApi get_call_state GET /accounts/{accountId}/calls/{callId} Get Call State Information CallsApi list_calls GET /accounts/{accountId}/calls Get Calls CallsApi update_call POST /accounts/{accountId}/calls/{callId} Update Call CallsApi update_call_bxml PUT /accounts/{accountId}/calls/{callId}/bxml Update Call BXML ConferencesApi download_conference_recording GET /accounts/{accountId}/conferences/{conferenceId}/recordings/{recordingId}/media Download Conference Recording ConferencesApi get_conference GET /accounts/{accountId}/conferences/{conferenceId} Get Conference Information ConferencesApi get_conference_member GET /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} Get Conference Member ConferencesApi get_conference_recording GET /accounts/{accountId}/conferences/{conferenceId}/recordings/{recordingId} Get Conference Recording Information ConferencesApi list_conference_recordings GET /accounts/{accountId}/conferences/{conferenceId}/recordings Get Conference Recordings ConferencesApi list_conferences GET /accounts/{accountId}/conferences Get Conferences ConferencesApi update_conference POST /accounts/{accountId}/conferences/{conferenceId} Update Conference ConferencesApi update_conference_bxml PUT /accounts/{accountId}/conferences/{conferenceId}/bxml Update Conference BXML ConferencesApi update_conference_member PUT /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} Update Conference Member MFAApi generate_messaging_code POST /accounts/{accountId}/code/messaging Messaging Authentication Code MFAApi generate_voice_code POST /accounts/{accountId}/code/voice Voice Authentication Code MFAApi verify_code POST /accounts/{accountId}/code/verify Verify Authentication Code MediaApi delete_media DELETE /users/{accountId}/media/{mediaId} Delete Media MediaApi get_media GET /users/{accountId}/media/{mediaId} Get Media MediaApi list_media GET /users/{accountId}/media List Media MediaApi upload_media PUT /users/{accountId}/media/{mediaId} Upload Media MessagesApi create_message POST /users/{accountId}/messages Create Message MessagesApi list_messages GET /users/{accountId}/messages List Messages MultiChannelApi create_multi_channel_message POST /users/{accountId}/messages/multiChannel Create Multi-Channel Message PhoneNumberLookupApi create_async_bulk_lookup POST /accounts/{accountId}/phoneNumberLookup/bulk Create Asynchronous Bulk Number Lookup PhoneNumberLookupApi create_sync_lookup POST /accounts/{accountId}/phoneNumberLookup Create Synchronous Number Lookup PhoneNumberLookupApi get_async_bulk_lookup GET /accounts/{accountId}/phoneNumberLookup/bulk/{requestId} Get Asynchronous Bulk Number Lookup RecordingsApi delete_recording DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId} Delete Recording RecordingsApi delete_recording_media DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media Delete Recording Media RecordingsApi delete_recording_transcription DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription Delete Transcription RecordingsApi download_call_recording GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media Download Recording RecordingsApi get_call_recording GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId} Get Call Recording RecordingsApi get_recording_transcription GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription Get Transcription RecordingsApi list_account_call_recordings GET /accounts/{accountId}/recordings Get Call Recordings RecordingsApi list_call_recordings GET /accounts/{accountId}/calls/{callId}/recordings List Call Recordings RecordingsApi transcribe_call_recording POST /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription Create Transcription Request RecordingsApi update_call_recording_state PUT /accounts/{accountId}/calls/{callId}/recording Update Recording StatisticsApi get_statistics GET /accounts/{accountId}/statistics Get Account Statistics TollFreeVerificationApi create_webhook_subscription POST /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions Create Webhook Subscription TollFreeVerificationApi delete_verification_request DELETE /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification Delete a Toll-Free Verification Submission TollFreeVerificationApi delete_webhook_subscription DELETE /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} Delete Webhook Subscription TollFreeVerificationApi get_toll_free_verification_status GET /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification Get Toll-Free Verification Status TollFreeVerificationApi list_toll_free_use_cases GET /tollFreeVerification/useCases List Toll-Free Use Cases TollFreeVerificationApi list_webhook_subscriptions GET /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions List Webhook Subscriptions TollFreeVerificationApi request_toll_free_verification POST /accounts/{accountId}/tollFreeVerification Request Toll-Free Verification TollFreeVerificationApi update_toll_free_verification_request PUT /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification Update Toll-Free Verification Request TollFreeVerificationApi update_webhook_subscription PUT /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} Update Webhook Subscription TranscriptionsApi delete_real_time_transcription DELETE /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} Delete Real-time Transcription TranscriptionsApi get_real_time_transcription GET /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} Get Real-time Transcription TranscriptionsApi list_real_time_transcriptions GET /accounts/{accountId}/calls/{callId}/transcriptions List Real-time Transcriptions