{"id":20364336,"url":"https://github.com/bandwidth/ruby-sdk","last_synced_at":"2026-04-02T12:05:37.700Z","repository":{"id":37514919,"uuid":"212865527","full_name":"Bandwidth/ruby-sdk","owner":"Bandwidth","description":"Bandwidth Ruby SDK","archived":false,"fork":false,"pushed_at":"2025-03-25T21:29:58.000Z","size":1583,"stargazers_count":7,"open_issues_count":0,"forks_count":11,"subscribers_count":38,"default_branch":"main","last_synced_at":"2025-03-31T18:21:15.380Z","etag":null,"topics":["sdk","sdlc-enforced"],"latest_commit_sha":null,"homepage":"https://dev.bandwidth.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bandwidth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-04T17:09:38.000Z","updated_at":"2025-03-25T21:30:00.000Z","dependencies_parsed_at":"2023-02-14T02:00:37.302Z","dependency_job_id":"2a99612b-df2a-426d-9110-141301dc6175","html_url":"https://github.com/Bandwidth/ruby-sdk","commit_stats":{"total_commits":125,"total_committers":12,"mean_commits":"10.416666666666666","dds":0.8,"last_synced_commit":"534c16c79b9cb9b9303dc2a3257d347497040dcf"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bandwidth%2Fruby-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bandwidth%2Fruby-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bandwidth%2Fruby-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bandwidth%2Fruby-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bandwidth","download_url":"https://codeload.github.com/Bandwidth/ruby-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767236,"owners_count":20992548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sdk","sdlc-enforced"],"created_at":"2024-11-15T00:11:21.339Z","updated_at":"2026-04-02T12:05:37.689Z","avatar_url":"https://github.com/Bandwidth.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bandwidth-sdk\n\n[![Gem Version](https://badge.fury.io/rb/bandwidth-sdk.svg)](https://badge.fury.io/rb/bandwidth-sdk)\n[![Tests](https://github.com/Bandwidth/ruby-sdk/actions/workflows/test-nightly.yml/badge.svg)](https://github.com/Bandwidth/ruby-sdk/actions/workflows/test-nightly.yml)\n[![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop)\n\n\n|    **OS**    |      **Ruby**      |\n|:------------:|:------------------:|\n| Windows 2022 | 3.0, 3.1, 3.2, 3.3 |\n| Windows 2025 | 3.0, 3.1, 3.2, 3.3 |\n| Ubuntu 22.04 | 3.0, 3.1, 3.2, 3.3 |\n| Ubuntu 24.04 | 3.0, 3.1, 3.2, 3.3 |\n\nBandwidth - the Ruby gem for the Bandwidth SDK\n\n### Generated with the command:\n`openapi-generator generate -g ruby -i bandwidth.yml -c openapi-config.yml -o ./`\n\nBandwidth's Communication APIs\n\nThis SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Build package: org.openapitools.codegen.languages.RubyClientCodegen\nFor more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com)\n\n## Installation\n\n### Install from RubyGems\n\n```shell\ngem install bandwidth-sdk\n```\n\n### Build a gem\n\nTo build the Ruby code into a gem:\n\n```shell\ngem build bandwidth-sdk.gemspec\n```\n\nThen either install the gem locally:\n\n```shell\ngem install ./bandwidth-sdk-1.0.0.gem\n```\n\n(for development, run `gem install --dev ./bandwidth-sdk-1.0.0.gem` to install the development dependencies)\n\nor publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).\n\nFinally add this to the Gemfile:\n\n    gem 'bandwidth-sdk', '~\u003e 1.0.0'\n\n### Install from Git\n\nIf the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:\n\n    gem 'bandwidth-sdk', :git =\u003e 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'\n\n### Include the Ruby code directly\n\nInclude the Ruby code directly using `-I` as follows:\n\n```shell\nruby -Ilib script.rb\n```\n\n## Getting Started\n\nPlease follow the [installation](#installation) procedure and then run the following code:\n\n```ruby\n# Load the gem\nrequire 'bandwidth-sdk'\n\n# Setup authorization\nBandwidth.configure do |config|\n  # Configure HTTP basic authorization: Basic\n  config.username = 'YOUR_USERNAME'\n  config.password = 'YOUR_PASSWORD'\n  # Configure faraday connection\n  config.configure_faraday_connection { |connection| 'YOUR CONNECTION CONFIG PROC' }\n\n  # Configure OAuth2 access token for authorization: OAuth2\n  config.access_token = 'YOUR_ACCESS TOKEN'\n  # Or use your client ID and client secret to obtain an access token\n  config.client_id = 'YOUR_CLIENT_ID'\n  config.client_secret = 'YOUR_CLIENT_SECRET'\n  # Configure a proc to get access tokens in lieu of the static access_token configuration\n  config.access_token_getter = -\u003e { 'YOUR TOKEN GETTER PROC' } \n  # Configure faraday connection\n  config.configure_faraday_connection { |connection| 'YOUR CONNECTION CONFIG PROC' }\nend\n\napi_instance = Bandwidth::CallsApi.new\naccount_id = '9900000' # String | Your Bandwidth Account ID.\ncreate_call = Bandwidth::CreateCall.new({to: '+19195551234', from: '+15555551212', application_id: '1234-qwer-5679-tyui', answer_url: 'https://www.myCallbackServer.example/webhooks/answer'}) # CreateCall | JSON object containing information to create an outbound call\n\nbegin\n  #Create Call\n  result = api_instance.create_call(account_id, create_call)\n  p result\nrescue Bandwidth::ApiError =\u003e e\n  puts \"Exception when calling CallsApi-\u003ecreate_call: #{e}\"\nend\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*Bandwidth::CallsApi* | [**create_call**](docs/CallsApi.md#create_call) | **POST** /accounts/{accountId}/calls | Create Call\n*Bandwidth::CallsApi* | [**get_call_state**](docs/CallsApi.md#get_call_state) | **GET** /accounts/{accountId}/calls/{callId} | Get Call State Information\n*Bandwidth::CallsApi* | [**list_calls**](docs/CallsApi.md#list_calls) | **GET** /accounts/{accountId}/calls | Get Calls\n*Bandwidth::CallsApi* | [**update_call**](docs/CallsApi.md#update_call) | **POST** /accounts/{accountId}/calls/{callId} | Update Call\n*Bandwidth::CallsApi* | [**update_call_bxml**](docs/CallsApi.md#update_call_bxml) | **PUT** /accounts/{accountId}/calls/{callId}/bxml | Update Call BXML\n*Bandwidth::ConferencesApi* | [**download_conference_recording**](docs/ConferencesApi.md#download_conference_recording) | **GET** /accounts/{accountId}/conferences/{conferenceId}/recordings/{recordingId}/media | Download Conference Recording\n*Bandwidth::ConferencesApi* | [**get_conference**](docs/ConferencesApi.md#get_conference) | **GET** /accounts/{accountId}/conferences/{conferenceId} | Get Conference Information\n*Bandwidth::ConferencesApi* | [**get_conference_member**](docs/ConferencesApi.md#get_conference_member) | **GET** /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} | Get Conference Member\n*Bandwidth::ConferencesApi* | [**get_conference_recording**](docs/ConferencesApi.md#get_conference_recording) | **GET** /accounts/{accountId}/conferences/{conferenceId}/recordings/{recordingId} | Get Conference Recording Information\n*Bandwidth::ConferencesApi* | [**list_conference_recordings**](docs/ConferencesApi.md#list_conference_recordings) | **GET** /accounts/{accountId}/conferences/{conferenceId}/recordings | Get Conference Recordings\n*Bandwidth::ConferencesApi* | [**list_conferences**](docs/ConferencesApi.md#list_conferences) | **GET** /accounts/{accountId}/conferences | Get Conferences\n*Bandwidth::ConferencesApi* | [**update_conference**](docs/ConferencesApi.md#update_conference) | **POST** /accounts/{accountId}/conferences/{conferenceId} | Update Conference\n*Bandwidth::ConferencesApi* | [**update_conference_bxml**](docs/ConferencesApi.md#update_conference_bxml) | **PUT** /accounts/{accountId}/conferences/{conferenceId}/bxml | Update Conference BXML\n*Bandwidth::ConferencesApi* | [**update_conference_member**](docs/ConferencesApi.md#update_conference_member) | **PUT** /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} | Update Conference Member\n*Bandwidth::MFAApi* | [**generate_messaging_code**](docs/MFAApi.md#generate_messaging_code) | **POST** /accounts/{accountId}/code/messaging | Messaging Authentication Code\n*Bandwidth::MFAApi* | [**generate_voice_code**](docs/MFAApi.md#generate_voice_code) | **POST** /accounts/{accountId}/code/voice | Voice Authentication Code\n*Bandwidth::MFAApi* | [**verify_code**](docs/MFAApi.md#verify_code) | **POST** /accounts/{accountId}/code/verify | Verify Authentication Code\n*Bandwidth::MediaApi* | [**delete_media**](docs/MediaApi.md#delete_media) | **DELETE** /users/{accountId}/media/{mediaId} | Delete Media\n*Bandwidth::MediaApi* | [**get_media**](docs/MediaApi.md#get_media) | **GET** /users/{accountId}/media/{mediaId} | Get Media\n*Bandwidth::MediaApi* | [**list_media**](docs/MediaApi.md#list_media) | **GET** /users/{accountId}/media | List Media\n*Bandwidth::MediaApi* | [**upload_media**](docs/MediaApi.md#upload_media) | **PUT** /users/{accountId}/media/{mediaId} | Upload Media\n*Bandwidth::MessagesApi* | [**create_message**](docs/MessagesApi.md#create_message) | **POST** /users/{accountId}/messages | Create Message\n*Bandwidth::MessagesApi* | [**list_messages**](docs/MessagesApi.md#list_messages) | **GET** /users/{accountId}/messages | List Messages\n*Bandwidth::MultiChannelApi* | [**create_multi_channel_message**](docs/MultiChannelApi.md#create_multi_channel_message) | **POST** /users/{accountId}/messages/multiChannel | Create Multi-Channel Message\n*Bandwidth::PhoneNumberLookupApi* | [**create_async_bulk_lookup**](docs/PhoneNumberLookupApi.md#create_async_bulk_lookup) | **POST** /accounts/{accountId}/phoneNumberLookup/bulk | Create Asynchronous Bulk Number Lookup\n*Bandwidth::PhoneNumberLookupApi* | [**create_sync_lookup**](docs/PhoneNumberLookupApi.md#create_sync_lookup) | **POST** /accounts/{accountId}/phoneNumberLookup | Create Synchronous Number Lookup\n*Bandwidth::PhoneNumberLookupApi* | [**get_async_bulk_lookup**](docs/PhoneNumberLookupApi.md#get_async_bulk_lookup) | **GET** /accounts/{accountId}/phoneNumberLookup/bulk/{requestId} | Get Asynchronous Bulk Number Lookup\n*Bandwidth::RecordingsApi* | [**delete_recording**](docs/RecordingsApi.md#delete_recording) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Delete Recording\n*Bandwidth::RecordingsApi* | [**delete_recording_media**](docs/RecordingsApi.md#delete_recording_media) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Delete Recording Media\n*Bandwidth::RecordingsApi* | [**delete_recording_transcription**](docs/RecordingsApi.md#delete_recording_transcription) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Delete Transcription\n*Bandwidth::RecordingsApi* | [**download_call_recording**](docs/RecordingsApi.md#download_call_recording) | **GET** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Download Recording\n*Bandwidth::RecordingsApi* | [**get_call_recording**](docs/RecordingsApi.md#get_call_recording) | **GET** /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Get Call Recording\n*Bandwidth::RecordingsApi* | [**get_recording_transcription**](docs/RecordingsApi.md#get_recording_transcription) | **GET** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Get Transcription\n*Bandwidth::RecordingsApi* | [**list_account_call_recordings**](docs/RecordingsApi.md#list_account_call_recordings) | **GET** /accounts/{accountId}/recordings | Get Call Recordings\n*Bandwidth::RecordingsApi* | [**list_call_recordings**](docs/RecordingsApi.md#list_call_recordings) | **GET** /accounts/{accountId}/calls/{callId}/recordings | List Call Recordings\n*Bandwidth::RecordingsApi* | [**transcribe_call_recording**](docs/RecordingsApi.md#transcribe_call_recording) | **POST** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Create Transcription Request\n*Bandwidth::RecordingsApi* | [**update_call_recording_state**](docs/RecordingsApi.md#update_call_recording_state) | **PUT** /accounts/{accountId}/calls/{callId}/recording | Update Recording\n*Bandwidth::StatisticsApi* | [**get_statistics**](docs/StatisticsApi.md#get_statistics) | **GET** /accounts/{accountId}/statistics | Get Account Statistics\n*Bandwidth::TollFreeVerificationApi* | [**create_webhook_subscription**](docs/TollFreeVerificationApi.md#create_webhook_subscription) | **POST** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions | Create Webhook Subscription\n*Bandwidth::TollFreeVerificationApi* | [**delete_verification_request**](docs/TollFreeVerificationApi.md#delete_verification_request) | **DELETE** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Delete a Toll-Free Verification Submission\n*Bandwidth::TollFreeVerificationApi* | [**delete_webhook_subscription**](docs/TollFreeVerificationApi.md#delete_webhook_subscription) | **DELETE** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} | Delete Webhook Subscription\n*Bandwidth::TollFreeVerificationApi* | [**get_toll_free_verification_status**](docs/TollFreeVerificationApi.md#get_toll_free_verification_status) | **GET** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Get Toll-Free Verification Status\n*Bandwidth::TollFreeVerificationApi* | [**list_toll_free_use_cases**](docs/TollFreeVerificationApi.md#list_toll_free_use_cases) | **GET** /tollFreeVerification/useCases | List Toll-Free Use Cases\n*Bandwidth::TollFreeVerificationApi* | [**list_webhook_subscriptions**](docs/TollFreeVerificationApi.md#list_webhook_subscriptions) | **GET** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions | List Webhook Subscriptions\n*Bandwidth::TollFreeVerificationApi* | [**request_toll_free_verification**](docs/TollFreeVerificationApi.md#request_toll_free_verification) | **POST** /accounts/{accountId}/tollFreeVerification | Request Toll-Free Verification\n*Bandwidth::TollFreeVerificationApi* | [**update_toll_free_verification_request**](docs/TollFreeVerificationApi.md#update_toll_free_verification_request) | **PUT** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Update Toll-Free Verification Request\n*Bandwidth::TollFreeVerificationApi* | [**update_webhook_subscription**](docs/TollFreeVerificationApi.md#update_webhook_subscription) | **PUT** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} | Update Webhook Subscription\n*Bandwidth::TranscriptionsApi* | [**delete_real_time_transcription**](docs/TranscriptionsApi.md#delete_real_time_transcription) | **DELETE** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete Real-time Transcription\n*Bandwidth::TranscriptionsApi* | [**get_real_time_transcription**](docs/TranscriptionsApi.md#get_real_time_transcription) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Get Real-time Transcription\n*Bandwidth::TranscriptionsApi* | [**list_real_time_transcriptions**](docs/TranscriptionsApi.md#list_real_time_transcriptions) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions | List Real-time Transcriptions\n\n\n## Documentation for Models\n\n - [Bandwidth::AccountStatistics](docs/AccountStatistics.md)\n - [Bandwidth::AdditionalDenialReason](docs/AdditionalDenialReason.md)\n - [Bandwidth::Address](docs/Address.md)\n - [Bandwidth::AnswerCallback](docs/AnswerCallback.md)\n - [Bandwidth::AsyncLookupRequest](docs/AsyncLookupRequest.md)\n - [Bandwidth::BlockedWebhook](docs/BlockedWebhook.md)\n - [Bandwidth::BridgeCompleteCallback](docs/BridgeCompleteCallback.md)\n - [Bandwidth::BridgeTargetCompleteCallback](docs/BridgeTargetCompleteCallback.md)\n - [Bandwidth::BusinessEntityTypeEnum](docs/BusinessEntityTypeEnum.md)\n - [Bandwidth::BusinessRegistrationIssuingCountryEnum](docs/BusinessRegistrationIssuingCountryEnum.md)\n - [Bandwidth::BusinessRegistrationTypeEnum](docs/BusinessRegistrationTypeEnum.md)\n - [Bandwidth::CallDirectionEnum](docs/CallDirectionEnum.md)\n - [Bandwidth::CallRecordingMetadata](docs/CallRecordingMetadata.md)\n - [Bandwidth::CallState](docs/CallState.md)\n - [Bandwidth::CallStateEnum](docs/CallStateEnum.md)\n - [Bandwidth::CallTranscription](docs/CallTranscription.md)\n - [Bandwidth::CallTranscriptionDetectedLanguageEnum](docs/CallTranscriptionDetectedLanguageEnum.md)\n - [Bandwidth::CallTranscriptionMetadata](docs/CallTranscriptionMetadata.md)\n - [Bandwidth::CallTranscriptionResponse](docs/CallTranscriptionResponse.md)\n - [Bandwidth::CallTranscriptionTrackEnum](docs/CallTranscriptionTrackEnum.md)\n - [Bandwidth::Callback](docs/Callback.md)\n - [Bandwidth::CallbackMethodEnum](docs/CallbackMethodEnum.md)\n - [Bandwidth::CardWidthEnum](docs/CardWidthEnum.md)\n - [Bandwidth::CodeRequest](docs/CodeRequest.md)\n - [Bandwidth::CompletedLookupStatusEnum](docs/CompletedLookupStatusEnum.md)\n - [Bandwidth::Conference](docs/Conference.md)\n - [Bandwidth::ConferenceCompletedCallback](docs/ConferenceCompletedCallback.md)\n - [Bandwidth::ConferenceCreatedCallback](docs/ConferenceCreatedCallback.md)\n - [Bandwidth::ConferenceMember](docs/ConferenceMember.md)\n - [Bandwidth::ConferenceMemberExitCallback](docs/ConferenceMemberExitCallback.md)\n - [Bandwidth::ConferenceMemberJoinCallback](docs/ConferenceMemberJoinCallback.md)\n - [Bandwidth::ConferenceRecordingAvailableCallback](docs/ConferenceRecordingAvailableCallback.md)\n - [Bandwidth::ConferenceRecordingMetadata](docs/ConferenceRecordingMetadata.md)\n - [Bandwidth::ConferenceRedirectCallback](docs/ConferenceRedirectCallback.md)\n - [Bandwidth::ConferenceStateEnum](docs/ConferenceStateEnum.md)\n - [Bandwidth::Contact](docs/Contact.md)\n - [Bandwidth::CreateAsyncBulkLookupResponse](docs/CreateAsyncBulkLookupResponse.md)\n - [Bandwidth::CreateAsyncBulkLookupResponseData](docs/CreateAsyncBulkLookupResponseData.md)\n - [Bandwidth::CreateCall](docs/CreateCall.md)\n - [Bandwidth::CreateCallResponse](docs/CreateCallResponse.md)\n - [Bandwidth::CreateMessageRequestError](docs/CreateMessageRequestError.md)\n - [Bandwidth::CreateMultiChannelMessageResponse](docs/CreateMultiChannelMessageResponse.md)\n - [Bandwidth::CreateSyncLookupResponse](docs/CreateSyncLookupResponse.md)\n - [Bandwidth::CreateSyncLookupResponseData](docs/CreateSyncLookupResponseData.md)\n - [Bandwidth::DeactivationEventEnum](docs/DeactivationEventEnum.md)\n - [Bandwidth::DisconnectCallback](docs/DisconnectCallback.md)\n - [Bandwidth::Diversion](docs/Diversion.md)\n - [Bandwidth::DtmfCallback](docs/DtmfCallback.md)\n - [Bandwidth::Error](docs/Error.md)\n - [Bandwidth::ErrorObject](docs/ErrorObject.md)\n - [Bandwidth::ErrorSource](docs/ErrorSource.md)\n - [Bandwidth::FailureWebhook](docs/FailureWebhook.md)\n - [Bandwidth::FieldError](docs/FieldError.md)\n - [Bandwidth::FileFormatEnum](docs/FileFormatEnum.md)\n - [Bandwidth::GatherCallback](docs/GatherCallback.md)\n - [Bandwidth::GetAsyncBulkLookupResponse](docs/GetAsyncBulkLookupResponse.md)\n - [Bandwidth::GetAsyncBulkLookupResponseData](docs/GetAsyncBulkLookupResponseData.md)\n - [Bandwidth::InProgressLookupStatusEnum](docs/InProgressLookupStatusEnum.md)\n - [Bandwidth::InboundCallback](docs/InboundCallback.md)\n - [Bandwidth::InboundCallbackMessage](docs/InboundCallbackMessage.md)\n - [Bandwidth::InboundCallbackTypeEnum](docs/InboundCallbackTypeEnum.md)\n - [Bandwidth::InitiateCallback](docs/InitiateCallback.md)\n - [Bandwidth::LatestMessageDeliveryStatusEnum](docs/LatestMessageDeliveryStatusEnum.md)\n - [Bandwidth::LineTypeEnum](docs/LineTypeEnum.md)\n - [Bandwidth::Link](docs/Link.md)\n - [Bandwidth::LinkSchema](docs/LinkSchema.md)\n - [Bandwidth::LinksObject](docs/LinksObject.md)\n - [Bandwidth::ListMessageDirectionEnum](docs/ListMessageDirectionEnum.md)\n - [Bandwidth::ListMessageItem](docs/ListMessageItem.md)\n - [Bandwidth::LookupErrorResponse](docs/LookupErrorResponse.md)\n - [Bandwidth::LookupErrorSchema](docs/LookupErrorSchema.md)\n - [Bandwidth::LookupErrorSchemaMeta](docs/LookupErrorSchemaMeta.md)\n - [Bandwidth::LookupResult](docs/LookupResult.md)\n - [Bandwidth::MachineDetectionCompleteCallback](docs/MachineDetectionCompleteCallback.md)\n - [Bandwidth::MachineDetectionConfiguration](docs/MachineDetectionConfiguration.md)\n - [Bandwidth::MachineDetectionModeEnum](docs/MachineDetectionModeEnum.md)\n - [Bandwidth::MachineDetectionResult](docs/MachineDetectionResult.md)\n - [Bandwidth::Media](docs/Media.md)\n - [Bandwidth::Message](docs/Message.md)\n - [Bandwidth::MessageDirectionEnum](docs/MessageDirectionEnum.md)\n - [Bandwidth::MessageRequest](docs/MessageRequest.md)\n - [Bandwidth::MessageStatusEnum](docs/MessageStatusEnum.md)\n - [Bandwidth::MessageTypeEnum](docs/MessageTypeEnum.md)\n - [Bandwidth::MessagesList](docs/MessagesList.md)\n - [Bandwidth::MessagingCodeResponse](docs/MessagingCodeResponse.md)\n - [Bandwidth::MessagingRequestError](docs/MessagingRequestError.md)\n - [Bandwidth::MfaForbiddenRequestError](docs/MfaForbiddenRequestError.md)\n - [Bandwidth::MfaRequestError](docs/MfaRequestError.md)\n - [Bandwidth::MfaUnauthorizedRequestError](docs/MfaUnauthorizedRequestError.md)\n - [Bandwidth::MmsMessageContent](docs/MmsMessageContent.md)\n - [Bandwidth::MmsMessageContentFile](docs/MmsMessageContentFile.md)\n - [Bandwidth::MultiChannelAction](docs/MultiChannelAction.md)\n - [Bandwidth::MultiChannelActionCalendarEvent](docs/MultiChannelActionCalendarEvent.md)\n - [Bandwidth::MultiChannelChannelListMMSObject](docs/MultiChannelChannelListMMSObject.md)\n - [Bandwidth::MultiChannelChannelListMMSResponseObject](docs/MultiChannelChannelListMMSResponseObject.md)\n - [Bandwidth::MultiChannelChannelListObjectBase](docs/MultiChannelChannelListObjectBase.md)\n - [Bandwidth::MultiChannelChannelListOwnerObject](docs/MultiChannelChannelListOwnerObject.md)\n - [Bandwidth::MultiChannelChannelListRBMObject](docs/MultiChannelChannelListRBMObject.md)\n - [Bandwidth::MultiChannelChannelListRBMObjectAllOfContent](docs/MultiChannelChannelListRBMObjectAllOfContent.md)\n - [Bandwidth::MultiChannelChannelListRBMResponseObject](docs/MultiChannelChannelListRBMResponseObject.md)\n - [Bandwidth::MultiChannelChannelListRequestObject](docs/MultiChannelChannelListRequestObject.md)\n - [Bandwidth::MultiChannelChannelListResponseObject](docs/MultiChannelChannelListResponseObject.md)\n - [Bandwidth::MultiChannelChannelListSMSObject](docs/MultiChannelChannelListSMSObject.md)\n - [Bandwidth::MultiChannelChannelListSMSResponseObject](docs/MultiChannelChannelListSMSResponseObject.md)\n - [Bandwidth::MultiChannelError](docs/MultiChannelError.md)\n - [Bandwidth::MultiChannelMessageChannelEnum](docs/MultiChannelMessageChannelEnum.md)\n - [Bandwidth::MultiChannelMessageContent](docs/MultiChannelMessageContent.md)\n - [Bandwidth::MultiChannelMessageRequest](docs/MultiChannelMessageRequest.md)\n - [Bandwidth::MultiChannelMessageResponseData](docs/MultiChannelMessageResponseData.md)\n - [Bandwidth::OptInWorkflow](docs/OptInWorkflow.md)\n - [Bandwidth::PageInfo](docs/PageInfo.md)\n - [Bandwidth::PriorityEnum](docs/PriorityEnum.md)\n - [Bandwidth::ProductTypeEnum](docs/ProductTypeEnum.md)\n - [Bandwidth::RbmActionBase](docs/RbmActionBase.md)\n - [Bandwidth::RbmActionDial](docs/RbmActionDial.md)\n - [Bandwidth::RbmActionOpenUrl](docs/RbmActionOpenUrl.md)\n - [Bandwidth::RbmActionTypeEnum](docs/RbmActionTypeEnum.md)\n - [Bandwidth::RbmActionViewLocation](docs/RbmActionViewLocation.md)\n - [Bandwidth::RbmCardContent](docs/RbmCardContent.md)\n - [Bandwidth::RbmCardContentMedia](docs/RbmCardContentMedia.md)\n - [Bandwidth::RbmLocationResponse](docs/RbmLocationResponse.md)\n - [Bandwidth::RbmMediaHeightEnum](docs/RbmMediaHeightEnum.md)\n - [Bandwidth::RbmMessageCarouselCard](docs/RbmMessageCarouselCard.md)\n - [Bandwidth::RbmMessageContentFile](docs/RbmMessageContentFile.md)\n - [Bandwidth::RbmMessageContentRichCard](docs/RbmMessageContentRichCard.md)\n - [Bandwidth::RbmMessageContentText](docs/RbmMessageContentText.md)\n - [Bandwidth::RbmMessageMedia](docs/RbmMessageMedia.md)\n - [Bandwidth::RbmOpenUrlEnum](docs/RbmOpenUrlEnum.md)\n - [Bandwidth::RbmStandaloneCard](docs/RbmStandaloneCard.md)\n - [Bandwidth::RbmSuggestionResponse](docs/RbmSuggestionResponse.md)\n - [Bandwidth::RbmWebViewEnum](docs/RbmWebViewEnum.md)\n - [Bandwidth::RecordingAvailableCallback](docs/RecordingAvailableCallback.md)\n - [Bandwidth::RecordingCompleteCallback](docs/RecordingCompleteCallback.md)\n - [Bandwidth::RecordingStateEnum](docs/RecordingStateEnum.md)\n - [Bandwidth::RecordingTranscriptionMetadata](docs/RecordingTranscriptionMetadata.md)\n - [Bandwidth::RecordingTranscriptions](docs/RecordingTranscriptions.md)\n - [Bandwidth::RedirectCallback](docs/RedirectCallback.md)\n - [Bandwidth::RedirectMethodEnum](docs/RedirectMethodEnum.md)\n - [Bandwidth::SmsMessageContent](docs/SmsMessageContent.md)\n - [Bandwidth::StandaloneCardOrientationEnum](docs/StandaloneCardOrientationEnum.md)\n - [Bandwidth::StatusCallback](docs/StatusCallback.md)\n - [Bandwidth::StatusCallbackMessage](docs/StatusCallbackMessage.md)\n - [Bandwidth::StatusCallbackTypeEnum](docs/StatusCallbackTypeEnum.md)\n - [Bandwidth::StirShaken](docs/StirShaken.md)\n - [Bandwidth::SyncLookupRequest](docs/SyncLookupRequest.md)\n - [Bandwidth::TelephoneNumber](docs/TelephoneNumber.md)\n - [Bandwidth::TfvBasicAuthentication](docs/TfvBasicAuthentication.md)\n - [Bandwidth::TfvCallbackStatusEnum](docs/TfvCallbackStatusEnum.md)\n - [Bandwidth::TfvError](docs/TfvError.md)\n - [Bandwidth::TfvStatus](docs/TfvStatus.md)\n - [Bandwidth::TfvStatusEnum](docs/TfvStatusEnum.md)\n - [Bandwidth::TfvSubmissionInfo](docs/TfvSubmissionInfo.md)\n - [Bandwidth::TfvSubmissionWrapper](docs/TfvSubmissionWrapper.md)\n - [Bandwidth::ThumbnailAlignmentEnum](docs/ThumbnailAlignmentEnum.md)\n - [Bandwidth::TranscribeRecording](docs/TranscribeRecording.md)\n - [Bandwidth::Transcription](docs/Transcription.md)\n - [Bandwidth::TranscriptionAvailableCallback](docs/TranscriptionAvailableCallback.md)\n - [Bandwidth::TransferAnswerCallback](docs/TransferAnswerCallback.md)\n - [Bandwidth::TransferCompleteCallback](docs/TransferCompleteCallback.md)\n - [Bandwidth::TransferDisconnectCallback](docs/TransferDisconnectCallback.md)\n - [Bandwidth::UpdateCall](docs/UpdateCall.md)\n - [Bandwidth::UpdateCallRecording](docs/UpdateCallRecording.md)\n - [Bandwidth::UpdateConference](docs/UpdateConference.md)\n - [Bandwidth::UpdateConferenceMember](docs/UpdateConferenceMember.md)\n - [Bandwidth::VerificationDenialWebhook](docs/VerificationDenialWebhook.md)\n - [Bandwidth::VerificationRequest](docs/VerificationRequest.md)\n - [Bandwidth::VerificationUpdateRequest](docs/VerificationUpdateRequest.md)\n - [Bandwidth::VerificationWebhook](docs/VerificationWebhook.md)\n - [Bandwidth::VerifyCodeRequest](docs/VerifyCodeRequest.md)\n - [Bandwidth::VerifyCodeResponse](docs/VerifyCodeResponse.md)\n - [Bandwidth::VoiceApiError](docs/VoiceApiError.md)\n - [Bandwidth::VoiceCodeResponse](docs/VoiceCodeResponse.md)\n - [Bandwidth::WebhookSubscription](docs/WebhookSubscription.md)\n - [Bandwidth::WebhookSubscriptionBasicAuthentication](docs/WebhookSubscriptionBasicAuthentication.md)\n - [Bandwidth::WebhookSubscriptionRequestSchema](docs/WebhookSubscriptionRequestSchema.md)\n - [Bandwidth::WebhookSubscriptionTypeEnum](docs/WebhookSubscriptionTypeEnum.md)\n - [Bandwidth::WebhookSubscriptionsListBody](docs/WebhookSubscriptionsListBody.md)\n\n\n## Documentation for Authorization\n\n\nAuthentication schemes defined for the API:\n### Basic\n\n- **Type**: HTTP basic authentication\n\n### OAuth2\n\n\n- **Type**: OAuth\n- **Flow**: application\n- **Authorization URL**: \n- **Scopes**: N/A\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbandwidth%2Fruby-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbandwidth%2Fruby-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbandwidth%2Fruby-sdk/lists"}