Bandwidth::CallsApi | create_call | POST /accounts/{accountId}/calls | Create Call |
Bandwidth::CallsApi | get_call_state | GET /accounts/{accountId}/calls/{callId} | Get Call State Information |
Bandwidth::CallsApi | list_calls | GET /accounts/{accountId}/calls | Get Calls |
Bandwidth::CallsApi | update_call | POST /accounts/{accountId}/calls/{callId} | Update Call |
Bandwidth::CallsApi | update_call_bxml | PUT /accounts/{accountId}/calls/{callId}/bxml | Update Call BXML |
Bandwidth::ConferencesApi | download_conference_recording | GET /accounts/{accountId}/conferences/{conferenceId}/recordings/{recordingId}/media | Download Conference Recording |
Bandwidth::ConferencesApi | get_conference | GET /accounts/{accountId}/conferences/{conferenceId} | Get Conference Information |
Bandwidth::ConferencesApi | get_conference_member | GET /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} | Get Conference Member |
Bandwidth::ConferencesApi | get_conference_recording | GET /accounts/{accountId}/conferences/{conferenceId}/recordings/{recordingId} | Get Conference Recording Information |
Bandwidth::ConferencesApi | list_conference_recordings | GET /accounts/{accountId}/conferences/{conferenceId}/recordings | Get Conference Recordings |
Bandwidth::ConferencesApi | list_conferences | GET /accounts/{accountId}/conferences | Get Conferences |
Bandwidth::ConferencesApi | update_conference | POST /accounts/{accountId}/conferences/{conferenceId} | Update Conference |
Bandwidth::ConferencesApi | update_conference_bxml | PUT /accounts/{accountId}/conferences/{conferenceId}/bxml | Update Conference BXML |
Bandwidth::ConferencesApi | update_conference_member | PUT /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} | Update Conference Member |
Bandwidth::MFAApi | generate_messaging_code | POST /accounts/{accountId}/code/messaging | Messaging Authentication Code |
Bandwidth::MFAApi | generate_voice_code | POST /accounts/{accountId}/code/voice | Voice Authentication Code |
Bandwidth::MFAApi | verify_code | POST /accounts/{accountId}/code/verify | Verify Authentication Code |
Bandwidth::MediaApi | delete_media | DELETE /users/{accountId}/media/{mediaId} | Delete Media |
Bandwidth::MediaApi | get_media | GET /users/{accountId}/media/{mediaId} | Get Media |
Bandwidth::MediaApi | list_media | GET /users/{accountId}/media | List Media |
Bandwidth::MediaApi | upload_media | PUT /users/{accountId}/media/{mediaId} | Upload Media |
Bandwidth::MessagesApi | create_message | POST /users/{accountId}/messages | Create Message |
Bandwidth::MessagesApi | list_messages | GET /users/{accountId}/messages | List Messages |
Bandwidth::PhoneNumberLookupApi | create_lookup | POST /accounts/{accountId}/tnlookup | Create Lookup |
Bandwidth::PhoneNumberLookupApi | get_lookup_status | GET /accounts/{accountId}/tnlookup/{requestId} | Get Lookup Request Status |
Bandwidth::RecordingsApi | delete_recording | DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Delete Recording |
Bandwidth::RecordingsApi | delete_recording_media | DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Delete Recording Media |
Bandwidth::RecordingsApi | delete_recording_transcription | DELETE /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Delete Transcription |
Bandwidth::RecordingsApi | download_call_recording | GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Download Recording |
Bandwidth::RecordingsApi | get_call_recording | GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Get Call Recording |
Bandwidth::RecordingsApi | get_recording_transcription | GET /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Get Transcription |
Bandwidth::RecordingsApi | list_account_call_recordings | GET /accounts/{accountId}/recordings | Get Call Recordings |
Bandwidth::RecordingsApi | list_call_recordings | GET /accounts/{accountId}/calls/{callId}/recordings | List Call Recordings |
Bandwidth::RecordingsApi | transcribe_call_recording | POST /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Create Transcription Request |
Bandwidth::RecordingsApi | update_call_recording_state | PUT /accounts/{accountId}/calls/{callId}/recording | Update Recording |
Bandwidth::StatisticsApi | get_statistics | GET /accounts/{accountId}/statistics | Get Account Statistics |
Bandwidth::TranscriptionsApi | delete_real_time_transcription | DELETE /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete a specific transcription |
Bandwidth::TranscriptionsApi | get_real_time_transcription | GET /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Retrieve a specific transcription |
Bandwidth::TranscriptionsApi | list_real_time_transcriptions | GET /accounts/{accountId}/calls/{callId}/transcriptions | Enumerate transcriptions made with StartTranscription |