Skip to main content

Java SDK

telnyx

Telnyx API

  • API version: 2.0.0

  • Generator version: 7.11.0

SIP trunking, SMS, MMS, Call Control and Telephony Data Services.

Automatically generated by the OpenAPI Generator

Requirements

Building the API client library requires:

  1. Java 1.8+
  2. Maven (3.8.3+)/Gradle (7.2+)

Installation

To install the API client library to your local Maven repository, simply execute:

mvn clean install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn clean deploy

Refer to the OSSRH Guide for more information.

Maven users

Add this dependency to your project's POM:

<dependency>
<groupId>com.telnyx.sdk</groupId>
<artifactId>telnyx</artifactId>
<version>4.0.4</version>
<scope>compile</scope>
</dependency>

Gradle users

Add this dependency to your project's build file:

  repositories {
mavenCentral() // Needed if the 'telnyx' jar has been published to maven central.
mavenLocal() // Needed if the 'telnyx' jar has been published to the local maven repo.
}

dependencies {
implementation "com.telnyx.sdk:telnyx:4.0.4"
}

Others

At first generate the JAR by executing:

mvn clean package

Then manually install the following JARs:

  • target/telnyx-4.0.4.jar
  • target/lib/*.jar

Usage

To add a HTTP proxy for the API client, use ClientConfig:


import org.glassfish.jersey.apache.connector.ApacheConnectorProvider;
import org.glassfish.jersey.client.ClientConfig;
import org.glassfish.jersey.client.ClientProperties;
import com.telnyx.sdk.*;
import com.telnyx.sdk.api.AccessTokensApi;

...

ApiClient defaultClient = Configuration.getDefaultApiClient();
ClientConfig clientConfig = defaultClient.getClientConfig();
clientConfig.connectorProvider(new ApacheConnectorProvider());
clientConfig.property(ClientProperties.PROXY_URI, "http://proxy_url_here");
clientConfig.property(ClientProperties.PROXY_USERNAME, "proxy_username");
clientConfig.property(ClientProperties.PROXY_PASSWORD, "proxy_password");
defaultClient.setClientConfig(clientConfig);

AccessTokensApi apiInstance = new AccessTokensApi(defaultClient);

Getting Started

Please follow the installation instruction and execute the following Java code:


import com.telnyx.sdk.*;
import com.telnyx.sdk.auth.*;
import com.telnyx.sdk.model.*;
import com.telnyx.sdk.api.AccessTokensApi;

public class AccessTokensApiExample {

public static void main(String[] args) {
ApiClient defaultClient = Configuration.getDefaultApiClient();
defaultClient.setBasePath("https://api.telnyx.com/v2");

// Configure HTTP bearer authorization: bearerAuth
HttpBearerAuth bearerAuth = (HttpBearerAuth) defaultClient.getAuthentication("bearerAuth");
bearerAuth.setBearerToken("BEARER TOKEN");

AccessTokensApi apiInstance = new AccessTokensApi(defaultClient);
String id = "id_example"; // String | Identifies the resource.
try {
String result = apiInstance.createTelephonyCredentialToken(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AccessTokensApi#createTelephonyCredentialToken");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
e.printStackTrace();
}
}
}

Documentation for API Endpoints

All URIs are relative to https://api.telnyx.com/v2

ClassMethodHTTP requestDescription
AccessTokensApicreateTelephonyCredentialTokenPOST /telephony_credentials/{id}/tokenCreate an Access Token.
AddressesApiacceptAddressSuggestionsPOST /addresses/{id}/actions/accept_suggestionsAccepts this address suggestion as a new emergency address for Operator Connect and finishes the uploads of the numbers associated with it to Microsoft.
AddressesApicreateAddressPOST /addressesCreates an address
AddressesApideleteAddressDELETE /addresses/{id}Deletes an address
AddressesApifindAddressesGET /addressesList all addresses
AddressesApigetAddressGET /addresses/{id}Retrieve an address
AddressesApivalidateAddressPOST /addresses/actions/validateValidate an address
AdvancedNumberOrdersApicreateAdvancedOrderV2POST /advanced_ordersCreate Advanced Order
AdvancedNumberOrdersApigetAdvancedOrderV2GET /advanced_orders/{order_id}Get Advanced Order
AdvancedNumberOrdersApilistAdvancedOrdersV2GET /advanced_ordersList Advanced Orders
AdvancedOptInOptOutApicreateAutorespConfigPOST /messaging_profiles/{profile_id}/autoresp_configsCreate Auto-Reponse Setting
AdvancedOptInOptOutApideleteAutorespConfigDELETE /messaging_profiles/{profile_id}/autoresp_configs/{autoresp_cfg_id}Delete Auto-Response Setting
AdvancedOptInOptOutApigetAutorespConfigGET /messaging_profiles/{profile_id}/autoresp_configs/{autoresp_cfg_id}Get Auto-Response Setting
AdvancedOptInOptOutApigetAutorespConfigsGET /messaging_profiles/{profile_id}/autoresp_configsList Auto-Response Settings
AdvancedOptInOptOutApiupdateAutoRespConfigPUT /messaging_profiles/{profile_id}/autoresp_configs/{autoresp_cfg_id}Update Auto-Response Setting
AssistantsApicreateNewAssistantPublicAssistantsPostPOST /ai/assistantsCreate an assistant
AssistantsApideleteAssistantPublicAssistantsAssistantIdDeleteDELETE /ai/assistants/{assistant_id}Delete an assistant
AssistantsApigetAssistantPublicAssistantsAssistantIdGetGET /ai/assistants/{assistant_id}Get an assistant
AssistantsApigetAssistantsPublicAssistantsGetGET /ai/assistantsList assistants
AssistantsApiupdateAssistantPublicAssistantsAssistantIdPostPOST /ai/assistants/{assistant_id}Update an assistant
AudioApiaudioPublicAudioTranscriptionsPostPOST /ai/audio/transcriptionsTranscribe speech to text
AuditLogsApilistAuditLogsGET /audit_eventsList Audit Logs
AuthenticationProvidersApicreateAuthenticationProviderPOST /authentication_providersCreates an authentication provider
AuthenticationProvidersApideleteAuthenticationProviderDELETE /authentication_providers/{id}Deletes an authentication provider
AuthenticationProvidersApifindAuthenticationProvidersGET /authentication_providersList all SSO authentication providers
AuthenticationProvidersApigetAuthenticationProviderGET /authentication_providers/{id}Retrieve an authentication provider
AuthenticationProvidersApiupdateAuthenticationProviderPATCH /authentication_providers/{id}Update an authentication provider
AutoRechargePreferencesApigetAutoRechargePrefsGET /payment/auto_recharge_prefsList auto recharge preferences
AutoRechargePreferencesApiupdateAutoRechargePrefsPATCH /payment/auto_recharge_prefsUpdate auto recharge preferences
BillingApigetUserBalanceGET /balanceGet user balance details
BillingGroupsApicreateBillingGroupPOST /billing_groupsCreate a billing group
BillingGroupsApideleteBillingGroupDELETE /billing_groups/{id}Delete a billing group
BillingGroupsApigetBillingGroupGET /billing_groups/{id}Get a billing group
BillingGroupsApilistBillingGroupsGET /billing_groupsList all billing groups
BillingGroupsApiupdateBillingGroupPATCH /billing_groups/{id}Update a billing group
BrandsApicreateBrandPostPOST /brandCreate Brand
BrandsApideleteBrandDELETE /brand/{brandId}Delete Brand
BrandsApigetBrandGET /brand/{brandId}Get Brand
BrandsApigetBrandFeedbackByIdGET /brand/feedback/{brandId}Get Brand Feedback By Id
BrandsApigetBrandsGET /brandList Brands
BrandsApilistExternalVettingsGET /brand/{brandId}/externalVettingList External Vettings
BrandsApipostOrderExternalVettingPOST /brand/{brandId}/externalVettingOrder Brand External Vetting
BrandsApiputExternalVettingRecordPUT /brand/{brandId}/externalVettingImport External Vetting Record
BrandsApiresendBrand2faEmailPOST /brand/{brandId}/2faEmailResend brand 2FA email
BrandsApirevetBrandPUT /brand/{brandId}/revetRevet Brand
BrandsApiupdateBrandPUT /brand/{brandId}Update Brand
BucketApicreateBucketPUT /{bucketName}CreateBucket
BucketApideleteBucketDELETE /{bucketName}DeleteBucket
BucketApiheadBucketHEAD /{bucketName}HeadBucket
BucketApilistBucketsGET /ListBuckets
BucketSslCertificateApiaddStorageSSLCertificatePUT /storage/buckets/{bucketName}/ssl_certificateAdd SSL Certificate
BucketSslCertificateApigetStorageSSLCertificatesGET /storage/buckets/{bucketName}/ssl_certificateGet Bucket SSL Certificate
BucketSslCertificateApiremoveStorageSSLCertificateDELETE /storage/buckets/{bucketName}/ssl_certificateRemove SSL Certificate
BucketUsageApigetBucketUsageGET /storage/buckets/{bucketName}/usage/storageGet Bucket Usage
BucketUsageApigetStorageAPIUsageGET /storage/buckets/{bucketName}/usage/apiGet API Usage
BulkPhoneNumberCampaignsApigetAssignmentTaskStatusGET /phoneNumberAssignmentByProfile/{taskId}Get Assignment Task Status
BulkPhoneNumberCampaignsApigetPhoneNumberStatusGET /phoneNumberAssignmentByProfile/{taskId}/phoneNumbersGet Phone Number Status
BulkPhoneNumberCampaignsApipostAssignMessagingProfileToCampaignPOST /phoneNumberAssignmentByProfileAssign Messaging Profile To Campaign
BulkPhoneNumberOperationsApicreateDeletePhoneNumbersJobPOST /phone_numbers/jobs/delete_phone_numbersDelete a batch of numbers
BulkPhoneNumberOperationsApicreatePhoneNumbersJobUpdateEmergencySettingsPOST /phone_numbers/jobs/update_emergency_settingsUpdate the emergency settings from a batch of numbers
BulkPhoneNumberOperationsApicreateUpdatePhoneNumbersJobPOST /phone_numbers/jobs/update_phone_numbersUpdate a batch of numbers
BulkPhoneNumberOperationsApilistPhoneNumbersJobsGET /phone_numbers/jobsLists the phone numbers jobs
BulkPhoneNumberOperationsApiretrievePhoneNumbersJobGET /phone_numbers/jobs/{id}Retrieve a phone numbers job
CallCommandsApianswerCallPOST /calls/{call_control_id}/actions/answerAnswer call
CallCommandsApibridgeCallPOST /calls/{call_control_id}/actions/bridgeBridge calls
CallCommandsApicallGatherUsingAIPOST /calls/{call_control_id}/actions/gather_using_aiGather using AI
CallCommandsApicallStartAIAssistantPOST /calls/{call_control_id}/actions/ai_assistant_startStart AI Assistant (BETA)
CallCommandsApicallStopAIAssistantPOST /calls/{call_control_id}/actions/ai_assistant_stopStop AI Assistant (BETA)
CallCommandsApidialCallPOST /callsDial
CallCommandsApienqueueCallPOST /calls/{call_control_id}/actions/enqueueEnqueue call
CallCommandsApigatherCallPOST /calls/{call_control_id}/actions/gatherGather
CallCommandsApigatherUsingAudioPOST /calls/{call_control_id}/actions/gather_using_audioGather using audio
CallCommandsApigatherUsingSpeakPOST /calls/{call_control_id}/actions/gather_using_speakGather using speak
CallCommandsApihangupCallPOST /calls/{call_control_id}/actions/hangupHangup call
CallCommandsApileaveQueuePOST /calls/{call_control_id}/actions/leave_queueRemove call from a queue
CallCommandsApinoiseSuppressionStartPOST /calls/{call_control_id}/actions/suppression_startNoise Suppression Start (BETA)
CallCommandsApinoiseSuppressionStopPOST /calls/{call_control_id}/actions/suppression_stopNoise Suppression Stop (BETA)
CallCommandsApipauseCallRecordingPOST /calls/{call_control_id}/actions/record_pauseRecord pause
CallCommandsApireferCallPOST /calls/{call_control_id}/actions/referSIP Refer a call
CallCommandsApirejectCallPOST /calls/{call_control_id}/actions/rejectReject a call
CallCommandsApiresumeCallRecordingPOST /calls/{call_control_id}/actions/record_resumeRecord resume
CallCommandsApisendDTMFPOST /calls/{call_control_id}/actions/send_dtmfSend DTMF
CallCommandsApisendSIPInfoPOST /calls/{call_control_id}/actions/send_sip_infoSend SIP info
CallCommandsApispeakCallPOST /calls/{call_control_id}/actions/speakSpeak text
CallCommandsApistartCallForkPOST /calls/{call_control_id}/actions/fork_startForking start
CallCommandsApistartCallPlaybackPOST /calls/{call_control_id}/actions/playback_startPlay audio URL
CallCommandsApistartCallRecordPOST /calls/{call_control_id}/actions/record_startRecording start
CallCommandsApistartCallStreamingPOST /calls/{call_control_id}/actions/streaming_startStreaming start
CallCommandsApistartCallTranscriptionPOST /calls/{call_control_id}/actions/transcription_startTranscription start
CallCommandsApistartSiprecSessionPOST /calls/{call_control_id}/actions/siprec_startSIPREC start
CallCommandsApistopCallForkPOST /calls/{call_control_id}/actions/fork_stopForking stop
CallCommandsApistopCallGatherPOST /calls/{call_control_id}/actions/gather_stopGather stop
CallCommandsApistopCallPlaybackPOST /calls/{call_control_id}/actions/playback_stopStop audio playback
CallCommandsApistopCallRecordingPOST /calls/{call_control_id}/actions/record_stopRecording stop
CallCommandsApistopCallStreamingPOST /calls/{call_control_id}/actions/streaming_stopStreaming stop
CallCommandsApistopCallTranscriptionPOST /calls/{call_control_id}/actions/transcription_stopTranscription stop
CallCommandsApistopSiprecSessionPOST /calls/{call_control_id}/actions/siprec_stopSIPREC stop
CallCommandsApitransferCallPOST /calls/{call_control_id}/actions/transferTransfer call
CallCommandsApiupdateClientStatePUT /calls/{call_control_id}/actions/client_state_updateUpdate client state
CallControlApplicationsApicreateCallControlApplicationPOST /call_control_applicationsCreate a call control application
CallControlApplicationsApideleteCallControlApplicationDELETE /call_control_applications/{id}Delete a call control application
CallControlApplicationsApilistCallControlApplicationsGET /call_control_applicationsList call control applications
CallControlApplicationsApiretrieveCallControlApplicationGET /call_control_applications/{id}Retrieve a call control application
CallControlApplicationsApiupdateCallControlApplicationPATCH /call_control_applications/{id}Update a call control application
CallInformationApilistConnectionActiveCallsGET /connections/{connection_id}/active_callsList all active calls for given connection
CallInformationApiretrieveCallStatusGET /calls/{call_control_id}Retrieve a call status
CallRecordingsApicreateCustomStorageCredentialsPOST /custom_storage_credentials/{connection_id}Create a custom storage credential
CallRecordingsApideleteCustomStorageCredentialsDELETE /custom_storage_credentials/{connection_id}Delete a stored credential
CallRecordingsApideleteRecordingDELETE /recordings/{recording_id}Delete a call recording
CallRecordingsApideleteRecordingTranscriptionDELETE /recording_transcriptions/{recording_transcription_id}Delete a recording transcription
CallRecordingsApideleteRecordingsDELETE /recordings/actions/deleteDelete a list of call recordings
CallRecordingsApigetCustomStorageCredentialsGET /custom_storage_credentials/{connection_id}Retrieve a stored credential
CallRecordingsApigetRecordingGET /recordings/{recording_id}Retrieve a call recording
CallRecordingsApigetRecordingTranscriptionGET /recording_transcriptions/{recording_transcription_id}Retrieve a recording transcription
CallRecordingsApigetRecordingTranscriptionsGET /recording_transcriptionsList all recording transcriptions
CallRecordingsApigetRecordingsGET /recordingsList all call recordings
CallRecordingsApiupdateCustomStorageCredentialsPUT /custom_storage_credentials/{connection_id}Update a stored credential
CampaignApiacceptCampaignPOST /campaign/acceptSharing/{campaignId}Accept Shared Campaign
CampaignApideactivateCampaignDELETE /campaign/{campaignId}Deactivate My Campaign
CampaignApigetCampaignGET /campaign/{campaignId}Get My Campaign
CampaignApigetCampaignCostGET /campaign/usecase/costGet Campaign Cost
CampaignApigetCampaignMnoMetadataGET /campaign/{campaignId}/mnoMetadataGet Campaign Mno Metadata
CampaignApigetCampaignOperationStatusGET /campaign/{campaignId}/operationStatusGet My Campaign Operation Status
CampaignApigetCampaignOsrAttributesGET /campaign/{campaignId}/osr/attributesGet My Osr Campaign Attributes
CampaignApigetCampaignSharingStatusGET /campaign/{campaignId}/sharingGet Sharing Status
CampaignApigetCampaignsGET /campaignList Campaigns
CampaignApigetUsecaseQualificationGET /campaignBuilder/brand/{brandId}/usecase/{usecase}Qualify By Usecase
CampaignApipostCampaignPOST /campaignBuilderSubmit Campaign
CampaignApiupdateCampaignPUT /campaign/{campaignId}Update My Campaign
CdrUsageReportsApigetCDRUsageReportSyncGET /reports/cdr_usage_reports/syncGenerates and fetches CDR Usage Reports
ChannelZonesApiassignPhoneNumberPOST /channel_zones/{channel_zone_id}/channel_zone_phone_numbersAssign a phone number to a channel zone
ChannelZonesApigetChannelZoneGET /channel_zones/{channel_zone_id}Get a specific channel zone
ChannelZonesApigetChannelZonesGET /channel_zonesGet list of channel zones
ChannelZonesApigetPhoneNumbersGET /channel_zones/{channel_zone_id}/channel_zone_phone_numbersGet the list of phone numbers assigned to a channel zone
ChannelZonesApipatchChannelZonePATCH /channel_zones/{channel_zone_id}Patch a channel zone
ChannelZonesApiunassignPhoneNumberDELETE /channel_zones/{channel_zone_id}/channel_zone_phone_numbers/{phone_number}Unassign a phone number from a channel zone
ChatApichatPublicChatCompletionsPostPOST /ai/chat/completionsCreate a chat completion
ChatApigetModelsPublicModelsGetGET /ai/modelsGet available models
ChatApipostSummaryPOST /ai/summarizeSummarize file content
ClustersApicomputeNewClusterPublicTextClustersPostPOST /ai/clustersCompute new clusters
ClustersApideleteClusterByTaskIdPublicTextClustersTaskIdDeleteDELETE /ai/clusters/{task_id}Delete a cluster
ClustersApifetchClusterByTaskIdPublicTextClustersTaskIdGetGET /ai/clusters/{task_id}Fetch a cluster
ClustersApifetchClusterImageByTaskIdPublicTextClustersTaskIdImageGetGET /ai/clusters/{task_id}/graphFetch a cluster visualization
ClustersApilistAllRequestedClustersPublicTextClustersGetGET /ai/clustersList all clusters
ConferenceCommandsApicreateConferencePOST /conferencesCreate conference
ConferenceCommandsApiholdConferenceParticipantsPOST /conferences/{id}/actions/holdHold conference participants
ConferenceCommandsApijoinConferencePOST /conferences/{id}/actions/joinJoin a conference
ConferenceCommandsApileaveConferencePOST /conferences/{id}/actions/leaveLeave a conference
ConferenceCommandsApilistConferenceParticipantsGET /conferences/{conference_id}/participantsList conference participants
ConferenceCommandsApilistConferencesGET /conferencesList conferences
ConferenceCommandsApimuteConferenceParticipantsPOST /conferences/{id}/actions/muteMute conference participants
ConferenceCommandsApipauseConferenceRecordingPOST /conferences/{id}/actions/record_pauseConference recording pause
ConferenceCommandsApiplayConferenceAudioPOST /conferences/{id}/actions/playPlay audio to conference participants
ConferenceCommandsApiresumeConferenceRecordingPOST /conferences/{id}/actions/record_resumeConference recording resume
ConferenceCommandsApiretrieveConferenceGET /conferences/{id}Retrieve a conference
ConferenceCommandsApispeakTextToConferencePOST /conferences/{id}/actions/speakSpeak text to conference participants
ConferenceCommandsApistartConferenceRecordingPOST /conferences/{id}/actions/record_startConference recording start
ConferenceCommandsApistopConferenceAudioPOST /conferences/{id}/actions/stopStop audio being played on the conference
ConferenceCommandsApistopConferenceRecordingPOST /conferences/{id}/actions/record_stopConference recording stop
ConferenceCommandsApiunholdConferenceParticipantsPOST /conferences/{id}/actions/unholdUnhold conference participants
ConferenceCommandsApiunmuteConferenceParticipantsPOST /conferences/{id}/actions/unmuteUnmute conference participants
ConferenceCommandsApiupdateConferencePOST /conferences/{id}/actions/updateUpdate conference participant
ConnectionsApilistConnectionsGET /connectionsList connections
ConnectionsApiretrieveConnectionGET /connections/{id}Retrieve a connection
CountryCoverageApiretreiveCountryCoverageGET /country_coverageGet country coverage
CountryCoverageApiretreiveSpecificCountryCoverageGET /country_coverage/countries/{country_code}Get coverage for a specific country
CoverageApilistNetworkCoverageGET /network_coverageList network coverage locations
CredentialConnectionsApicheckRegistrationStatusPOST /credential_connections/{id}/actions/check_registration_statusUpdate a credential connection registration status
CredentialConnectionsApicreateCredentialConnectionPOST /credential_connectionsCreate a credential connection
CredentialConnectionsApideleteCredentialConnectionDELETE /credential_connections/{id}Delete a credential connection
CredentialConnectionsApilistCredentialConnectionsGET /credential_connectionsList credential connections
CredentialConnectionsApiretrieveCredentialConnectionGET /credential_connections/{id}Retrieve a credential connection
CredentialConnectionsApiupdateCredentialConnectionPATCH /credential_connections/{id}Update a credential connection
CredentialsApicreateTelephonyCredentialPOST /telephony_credentialsCreate a credential
CredentialsApideleteTelephonyCredentialDELETE /telephony_credentials/{id}Delete a credential
CredentialsApifindTelephonyCredentialsGET /telephony_credentialsList all credentials
CredentialsApigetTelephonyCredentialGET /telephony_credentials/{id}Get a credential
CredentialsApiupdateTelephonyCredentialPATCH /telephony_credentials/{id}Update a credential
CsvDownloadsApicreateCsvDownloadPOST /phone_numbers/csv_downloadsCreate a CSV download
CsvDownloadsApigetCsvDownloadGET /phone_numbers/csv_downloads/{id}Retrieve a CSV download
CsvDownloadsApilistCsvDownloadsGET /phone_numbers/csv_downloadsList CSV downloads
CustomerServiceRecordApicreateCustomerServiceRecordPOST /customer_service_recordsCreate a customer service record
CustomerServiceRecordApigetCustomerServiceRecordGET /customer_service_records/{customer_service_record_id}Get a customer service record
CustomerServiceRecordApilistCustomerServiceRecordsGET /customer_service_recordsList customer service records
CustomerServiceRecordApiverifyPhoneNumberCoveragePOST /customer_service_records/phone_number_coveragesVerify CSR phone number coverage
DataMigrationApicreateMigrationPOST /storage/migrationsCreate a Migration
DataMigrationApicreateMigrationSourcePOST /storage/migration_sourcesCreate a Migration Source
DataMigrationApideleteMigrationSourceDELETE /storage/migration_sources/{id}Delete a Migration Source
DataMigrationApigetMigrationGET /storage/migrations/{id}Get a Migration
DataMigrationApigetMigrationSourceGET /storage/migration_sources/{id}Get a Migration Source
DataMigrationApilistMigrationSourceCoverageGET /storage/migration_source_coverageList Migration Source coverage
DataMigrationApilistMigrationSourcesGET /storage/migration_sourcesList all Migration Sources
DataMigrationApilistMigrationsGET /storage/migrationsList all Migrations
DataMigrationApistopMigrationPOST /storage/migrations/{id}/actions/stopStop a Migration
DebuggingApilistCallEventsGET /call_eventsList call events
DetailRecordsApisearchDetailRecordsGET /detail_recordsSearch detail records
DialogflowIntegrationApicreateDialogflowConnectionPOST /dialogflow_connections/{connection_id}Create a Dialogflow Connection
DialogflowIntegrationApideleteDialogflowConnectionDELETE /dialogflow_connections/{connection_id}Delete stored Dialogflow Connection
DialogflowIntegrationApigetDialogflowConnectionGET /dialogflow_connections/{connection_id}Retrieve stored Dialogflow Connection
DialogflowIntegrationApiupdateDialogflowConnectionPUT /dialogflow_connections/{connection_id}Update stored Dialogflow Connection
DocumentsApicreateDocumentPOST /documentsUpload a document
DocumentsApideleteDocumentDELETE /documents/{id}Delete a document
DocumentsApidownloadDocumentGET /documents/{id}/downloadDownload a document
DocumentsApilistDocumentLinksGET /document_linksList all document links
DocumentsApilistDocumentsGET /documentsList all documents
DocumentsApiretrieveDocumentGET /documents/{id}Retrieve a document
DocumentsApiupdateDocumentPATCH /documents/{id}Update a document
DynamicEmergencyAddressesApicreateDynamicEmergencyAddressPOST /dynamic_emergency_addressesCreate a dynamic emergency address.
DynamicEmergencyAddressesApideleteDynamicEmergencyAddressDELETE /dynamic_emergency_addresses/{id}Delete a dynamic emergency address
DynamicEmergencyAddressesApigetDynamicEmergencyAddressGET /dynamic_emergency_addresses/{id}Get a dynamic emergency address
DynamicEmergencyAddressesApilistDynamicEmergencyAddressesGET /dynamic_emergency_addressesList dynamic emergency addresses
DynamicEmergencyEndpointsApicreateDynamicEmergencyEndpointPOST /dynamic_emergency_endpointsCreate a dynamic emergency endpoint.
DynamicEmergencyEndpointsApideleteDynamicEmergencyEndpointDELETE /dynamic_emergency_endpoints/{id}Delete a dynamic emergency endpoint
DynamicEmergencyEndpointsApigetDynamicEmergencyEndpointGET /dynamic_emergency_endpoints/{id}Get a dynamic emergency endpoint
DynamicEmergencyEndpointsApilistDynamicEmergencyEndpointsGET /dynamic_emergency_endpointsList dynamic emergency endpoints
EmbeddingsApiembeddingBucketFilesPublicEmbeddingBucketsBucketNameDeleteDELETE /ai/embeddings/buckets/{bucket_name}Disable AI for an Embedded Bucket
EmbeddingsApigetBucketNameGET /ai/embeddings/buckets/{bucket_name}Get file-level embedding statuses for a bucket
EmbeddingsApigetEmbeddingBucketsGET /ai/embeddings/bucketsList embedded buckets
EmbeddingsApigetEmbeddingTaskGET /ai/embeddings/{task_id}Get an embedding task's status
EmbeddingsApigetTasksByStatusGET /ai/embeddingsGet Tasks by Status
EmbeddingsApipostEmbeddingPOST /ai/embeddingsEmbed documents
EmbeddingsApipostEmbeddingSimilaritySearchPOST /ai/embeddings/similarity-searchSearch for documents
EnumApigetEnumEndpointGET /enum/{endpoint}Get Enum
ExternalConnectionsApicreateExternalConnectionPOST /external_connectionsCreates an External Connection
ExternalConnectionsApicreateExternalConnectionUploadPOST /external_connections/{id}/uploadsCreates an Upload request
ExternalConnectionsApideleteExternalConnectionDELETE /external_connections/{id}Deletes an External Connection
ExternalConnectionsApideleteExternalConnectionLogMessageDELETE /external_connections/log_messages/{id}Dismiss a log message
ExternalConnectionsApigetExternalConnectionGET /external_connections/{id}Retrieve an External Connection
ExternalConnectionsApigetExternalConnectionCivicAddressGET /external_connections/{id}/civic_addresses/{address_id}Retrieve a Civic Address
ExternalConnectionsApigetExternalConnectionLogMessageGET /external_connections/log_messages/{id}Retrieve a log message
ExternalConnectionsApigetExternalConnectionPhoneNumberGET /external_connections/{id}/phone_numbers/{phone_number_id}Retrieve a phone number
ExternalConnectionsApigetExternalConnectionReleaseGET /external_connections/{id}/releases/{release_id}Retrieve a Release request
ExternalConnectionsApigetExternalConnectionUploadGET /external_connections/{id}/uploads/{ticket_id}Retrieve an Upload request
ExternalConnectionsApigetExternalConnectionUploadsStatusGET /external_connections/{id}/uploads/statusGet the count of pending upload requests
ExternalConnectionsApilistCivicAddressesGET /external_connections/{id}/civic_addressesList all civic addresses and locations
ExternalConnectionsApilistExternalConnectionLogMessagesGET /external_connections/log_messagesList all log messages
ExternalConnectionsApilistExternalConnectionPhoneNumbersGET /external_connections/{id}/phone_numbersList all phone numbers
ExternalConnectionsApilistExternalConnectionReleasesGET /external_connections/{id}/releasesList all Releases
ExternalConnectionsApilistExternalConnectionUploadsGET /external_connections/{id}/uploadsList all Upload requests
ExternalConnectionsApilistExternalConnectionsGET /external_connectionsList all External Connections
ExternalConnectionsApioperatorConnectRefreshPOST /operator_connect/actions/refreshRefresh Operator Connect integration
ExternalConnectionsApirefreshExternalConnectionUploadsPOST /external_connections/{id}/uploads/refreshRefresh the status of all Upload requests
ExternalConnectionsApiretryUploadPOST /external_connections/{id}/uploads/{ticket_id}/retryRetry an Upload request
ExternalConnectionsApiupdateExternalConnectionPATCH /external_connections/{id}Update an External Connection
ExternalConnectionsApiupdateExternalConnectionPhoneNumberPATCH /external_connections/{id}/phone_numbers/{phone_number_id}Update a phone number
ExternalConnectionsApiupdateLocationPATCH /external_connections/{id}/locations/{location_id}Update a location's static emergency address
FineTuningApicancelNewFinetuningjobPublicFinetuningPostPOST /ai/fine_tuning/jobs/{job_id}/cancelCancel a fine tuning job
FineTuningApicreateNewFinetuningjobPublicFinetuningPostPOST /ai/fine_tuning/jobsCreate a fine tuning job
FineTuningApigetFinetuningjobPublicFinetuningGetGET /ai/fine_tuning/jobsList fine tuning jobs
FineTuningApigetFinetuningjobPublicFinetuningJobIdGetGET /ai/fine_tuning/jobs/{job_id}Get a fine tuning job
FqdnConnectionsApicreateFqdnConnectionPOST /fqdn_connectionsCreate an FQDN connection
FqdnConnectionsApideleteFqdnConnectionDELETE /fqdn_connections/{id}Delete an FQDN connection
FqdnConnectionsApilistFqdnConnectionsGET /fqdn_connectionsList FQDN connections
FqdnConnectionsApiretrieveFqdnConnectionGET /fqdn_connections/{id}Retrieve an FQDN connection
FqdnConnectionsApiupdateFqdnConnectionPATCH /fqdn_connections/{id}Update an FQDN connection
FqdnsApicreateFqdnPOST /fqdnsCreate an FQDN
FqdnsApideleteFqdnDELETE /fqdns/{id}Delete an FQDN
FqdnsApilistFqdnsGET /fqdnsList FQDNs
FqdnsApiretrieveFqdnGET /fqdns/{id}Retrieve an FQDN
FqdnsApiupdateFqdnPATCH /fqdns/{id}Update an FQDN
GlobalIpsApicreateGlobalIpPOST /global_ipsCreate a Global IP
GlobalIpsApicreateGlobalIpAssignmentPOST /global_ip_assignmentsCreate a Global IP assignment
GlobalIpsApicreateGlobalIpHealthCheckPOST /global_ip_health_checksCreate a Global IP health check
GlobalIpsApideleteGlobalIpDELETE /global_ips/{id}Delete a Global IP
GlobalIpsApideleteGlobalIpAssignmentDELETE /global_ip_assignments/{id}Delete a Global IP assignment
GlobalIpsApideleteGlobalIpHealthCheckDELETE /global_ip_health_checks/{id}Delete a Global IP health check
GlobalIpsApigetGlobalIpGET /global_ips/{id}Retrieve a Global IP
GlobalIpsApigetGlobalIpAssignmentGET /global_ip_assignments/{id}Retrieve a Global IP
GlobalIpsApigetGlobalIpAssignmentHealthGET /global_ip_assignment_healthGlobal IP Assignment Health Check Metrics
GlobalIpsApigetGlobalIpAssignmentUsageGET /global_ip_assignments_usageGlobal IP Assignment Usage Metrics
GlobalIpsApigetGlobalIpHealthCheckGET /global_ip_health_checks/{id}Retrieve a Global IP health check
GlobalIpsApigetGlobalIpLatencyGET /global_ip_latencyGlobal IP Latency Metrics
GlobalIpsApigetGlobalIpUsageGET /global_ip_usageGlobal IP Usage Metrics
GlobalIpsApilistGlobalIpAllowedPortsGET /global_ip_allowed_portsList all Global IP Allowed Ports
GlobalIpsApilistGlobalIpAssignmentsGET /global_ip_assignmentsList all Global IP assignments
GlobalIpsApilistGlobalIpHealthCheckTypesGET /global_ip_health_check_typesList all Global IP Health check types
GlobalIpsApilistGlobalIpHealthChecksGET /global_ip_health_checksList all Global IP health checks
GlobalIpsApilistGlobalIpProtocolsGET /global_ip_protocolsList all Global IP Protocols
GlobalIpsApilistGlobalIpsGET /global_ipsList all Global IPs
GlobalIpsApiupdateGlobalIpAssignmentPATCH /global_ip_assignments/{id}Update a Global IP assignment
InboundChannelsApilistInboundChannelsGET /phone_numbers/inbound_channelsList your inbound channels
InboundChannelsApiupdateOutboundChannelsPATCH /phone_numbers/inbound_channelsUpdate inbound channels
IntegrationSecretsApicreateIntegrationSecretPOST /integration_secretsCreate a secret
IntegrationSecretsApideleteIntegrationSecretDELETE /integration_secrets/{id}Delete an integration secret
IntegrationSecretsApilistIntegrationSecretsGET /integration_secretsList integration secrets
InventoryLevelApicreateInventoryCoverageGET /inventory_coverageCreate an inventory coverage request
IpAddressesApicreateAccessIpAddressPOST /access_ip_addressCreate new Access IP Address
IpAddressesApideleteAccessIpAddressDELETE /access_ip_address/{access_ip_address_id}Delete access IP address
IpAddressesApigetAccessIpAddressGET /access_ip_address/{access_ip_address_id}Retrieve an access IP address
IpAddressesApilistAccessIpAddressesGET /access_ip_addressList all Access IP Addresses
IpConnectionsApicreateIpConnectionPOST /ip_connectionsCreate an Ip connection
IpConnectionsApideleteIpConnectionDELETE /ip_connections/{id}Delete an Ip connection
IpConnectionsApilistIpConnectionsGET /ip_connectionsList Ip connections
IpConnectionsApiretrieveIpConnectionGET /ip_connections/{id}Retrieve an Ip connection
IpConnectionsApiupdateIpConnectionPATCH /ip_connections/{id}Update an Ip connection
IpRangesApiaccessIpRangesAccessIpRangeIdDeleteDELETE /access_ip_ranges/{access_ip_range_id}Delete access IP ranges
IpRangesApicreateAccessIPRangePOST /access_ip_rangesCreate new Access IP Range
IpRangesApilistAccessIpRangesGET /access_ip_rangesList all Access IP Ranges
IpsApicreateIpPOST /ipsCreate an Ip
IpsApideleteIpDELETE /ips/{id}Delete an Ip
IpsApilistIpsGET /ipsList Ips
IpsApiretrieveIpGET /ips/{id}Retrieve an Ip
IpsApiupdateIpPATCH /ips/{id}Update an Ip
ManagedAccountsApicreateManagedAccountPOST /managed_accountsCreate a new managed account.
ManagedAccountsApidisableManagedAccountPOST /managed_accounts/{id}/actions/disableDisables a managed account
ManagedAccountsApienableManagedAccountPOST /managed_accounts/{id}/actions/enableEnables a managed account
ManagedAccountsApilistAllocatableGlobalOutboundChannelsGET /managed_accounts/allocatable_global_outbound_channelsDisplay information about allocatable global outbound channels for the current user.
ManagedAccountsApilistManagedAccountsGET /managed_accountsLists accounts managed by the current user.
ManagedAccountsApiretrieveManagedAccountGET /managed_accounts/{id}Retrieve a managed account
ManagedAccountsApiupdateManagedAccountPATCH /managed_accounts/{id}Update a managed account
ManagedAccountsApiupdateManagedAccountGlobalChannelLimitPATCH /managed_accounts/{id}/update_global_channel_limitUpdate the amount of allocatable global outbound channels allocated to a specific managed account.
MdrDetailReportsApigetPaginatedMdrsGET /reports/mdrsFetch all Mdr records
MdrUsageReportsApideleteUsageReportDELETE /reports/mdr_usage_reports/{id}Delete MDR Usage Report
MdrUsageReportsApigetMDRUsageReportGET /reports/mdr_usage_reports/{id}Retrieve messaging report
MdrUsageReportsApigetMDRUsageReportSyncGET /reports/mdr_usage_reports/syncGenerate and fetch MDR Usage Report
MdrUsageReportsApigetUsageReportsGET /reports/mdr_usage_reportsFetch all Messaging usage reports
MdrUsageReportsApisubmitUsageReportPOST /reports/mdr_usage_reportsCreate MDR Usage Report
MediaStorageApiApicreateMediaStoragePOST /mediaUpload media
MediaStorageApiApideleteMediaStorageDELETE /media/{media_name}Deletes stored media
MediaStorageApiApidownloadMediaGET /media/{media_name}/downloadDownload stored media
MediaStorageApiApigetMediaStorageGET /media/{media_name}Retrieve stored media
MediaStorageApiApilistMediaStorageGET /mediaList uploaded media
MediaStorageApiApiupdateMediaStoragePUT /media/{media_name}Update stored media
MessagesApicreateGroupMmsMessagePOST /messages/group_mmsSend a group MMS message
MessagesApicreateLongCodeMessagePOST /messages/long_codeSend a long code message
MessagesApicreateNumberPoolMessagePOST /messages/number_poolSend a message using number pool
MessagesApicreateShortCodeMessagePOST /messages/short_codeSend a short code message
MessagesApigetMessageGET /messages/{id}Retrieve a message
MessagesApisendMessagePOST /messagesSend a message
MessagingHostedNumberApicreateMessagingHostedNumberOrderPOST /messaging_hosted_number_ordersCreate a messaging hosted number order
MessagingHostedNumberApideleteMessagingHostedNumberDELETE /messaging_hosted_numbers/{id}Delete a messaging hosted number
MessagingHostedNumberApigetMessagingHostedNumberOrderGET /messaging_hosted_number_orders/{id}Retrieve a messaging hosted number order
MessagingHostedNumberApilistMessagingHostedNumberOrdersGET /messaging_hosted_number_ordersList messaging hosted number orders
MessagingHostedNumberApiuploadMessagingHostedNumberOrderFilePOST /messaging_hosted_number_orders/{id}/actions/file_uploadUpload file required for a messaging hosted number order
MessagingProfilesApicreateMessagingProfilePOST /messaging_profilesCreate a messaging profile
MessagingProfilesApideleteMessagingProfileDELETE /messaging_profiles/{id}Delete a messaging profile
MessagingProfilesApigetMessagingProfileMetricsGET /messaging_profiles/{id}/metricsRetrieve messaging profile metrics
MessagingProfilesApilistMessagingProfilesGET /messaging_profilesList messaging profiles
MessagingProfilesApilistProfileMetricsGET /messaging_profile_metricsList messaging profile metrics
MessagingProfilesApilistProfilePhoneNumbersGET /messaging_profiles/{id}/phone_numbersList phone numbers associated with a messaging profile
MessagingProfilesApilistProfileShortCodesGET /messaging_profiles/{id}/short_codesList short codes associated with a messaging profile
MessagingProfilesApiretrieveMessagingProfileGET /messaging_profiles/{id}Retrieve a messaging profile
MessagingProfilesApiupdateMessagingProfilePATCH /messaging_profiles/{id}Update a messaging profile
MessagingTollfreeVerificationApideleteVerificationRequestDELETE /messaging_tollfree/verification/requests/{id}Delete Verification Request
MessagingTollfreeVerificationApigetVerificationRequestGET /messaging_tollfree/verification/requests/{id}Get Verification Request
MessagingTollfreeVerificationApilistVerificationRequestsGET /messaging_tollfree/verification/requestsList Verification Requests
MessagingTollfreeVerificationApisubmitVerificationRequestPOST /messaging_tollfree/verification/requestsSubmit Verification Request
MessagingTollfreeVerificationApiupdateVerificationRequestPATCH /messaging_tollfree/verification/requests/{id}Update Verification Request
MessagingUrlDomainsApilistMessagingUrlDomainsGET /messaging_url_domainsList messaging URL domains
MobileNetworkOperatorsApigetMobileNetworkOperatorsGET /mobile_network_operatorsList mobile network operators
NetworksApicreateDefaultGatewayPOST /networks/{id}/default_gatewayCreate Default Gateway.
NetworksApicreateNetworkPOST /networksCreate a Network
NetworksApideleteDefaultGatewayDELETE /networks/{id}/default_gatewayDelete Default Gateway.
NetworksApideleteNetworkDELETE /networks/{id}Delete a Network
NetworksApigetDefaultGatewayGET /networks/{id}/default_gatewayGet Default Gateway status.
NetworksApigetNetworkGET /networks/{id}Retrieve a Network
NetworksApilistNetworkInterfacesGET /networks/{id}/network_interfacesList all Interfaces for a Network.
NetworksApilistNetworksGET /networksList all Networks
NetworksApiupdateNetworkPATCH /networks/{id}Update a Network
NotificationsApicreateNotificationChannelsPOST /notification_channelsCreate a notification channel
NotificationsApicreateNotificationProfilePOST /notification_profilesCreate a notification profile
NotificationsApicreateNotificationSettingPOST /notification_settingsAdd a Notification Setting
NotificationsApideleteNotificationChannelDELETE /notification_channels/{id}Delete a notification channel
NotificationsApideleteNotificationProfileDELETE /notification_profiles/{id}Delete a notification profile
NotificationsApideleteNotificationSettingDELETE /notification_settings/{id}Delete a notification setting
NotificationsApifindNotificationsEventsGET /notification_eventsList all Notifications Events
NotificationsApifindNotificationsEventsConditionsGET /notification_event_conditionsList all Notifications Events Conditions
NotificationsApifindNotificationsProfilesGET /notification_profilesList all Notifications Profiles
NotificationsApigetNotificationChannelGET /notification_channels/{id}Get a notification channel
NotificationsApigetNotificationProfileGET /notification_profiles/{id}Get a notification profile
NotificationsApigetNotificationSettingGET /notification_settings/{id}Get a notification setting
NotificationsApilistNotificationChannelsGET /notification_channelsList notification channels
NotificationsApilistNotificationSettingsGET /notification_settingsList notification settings
NotificationsApiupdateNotificationChannelPATCH /notification_channels/{id}Update a notification channel
NotificationsApiupdateNotificationProfilePATCH /notification_profiles/{id}Update a notification profile
NumberConfigurationsApibulkUpdateMessagingSettingsOnPhoneNumbersPOST /messaging_numbers_bulk_updatesUpdate the messaging profile of multiple phone numbers
NumberConfigurationsApigetBulkUpdateMessagingSettingsOnPhoneNumbersStatusGET /messaging_numbers_bulk_updates/{order_id}Retrieve bulk update status
NumberConfigurationsApigetPhoneNumberMessagingSettingsGET /phone_numbers/{id}/messagingRetrieve a phone number with messaging settings
NumberConfigurationsApilistPhoneNumbersWithMessagingSettingsGET /phone_numbers/messagingList phone numbers with messaging settings
NumberConfigurationsApiupdatePhoneNumberMessagingSettingsPATCH /phone_numbers/{id}/messagingUpdate the messaging profile and/or messaging product of a phone number
NumberLookupApilookupNumberGET /number_lookup/{phone_number}Lookup phone number data
NumberPortoutApicreatePortoutReportPOST /portouts/reportsCreate a port-out related report
NumberPortoutApifindPortoutCommentsGET /portouts/{id}/commentsList all comments for a portout request
NumberPortoutApifindPortoutRequestGET /portouts/{id}Get a portout request
NumberPortoutApigetPortRequestSupportingDocumentsGET /portouts/{id}/supporting_documentsList supporting documents on a portout request
NumberPortoutApigetPortoutReportGET /portouts/reports/{id}Retrieve a report
NumberPortoutApilistPortoutEventsGET /portouts/eventsList all port-out events
NumberPortoutApilistPortoutRejectionsGET /portouts/rejections/{portout_id}List eligible port-out rejection codes for a specific order
NumberPortoutApilistPortoutReportsGET /portouts/reportsList port-out related reports
NumberPortoutApilistPortoutRequestGET /portoutsList portout requests
NumberPortoutApipostPortRequestCommentPOST /portouts/{id}/commentsCreate a comment on a portout request
NumberPortoutApipostPortRequestSupportingDocumentsPOST /portouts/{id}/supporting_documentsCreate a list of supporting documents on a portout request
NumberPortoutApirepublishPortoutEventPOST /portouts/events/{id}/republishRepublish a port-out event
NumberPortoutApishowPortoutEventGET /portouts/events/{id}Show a port-out event
NumberPortoutApiupdatePortoutStatusPATCH /portouts/{id}/{status}Update Status
NumbersFeaturesApipostNumbersFeaturesPOST /numbers_featuresRetrieve the features for a list of numbers
ObjectApideleteObjectDELETE /{bucketName}/{objectName}DeleteObject
ObjectApideleteObjectsPOST /{bucketName}DeleteObjects
ObjectApigetObjectGET /{bucketName}/{objectName}GetObject
ObjectApiheadObjectHEAD /{bucketName}/{objectName}HeadObject
ObjectApilistObjectsGET /{bucketName}ListObjectsV2
ObjectApiputObjectPUT /{bucketName}/{objectName}PutObject
OtaUpdatesApigetOtaUpdateGET /ota_updates/{id}Get OTA update
OtaUpdatesApilistOtaUpdatesGET /ota_updatesList OTA updates
OutboundVoiceProfilesApicreateVoiceProfilePOST /outbound_voice_profilesCreate an outbound voice profile
OutboundVoiceProfilesApideleteOutboundVoiceProfileDELETE /outbound_voice_profiles/{id}Delete an outbound voice profile
OutboundVoiceProfilesApigetOutboundVoiceProfileGET /outbound_voice_profiles/{id}Retrieve an outbound voice profile
OutboundVoiceProfilesApilistOutboundVoiceProfilesGET /outbound_voice_profilesGet all outbound voice profiles
OutboundVoiceProfilesApiupdateOutboundVoiceProfilePATCH /outbound_voice_profiles/{id}Updates an existing outbound voice profile.
PhoneNumberBlockOrdersApicreateNumberBlockOrderPOST /number_block_ordersCreate a number block order
PhoneNumberBlockOrdersApilistNumberBlockOrdersGET /number_block_ordersList number block orders
PhoneNumberBlockOrdersApiretrieveNumberBlockOrderGET /number_block_orders/{number_block_order_id}Retrieve a number block order
PhoneNumberBlocksBackgroundJobsApicreatePhoneNumberBlockDeletionJobPOST /phone_number_blocks/jobs/delete_phone_number_blockDeletes all numbers associated with a phone number block
PhoneNumberBlocksBackgroundJobsApigetPhoneNumberBlocksJobGET /phone_number_blocks/jobs/{id}Retrieves a phone number blocks job
PhoneNumberBlocksBackgroundJobsApilistPhoneNumberBlocksJobsGET /phone_number_blocks/jobsLists the phone number blocks jobs
PhoneNumberCampaignsApicreatePhoneNumberCampaignPOST /phone_number_campaignsCreate New Phone Number Campaign
PhoneNumberCampaignsApideletePhoneNumberCampaignDELETE /phone_number_campaigns/{phoneNumber}Delete Phone Number Campaign
PhoneNumberCampaignsApigetAllPhoneNumberCampaignsGET /phone_number_campaignsRetrieve All Phone Number Campaigns
PhoneNumberCampaignsApigetSinglePhoneNumberCampaignGET /phone_number_campaigns/{phoneNumber}Get Single Phone Number Campaign
PhoneNumberCampaignsApiputPhoneNumberCampaignPUT /phone_number_campaigns/{phoneNumber}Create New Phone Number Campaign
PhoneNumberConfigurationsApideletePhoneNumberDELETE /phone_numbers/{id}Delete a phone number
PhoneNumberConfigurationsApienablePhoneNumberEmergencyPOST /phone_numbers/{id}/actions/enable_emergencyEnable emergency for a phone number
PhoneNumberConfigurationsApigetPhoneNumberVoiceSettingsGET /phone_numbers/{id}/voiceRetrieve a phone number with voice settings
PhoneNumberConfigurationsApilistPhoneNumbersGET /phone_numbersList phone numbers
PhoneNumberConfigurationsApilistPhoneNumbersWithVoiceSettingsGET /phone_numbers/voiceList phone numbers with voice settings
PhoneNumberConfigurationsApiphoneNumberBundleStatusChangePATCH /phone_numbers/{id}/actions/bundle_status_changeChange the bundle status for a phone number (set to being in a bundle or remove from a bundle)
PhoneNumberConfigurationsApiretrievePhoneNumberGET /phone_numbers/{id}Retrieve a phone number
PhoneNumberConfigurationsApislimListPhoneNumbersGET /phone_numbers/slimSlim List phone numbers
PhoneNumberConfigurationsApiupdatePhoneNumberPATCH /phone_numbers/{id}Update a phone number
PhoneNumberConfigurationsApiupdatePhoneNumberVoiceSettingsPATCH /phone_numbers/{id}/voiceUpdate a phone number with voice settings
PhoneNumberOrdersApicancelSubNumberOrderPATCH /sub_number_orders/{sub_number_order_id}/cancelCancel a sub number order
PhoneNumberOrdersApicreateCommentPOST /commentsCreate a comment
PhoneNumberOrdersApicreateNumberOrderPOST /number_ordersCreate a number order
PhoneNumberOrdersApigetNumberOrderPhoneNumberGET /number_order_phone_numbers/{number_order_phone_number_id}Retrieve a single phone number within a number order.
PhoneNumberOrdersApigetSubNumberOrderGET /sub_number_orders/{sub_number_order_id}Retrieve a sub number order
PhoneNumberOrdersApilistCommentsGET /commentsRetrieve all comments
PhoneNumberOrdersApilistNumberOrdersGET /number_ordersList number orders
PhoneNumberOrdersApilistSubNumberOrdersGET /sub_number_ordersList sub number orders
PhoneNumberOrdersApimarkCommentReadPATCH /comments/{id}/readMark a comment as read
PhoneNumberOrdersApiretrieveCommentGET /comments/{id}Retrieve a comment
PhoneNumberOrdersApiretrieveNumberOrderGET /number_orders/{number_order_id}Retrieve a number order
PhoneNumberOrdersApiretrieveOrderPhoneNumbersGET /number_order_phone_numbersRetrieve a list of phone numbers associated to orders
PhoneNumberOrdersApiupdateNumberOrderPATCH /number_orders/{number_order_id}Update a number order
PhoneNumberOrdersApiupdateNumberOrderPhoneNumberPATCH /number_order_phone_numbers/{number_order_phone_number_id}Update requirements for a single phone number within a number order.
PhoneNumberOrdersApiupdateSubNumberOrderPATCH /sub_number_orders/{sub_number_order_id}Update a sub number order's requirements
PhoneNumberPortingApipostPortabilityCheckPOST /portability_checksRun a portability check
PhoneNumberReservationsApicreateNumberReservationPOST /number_reservationsCreate a number reservation
PhoneNumberReservationsApiextendNumberReservationExpiryTimePOST /number_reservations/{number_reservation_id}/actions/extendExtend a number reservation
PhoneNumberReservationsApilistNumberReservationsGET /number_reservationsList number reservations
PhoneNumberReservationsApiretrieveNumberReservationGET /number_reservations/{number_reservation_id}Retrieve a number reservation
PhoneNumberSearchApilistAvailablePhoneNumberBlocksGET /available_phone_number_blocksList available phone number blocks
PhoneNumberSearchApilistAvailablePhoneNumbersGET /available_phone_numbersList available phone numbers
PortingOrdersApiactivatePortingOrderPOST /porting_orders/{id}/actions/activateActivate every number in a porting order asynchronously.
PortingOrdersApicancelPortingOrderPOST /porting_orders/{id}/actions/cancelCancel a porting order
PortingOrdersApiconfirmPortingOrderPOST /porting_orders/{id}/actions/confirmSubmit a porting order.
PortingOrdersApicreateAdditionalDocumentsPOST /porting_orders/{id}/additional_documentsCreate a list of additional documents
PortingOrdersApicreateLoaConfigurationPOST /porting/loa_configurationsCreate a LOA configuration
PortingOrdersApicreatePhoneNumberConfigurationsPOST /porting_orders/phone_number_configurationsCreate a list of phone number configurations
PortingOrdersApicreatePortingCommentPOST /porting_orders/{id}/commentsCreate a comment for a porting order
PortingOrdersApicreatePortingOrderPOST /porting_ordersCreate a porting order
PortingOrdersApicreatePortingPhoneNumberBlockPOST /porting_orders/{porting_order_id}/phone_number_blocksCreate a phone number block
PortingOrdersApicreatePortingPhoneNumberExtensionPOST /porting_orders/{porting_order_id}/phone_number_extensionsCreate a phone number extension
PortingOrdersApicreatePortingReportPOST /porting/reportsCreate a porting related report
PortingOrdersApideleteAdditionalDocumentDELETE /porting_orders/{id}/additional_documents/{additional_document_id}Delete an additional document
PortingOrdersApideleteLoaConfigurationDELETE /porting/loa_configurations/{id}Delete a LOA configuration
PortingOrdersApideletePortingOrderDELETE /porting_orders/{id}Delete a porting order
PortingOrdersApideletePortingPhoneNumberBlockDELETE /porting_orders/{porting_order_id}/phone_number_blocks/{id}Delete a phone number block
PortingOrdersApideletePortingPhoneNumberExtensionDELETE /porting_orders/{porting_order_id}/phone_number_extensions/{id}Delete a phone number extension
PortingOrdersApigetLoaConfigurationGET /porting/loa_configurations/{id}Retrieve a LOA configuration
PortingOrdersApigetPortingOrderGET /porting_orders/{id}Retrieve a porting order
PortingOrdersApigetPortingOrderLoaTemplateGET /porting_orders/{id}/loa_templateDownload a porting order loa template
PortingOrdersApigetPortingOrderSubRequestGET /porting_orders/{id}/sub_requestRetrieve the associated V1 sub_request_id and port_request_id
PortingOrdersApigetPortingOrdersActivationJobGET /porting_orders/{id}/activation_jobs/{activationJobId}Retrieve a porting activation job
PortingOrdersApigetPortingReportGET /porting/reports/{id}Retrieve a report
PortingOrdersApilistAdditionalDocumentsGET /porting_orders/{id}/additional_documentsList additional documents
PortingOrdersApilistAllowedFocWindowsGET /porting_orders/{id}/allowed_foc_windowsList allowed FOC dates
PortingOrdersApilistExceptionTypesGET /porting_orders/exception_typesList all exception types
PortingOrdersApilistLoaConfigurationsGET /porting/loa_configurationsList LOA configurations
PortingOrdersApilistPhoneNumberConfigurationsGET /porting_orders/phone_number_configurationsList all phone number configurations
PortingOrdersApilistPortingEventsGET /porting/eventsList all porting events
PortingOrdersApilistPortingOrderActivationJobsGET /porting_orders/{id}/activation_jobsList all porting activation jobs
PortingOrdersApilistPortingOrderCommentsGET /porting_orders/{id}/commentsList all comments of a porting order
PortingOrdersApilistPortingOrderRequirementsGET /porting_orders/{id}/requirementsList porting order requirements
PortingOrdersApilistPortingOrdersGET /porting_ordersList all porting orders
PortingOrdersApilistPortingPhoneNumberBlocksGET /porting_orders/{porting_order_id}/phone_number_blocksList all phone number blocks
PortingOrdersApilistPortingPhoneNumberExtensionsGET /porting_orders/{porting_order_id}/phone_number_extensionsList all phone number extensions
PortingOrdersApilistPortingPhoneNumbersGET /porting_phone_numbersList all porting phone numbers
PortingOrdersApilistPortingReportsGET /porting/reportsList porting related reports
PortingOrdersApilistVerificationCodesGET /porting_orders/{id}/verification_codesList verification codes
PortingOrdersApipreviewLoaConfigurationGET /porting/loa_configurations/{id}/previewPreview a LOA configuration
PortingOrdersApipreviewLoaConfigurationParamsPOST /porting/loa_configuration/previewPreview the LOA configuration parameters
PortingOrdersApirepublishPortingEventPOST /porting/events/{id}/republishRepublish a porting event
PortingOrdersApisendPortingVerificationCodesPOST /porting_orders/{id}/verification_codes/sendSend the verification codes
PortingOrdersApisharePortingOrderPOST /porting_orders/{id}/actions/shareShare a porting order
PortingOrdersApishowPortingEventGET /porting/events/{id}Show a porting event
PortingOrdersApiupdateLoaConfigurationPATCH /porting/loa_configurations/{id}Update a LOA configuration
PortingOrdersApiupdatePortingOrderPATCH /porting_orders/{id}Edit a porting order
PortingOrdersApiupdatePortingOrdersActivationJobPATCH /porting_orders/{id}/activation_jobs/{activationJobId}Update a porting activation job
PortingOrdersApiverifyPortingVerificationCodesPOST /porting_orders/{id}/verification_codes/verifyVerify the verification code for a list of phone numbers
PresignedObjectUrlsApicreatePresignedObjectUrlPOST /storage/buckets/{bucketName}/{objectName}/presigned_urlCreate Presigned Object URL
PrivateWirelessGatewaysApicreatePrivateWirelessGatewayPOST /private_wireless_gatewaysCreate a Private Wireless Gateway
PrivateWirelessGatewaysApideleteWirelessGatewayDELETE /private_wireless_gateways/{id}Delete a Private Wireless Gateway
PrivateWirelessGatewaysApigetPrivateWirelessGatewayGET /private_wireless_gateways/{id}Get a Private Wireless Gateway
PrivateWirelessGatewaysApigetPrivateWirelessGatewaysGET /private_wireless_gatewaysGet all Private Wireless Gateways
ProgrammableFaxApplicationsApicreateFaxApplicationPOST /fax_applicationsCreates a Fax Application
ProgrammableFaxApplicationsApideleteFaxApplicationDELETE /fax_applications/{id}Deletes a Fax Application
ProgrammableFaxApplicationsApigetFaxApplicationGET /fax_applications/{id}Retrieve a Fax Application
ProgrammableFaxApplicationsApilistFaxApplicationsGET /fax_applicationsList all Fax Applications
ProgrammableFaxApplicationsApiupdateFaxApplicationPATCH /fax_applications/{id}Update a Fax Application
ProgrammableFaxCommandsApicancelFaxPOST /faxes/{id}/actions/cancelCancel a fax
ProgrammableFaxCommandsApideleteFaxDELETE /faxes/{id}Delete a fax
ProgrammableFaxCommandsApilistFaxesGET /faxesView a list of faxes
ProgrammableFaxCommandsApirefreshFaxPOST /faxes/{id}/actions/refreshRefresh a fax
ProgrammableFaxCommandsApisendFaxPOST /faxesSend a fax
ProgrammableFaxCommandsApiviewFaxGET /faxes/{id}View a fax
PublicInternetGatewaysApicreatePublicInternetGatewayPOST /public_internet_gatewaysCreate a Public Internet Gateway
PublicInternetGatewaysApideletePublicInternetGatewayDELETE /public_internet_gateways/{id}Delete a Public Internet Gateway
PublicInternetGatewaysApigetPublicInternetGatewayGET /public_internet_gateways/{id}Retrieve a Public Internet Gateway
PublicInternetGatewaysApilistPublicInternetGatewaysGET /public_internet_gatewaysList all Public Internet Gateways
PushCredentialsApicreatePushCredentialPOST /mobile_push_credentialsCreates a new mobile push credential
PushCredentialsApideletePushCredentialByIdDELETE /mobile_push_credentials/{push_credential_id}Deletes a mobile push credential
PushCredentialsApigetPushCredentialByIdGET /mobile_push_credentials/{push_credential_id}Retrieves a mobile push credential
PushCredentialsApilistPushCredentialsGET /mobile_push_credentialsList mobile push credentials
QueueCommandsApicreateQueuePOST /queuesCreate a queue
QueueCommandsApideleteQueueDELETE /queues/{queue_name}Delete a queue
QueueCommandsApilistQueueCallsGET /queues/{queue_name}/callsRetrieve calls from a queue
QueueCommandsApiretrieveCallFromQueueGET /queues/{queue_name}/calls/{call_control_id}Retrieve a call from a queue
QueueCommandsApiretrieveCallQueueGET /queues/{queue_name}Retrieve a call queue
QueueCommandsApiupdateQueueMaxSizePOST /queues/{queue_name}Update queue max size
RcsMessagingApimesssagesRcsPostPOST /messsages/rcsSend an RCS message
RegionsApilistRegionsGET /regionsList all Regions
RegulatoryRequirementsApilistRegulatoryRequirementsGET /regulatory_requirementsRetrieve regulatory requirements
RegulatoryRequirementsApilistRegulatoryRequirementsPhoneNumbersGET /phone_numbers_regulatory_requirementsRetrieve regulatory requirements for a list of phone numbers
ReportingApicreateWdrReportPOST /wireless/detail_records_reportsCreate a Wireless Detail Records (WDRs) Report
ReportingApideleteWdrReportDELETE /wireless/detail_records_reports/{id}Delete a Wireless Detail Record (WDR) Report
ReportingApigetWdrReportGET /wireless/detail_records_reports/{id}Get a Wireless Detail Record (WDR) Report
ReportingApigetWdrReportsGET /wireless/detail_records_reportsGet all Wireless Detail Records (WDRs) Reports
ReportsApicreateBillingGroupReportPOST /ledger_billing_group_reportsCreate a ledger billing group report
ReportsApigetBillingGroupReportGET /ledger_billing_group_reports/{id}Get a ledger billing group report
RequirementGroupsApicreateRequirementGroupPOST /requirement_groupsCreate a new requirement group
RequirementGroupsApideleteRequirementGroupDELETE /requirement_groups/{id}Delete a requirement group by ID
RequirementGroupsApigetRequirementGroupGET /requirement_groups/{id}Get a single requirement group by ID
RequirementGroupsApigetRequirementGroupsGET /requirement_groupsList requirement groups
RequirementGroupsApisubmitRequirementGroupPOST /requirement_groups/{id}/submit_for_approvalSubmit a Requirement Group for Approval
RequirementGroupsApiupdateNumberOrderPhoneNumberRequirementGroupPOST /number_order_phone_numbers/{id}/requirement_groupUpdate requirement group for a phone number order
RequirementGroupsApiupdateRequirementGroupPATCH /requirement_groups/{id}Update requirement values in requirement group
RequirementGroupsApiupdateSubNumberOrderRequirementGroupPOST /sub_number_orders/{id}/requirement_groupUpdate requirement group for a sub number order
RequirementTypesApilistRequirementTypesGET /requirement_typesList all requirement types
RequirementTypesApiretrieveRequirementTypeGET /requirement_types/{id}Retrieve a requirement type
RequirementsApilistRequirementsGET /requirementsList all requirements
RequirementsApiretrieveDocumentRequirementsGET /requirements/{id}Retrieve a document requirement
RoomCompositionsApicreateRoomCompositionPOST /room_compositionsCreate a room composition.
RoomCompositionsApideleteRoomCompositionDELETE /room_compositions/{room_composition_id}Delete a room composition.
RoomCompositionsApilistRoomCompositionsGET /room_compositionsView a list of room compositions.
RoomCompositionsApiviewRoomCompositionGET /room_compositions/{room_composition_id}View a room composition.
RoomParticipantsApilistRoomParticipantsGET /room_participantsView a list of room participants.
RoomParticipantsApiviewRoomParticipantGET /room_participants/{room_participant_id}View a room participant.
RoomRecordingsApideleteRoomRecordingDELETE /room_recordings/{room_recording_id}Delete a room recording.
RoomRecordingsApideleteRoomRecordingsDELETE /room_recordingsDelete several room recordings in a bulk.
RoomRecordingsApilistRoomRecordingsGET /room_recordingsView a list of room recordings.
RoomRecordingsApiviewRoomRecordingGET /room_recordings/{room_recording_id}View a room recording.
RoomSessionsApiendSessionPOST /room_sessions/{room_session_id}/actions/endEnd a room session.
RoomSessionsApikickParticipantInSessionPOST /room_sessions/{room_session_id}/actions/kickKick participants from a room session.
RoomSessionsApilistRoomSessionsGET /room_sessionsView a list of room sessions.
RoomSessionsApimuteParticipantInSessionPOST /room_sessions/{room_session_id}/actions/muteMute participants in room session.
RoomSessionsApiretrieveListRoomParticipantsGET /room_sessions/{room_session_id}/participantsView a list of room participants.
RoomSessionsApiunmuteParticipantInSessionPOST /room_sessions/{room_session_id}/actions/unmuteUnmute participants in room session.
RoomSessionsApiviewRoomSessionGET /room_sessions/{room_session_id}View a room session.
RoomsApicreateRoomPOST /roomsCreate a room.
RoomsApideleteRoomDELETE /rooms/{room_id}Delete a room.
RoomsApilistRoomsGET /roomsView a list of rooms.
RoomsApiretrieveListRoomSessionsGET /rooms/{room_id}/sessionsView a list of room sessions.
RoomsApiupdateRoomPATCH /rooms/{room_id}Update a room.
RoomsApiviewRoomGET /rooms/{room_id}View a room.
RoomsClientTokensApicreateRoomClientTokenPOST /rooms/{room_id}/actions/generate_join_client_tokenCreate Client Token to join a room.
RoomsClientTokensApirefreshRoomClientTokenPOST /rooms/{room_id}/actions/refresh_client_tokenRefresh Client Token to join a room.
SharedCampaignsApigetPartnerCampaignSharingStatusGET /partnerCampaign/{campaignId}/sharingGet Sharing Status
SharedCampaignsApigetPartnerCampaignsSharedByUserGET /partnerCampaign/sharedByMeGet Partner Campaigns Shared By User
SharedCampaignsApigetSharedCampaignGET /partner_campaigns/{campaignId}Get Single Shared Campaign
SharedCampaignsApigetSharedCampaignsGET /partner_campaignsList Shared Campaigns
SharedCampaignsApiupdateSharedCampaignPATCH /partner_campaigns/{campaignId}Update Single Shared Campaign
ShortCodesApilistShortCodesGET /short_codesList short codes
ShortCodesApiretrieveShortCodeGET /short_codes/{id}Retrieve a short code
ShortCodesApiupdateShortCodePATCH /short_codes/{id}Update short code
SimCardActionsApigetBulkSimCardActionGET /bulk_sim_card_actions/{id}Get bulk SIM card action details
SimCardActionsApigetSimCardActionGET /sim_card_actions/{id}Get SIM card action details
SimCardActionsApilistBulkSimCardActionsGET /bulk_sim_card_actionsList bulk SIM card actions
SimCardActionsApilistSimCardActionsGET /sim_card_actionsList SIM card actions
SimCardGroupActionsApigetSimCardGroupActionGET /sim_card_group_actions/{id}Get SIM card group action details
SimCardGroupActionsApigetSimCardGroupActionsGET /sim_card_group_actionsList SIM card group actions
SimCardGroupsApicreateSimCardGroupPOST /sim_card_groupsCreate a SIM card group
SimCardGroupsApideleteSimCardGroupDELETE /sim_card_groups/{id}Delete a SIM card group
SimCardGroupsApigetAllSimCardGroupsGET /sim_card_groupsGet all SIM card groups
SimCardGroupsApigetSimCardGroupGET /sim_card_groups/{id}Get SIM card group
SimCardGroupsApiremoveSimCardGroupPrivateWirelessGatewayPOST /sim_card_groups/{id}/actions/remove_private_wireless_gatewayRequest Private Wireless Gateway removal from SIM card group
SimCardGroupsApisetPrivateWirelessGatewayForSimCardGroupPOST /sim_card_groups/{id}/actions/set_private_wireless_gatewayRequest Private Wireless Gateway assignment for SIM card group
SimCardGroupsApiupdateSimCardGroupPATCH /sim_card_groups/{id}Update a SIM card group
SimCardOrdersApicreateSimCardOrderPOST /sim_card_ordersCreate a SIM card order
SimCardOrdersApigetSimCardOrderGET /sim_card_orders/{id}Get a single SIM card order
SimCardOrdersApigetSimCardOrdersGET /sim_card_ordersGet all SIM card orders
SimCardOrdersApipreviewSimCardOrdersPOST /sim_card_order_previewPreview SIM card orders
SimCardsApideleteSimCardDELETE /sim_cards/{id}Deletes a SIM card
SimCardsApideleteSimCardDataUsageNotificationsDELETE /sim_card_data_usage_notifications/{id}Delete SIM card data usage notifications
SimCardsApidisableSimCardPOST /sim_cards/{id}/actions/disableRequest a SIM card disable
SimCardsApienableSimCardPOST /sim_cards/{id}/actions/enableRequest a SIM card enable
SimCardsApigetSimCardGET /sim_cards/{id}Get SIM card
SimCardsApigetSimCardActivationCodeGET /sim_cards/{id}/activation_codeGet activation code for an eSIM
SimCardsApigetSimCardDataUsageNotificationGET /sim_card_data_usage_notifications/{id}Get a single SIM card data usage notification
SimCardsApigetSimCardDeviceDetailsGET /sim_cards/{id}/device_detailsGet SIM card device details
SimCardsApigetSimCardPublicIpGET /sim_cards/{id}/public_ipGet SIM card public IP definition
SimCardsApigetSimCardsGET /sim_cardsGet all SIM cards
SimCardsApigetWirelessConnectivityLogsGET /sim_cards/{id}/wireless_connectivity_logsList wireless connectivity logs
SimCardsApilistDataUsageNotificationsGET /sim_card_data_usage_notificationsList SIM card data usage notifications
SimCardsApipatchSimCardDataUsageNotificationPATCH /sim_card_data_usage_notifications/{id}Updates information for a SIM Card Data Usage Notification
SimCardsApipostSimCardDataUsageNotificationPOST /sim_card_data_usage_notificationsCreate a new SIM card data usage notification
SimCardsApipurchaseESimPOST /actions/purchase/esimsPurchase eSIMs
SimCardsApiregisterSimCardsPOST /actions/register/sim_cardsRegister SIM cards
SimCardsApiremoveSimCardPublicIpPOST /sim_cards/{id}/actions/remove_public_ipRequest removing a SIM card public IP
SimCardsApisetPublicIPsBulkPOST /sim_cards/actions/bulk_set_public_ipsRequest bulk setting SIM card public IPs.
SimCardsApisetSimCardPublicIpPOST /sim_cards/{id}/actions/set_public_ipRequest setting a SIM card public IP
SimCardsApisetSimCardStandbyPOST /sim_cards/{id}/actions/set_standbyRequest setting a SIM card to standby
SimCardsApiupdateSimCardPATCH /sim_cards/{id}Update a SIM card
SimCardsApivalidateRegistrationCodesPOST /sim_cards/actions/validate_registration_codesValidate SIM cards registration codes
SiprecConnectorApicreateSiprecConnectorPOST /siprec_connectorsCreates a siprec connector
SiprecConnectorApideleteSiprecConnectionDELETE /siprec_connectorsDelete stored Siprec Connection
SiprecConnectorApigetSiprecConnectionGET /siprec_connectorsRetrieve stored Siprec Connection
SiprecConnectorApiupdateSiprecConnectorPUT /siprec_connectorsUpdate stored SIPREC connector
TeXmlApplicationsApicreateTexmlApplicationPOST /texml_applicationsCreates a TeXML Application
TeXmlApplicationsApideleteTexmlApplicationDELETE /texml_applications/{id}Deletes a TeXML Application
TeXmlApplicationsApifindTexmlApplicationsGET /texml_applicationsList all TeXML Applications
TeXmlApplicationsApigetTexmlApplicationGET /texml_applications/{id}Retrieve a TeXML Application
TeXmlApplicationsApiupdateTexmlApplicationPATCH /texml_applications/{id}Update a TeXML Application
TeXmlRestCommandsApicreateTexmlSecretPOST /texml/secretsCreate a TeXML secret
TeXmlRestCommandsApideleteTeXMLCallRecordingDELETE /texml/Accounts/{account_sid}/Recordings/{recording_sid}.jsonDelete recording resource
TeXmlRestCommandsApideleteTexmlConferenceParticipantDELETE /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants/{call_sid}Delete a conference participant
TeXmlRestCommandsApidialTexmlConferenceParticipantPOST /texml/Accounts/{account_sid}/Conferences/{conference_sid}/ParticipantsDial a new conference participant
TeXmlRestCommandsApifetchTeXMLCallRecordingsGET /texml/Accounts/{account_sid}/Calls/{call_sid}/Recordings.jsonFetch recordings for a call
TeXmlRestCommandsApifetchTeXMLConferenceRecordingsGET /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Recordings.jsonFetch recordings for a conference
TeXmlRestCommandsApigetTeXMLCallRecordingGET /texml/Accounts/{account_sid}/Recordings/{recording_sid}.jsonFetch recording resource
TeXmlRestCommandsApigetTeXMLCallRecordingsGET /texml/Accounts/{account_sid}/Recordings.jsonFetch multiple recording resources
TeXmlRestCommandsApigetTexmlCallGET /texml/Accounts/{account_sid}/Calls/{call_sid}Fetch a call
TeXmlRestCommandsApigetTexmlCallsGET /texml/Accounts/{account_sid}/CallsFetch multiple call resources
TeXmlRestCommandsApigetTexmlConferenceGET /texml/Accounts/{account_sid}/Conferences/{conference_sid}Fetch a conference resource
TeXmlRestCommandsApigetTexmlConferenceParticipantGET /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants/{call_sid}Get conference participant resource
TeXmlRestCommandsApigetTexmlConferenceParticipantsGET /texml/Accounts/{account_sid}/Conferences/{conference_sid}/ParticipantsList conference participants
TeXmlRestCommandsApigetTexmlConferenceRecordingsGET /texml/Accounts/{account_sid}/Conferences/{conference_sid}/RecordingsList conference recordings
TeXmlRestCommandsApigetTexmlConferencesGET /texml/Accounts/{account_sid}/ConferencesList conference resources
TeXmlRestCommandsApiinitiateTexmlCallPOST /texml/Accounts/{account_sid}/CallsInitiate an outbound call
TeXmlRestCommandsApiinitiateTexmlCallByApplicationIdPOST /texml/calls/{application_id}Initiate an outbound call
TeXmlRestCommandsApistartTeXMLCallRecordingPOST /texml/Accounts/{account_sid}/Calls/{call_sid}/Recordings.jsonRequest recording for a call
TeXmlRestCommandsApistartTeXMLCallStreamingPOST /texml/Accounts/{account_sid}/Calls/{call_sid}/Streams.jsonStart streaming media from a call.
TeXmlRestCommandsApistartTeXMLSiprecSessionPOST /texml/Accounts/{account_sid}/Calls/{call_sid}/Siprec.jsonRequest siprec session for a call
TeXmlRestCommandsApiupdateTeXMLCallRecordingPOST /texml/Accounts/{account_sid}/Calls/{call_sid}/Recordings/{recording_sid}.jsonUpdate recording on a call
TeXmlRestCommandsApiupdateTeXMLCallStreamingPOST /texml/Accounts/{account_sid}/Calls/{call_sid}/Streams/{streaming_sid}.jsonUpdate streaming on a call
TeXmlRestCommandsApiupdateTeXMLSiprecSessionPOST /texml/Accounts/{account_sid}/Calls/{call_sid}/Siprec/{siprec_sid}.jsonUpdates siprec session for a call
TeXmlRestCommandsApiupdateTexmlCallPOST /texml/Accounts/{account_sid}/Calls/{call_sid}Update call
TeXmlRestCommandsApiupdateTexmlCallBySidPOST /texml/calls/{call_sid}/updateUpdate call
TeXmlRestCommandsApiupdateTexmlConferencePOST /texml/Accounts/{account_sid}/Conferences/{conference_sid}Update a conference resource
TeXmlRestCommandsApiupdateTexmlConferenceParticipantPOST /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants/{call_sid}Update a conference participant
TeXmlTwilioCompatibleRestCommandsApideleteTeXMLRecordingTranscriptionDELETE /texml/Accounts/{account_sid}/Transcriptions/{recording_transcription_sid}.jsonDelete a recording transcription
TeXmlTwilioCompatibleRestCommandsApigetTeXMLRecordingTranscriptionGET /texml/Accounts/{account_sid}/Transcriptions/{recording_transcription_sid}.jsonFetch a recording transcription resource
TeXmlTwilioCompatibleRestCommandsApigetTeXMLRecordingTranscriptionsGET /texml/Accounts/{account_sid}/Transcriptions.jsonList recording transcriptions
UsageReportsBetaApigetUsageReportGET /usage_reportsGet Telnyx product usage data (BETA)
UsageReportsBetaApilistUsageReportsOptionsGET /usage_reports/optionsGet Usage Reports query options (BETA)
UserAddressesApicreateUserAddressPOST /user_addressesCreates a user address
UserAddressesApifindUserAddressGET /user_addressesList all user addresses
UserAddressesApigetUserAddressGET /user_addresses/{id}Retrieve a user address
UserTagsApigetUserTagsGET /user_tagsList User Tags
VerifiedNumbersApicreateVerifiedNumberPOST /verified_numbersRequest phone number verification
VerifiedNumbersApideleteVerifiedNumberDELETE /verified_numbers/{phone_number}Delete a verified number
VerifiedNumbersApigetVerifiedNumberGET /verified_numbers/{phone_number}Retrieve a verified number
VerifiedNumbersApilistVerifiedNumbersGET /verified_numbersList all Verified Numbers
VerifiedNumbersApiverifyVerificationCodePOST /verified_numbers/{phone_number}/actions/verifySubmit verification code
VerifyApicreateFlashcallVerificationPOST /verifications/flashcallTrigger Flash call verification
VerifyApicreateVerificationCallPOST /verifications/callTrigger Call verification
VerifyApicreateVerificationSmsPOST /verifications/smsTrigger SMS verification
VerifyApicreateVerifyProfilePOST /verify_profilesCreate a Verify profile
VerifyApideleteProfileDELETE /verify_profiles/{verify_profile_id}Delete Verify profile
VerifyApigetVerifyProfileGET /verify_profiles/{verify_profile_id}Retrieve Verify profile
VerifyApilistProfileMessageTemplatesGET /verify_profiles/templatesRetrieve Verify profile message templates
VerifyApilistProfilesGET /verify_profilesList all Verify profiles
VerifyApilistVerificationsGET /verifications/by_phone_number/{phone_number}List verifications by phone number
VerifyApiretrieveVerificationGET /verifications/{verification_id}Retrieve verification
VerifyApiupdateVerifyProfilePATCH /verify_profiles/{verify_profile_id}Update Verify profile
VerifyApiverifyVerificationCodeByIdPOST /verifications/{verification_id}/actions/verifyVerify verification code by ID
VerifyApiverifyVerificationCodeByPhoneNumberPOST /verifications/by_phone_number/{phone_number}/actions/verifyVerify verification code by phone number
VirtualCrossConnectsApicreateVirtualCrossConnectPOST /virtual_cross_connectsCreate a Virtual Cross Connect
VirtualCrossConnectsApideleteVirtualCrossConnectDELETE /virtual_cross_connects/{id}Delete a Virtual Cross Connect
VirtualCrossConnectsApigetVirtualCrossConnectGET /virtual_cross_connects/{id}Retrieve a Virtual Cross Connect
VirtualCrossConnectsApilistVirtualCrossConnectCoverageGET /virtual_cross_connects_coverageList Virtual Cross Connect Cloud Coverage
VirtualCrossConnectsApilistVirtualCrossConnectsGET /virtual_cross_connectsList all Virtual Cross Connects
VirtualCrossConnectsApiupdateVirtualCrossConnectPATCH /virtual_cross_connects/{id}Update the Virtual Cross Connect
VoicemailApicreateVoicemailPOST /phone_numbers/{phone_number_id}/voicemailCreate voicemail
VoicemailApigetVoicemailGET /phone_numbers/{phone_number_id}/voicemailGet voicemail
VoicemailApiupdateVoicemailPATCH /phone_numbers/{phone_number_id}/voicemailUpdate voicemail
WdrDetailReportsApigetPaginatedWdrsGET /reports/wdrsFetches all Wdr records
WebhooksApigetWebhookDeliveriesGET /webhook_deliveriesList webhook deliveries
WebhooksApigetWebhookDeliveryGET /webhook_deliveries/{id}Find webhook_delivery details by ID
WireGuardInterfacesApicreateWireguardInterfacePOST /wireguard_interfacesCreate a WireGuard Interface
WireGuardInterfacesApicreateWireguardPeerPOST /wireguard_peersCreate a WireGuard Peer
WireGuardInterfacesApideleteWireguardInterfaceDELETE /wireguard_interfaces/{id}Delete a WireGuard Interface
WireGuardInterfacesApideleteWireguardPeerDELETE /wireguard_peers/{id}Delete the WireGuard Peer
WireGuardInterfacesApigetWireguardInterfaceGET /wireguard_interfaces/{id}Retrieve a WireGuard Interfaces
WireGuardInterfacesApigetWireguardPeerGET /wireguard_peers/{id}Retrieve the WireGuard Peer
WireGuardInterfacesApigetWireguardPeerConfigGET /wireguard_peers/{id}/configRetrieve Wireguard config template for Peer
WireGuardInterfacesApilistWireguardInterfacesGET /wireguard_interfacesList all WireGuard Interfaces
WireGuardInterfacesApilistWireguardPeersGET /wireguard_peersList all WireGuard Peers
WireGuardInterfacesApiupdateWireguardPeerPATCH /wireguard_peers/{id}Update the WireGuard Peer
WirelessRegionsApiwirelessRegionsGetAllGET /wireless/regionsGet all wireless regions

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

bearerAuth

  • Type: HTTP Bearer Token authentication

Recommendation

It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issues.

Author

support@telnyx.com

Add Dependency

<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.20.0</version> <!-- Or any 2.x version -->
</dependency>

Create S3 Bucket

import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
import software.amazon.awssdk.auth.credentials.StaticCredentialsProvider;
import software.amazon.awssdk.regions.Region;
import software.amazon.awssdk.services.s3.S3Client;
import software.amazon.awssdk.services.s3.model.CreateBucketRequest;

public class CreateBucket {

public static void main(String[] args) {
String bucketName = "--your-bucket-name--";
Region region = Region.US_EAST_1;
String telnyxUrl = "https://us-central-1.telnyxcloudstorage.com";
String telnyxApiKey = "-- api key --";

// Create an S3 client
S3Client s3 = S3Client.builder()
.region(region)
.endpointOverride(URI.create(telnyxUrl))
// Only perform CRC checks `when_required`
.requestChecksumCalculation(RequestChecksumCalculation.WHEN_REQUIRED)
.responseChecksumValidation(ResponseChecksumValidation.WHEN_REQUIRED)
.credentialsProvider(
StaticCredentialsProvider.create(AwsBasicCredentials.create(telnyxApiKey, "does not matter")))
.build();

// create bucket
CreateBucketRequest createBucketRequest = CreateBucketRequest.builder()
.bucket(bucketName)
.build();

s3.createBucket(createBucketRequest);
System.out.println("Bucket created successfully: " + bucketName);

// Close the S3 client
s3.close();
}

}

Upload an Object

import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
import software.amazon.awssdk.auth.credentials.StaticCredentialsProvider;
import software.amazon.awssdk.core.sync.RequestBody;
import software.amazon.awssdk.regions.Region;
import software.amazon.awssdk.services.s3.S3Client;
import software.amazon.awssdk.services.s3.model.PutObjectRequest;

import java.net.URI;
import java.nio.file.Paths;

public class UploadObjectToS3 {


public static void main(String[] args) {
String bucketName = "--your-bucket-name--";
String keyName = "your-object-key";
String filePath = "--path to file for upload--";

Region region = Region.US_EAST_1;
String telnyxUrl = "https://us-central-1.telnyxcloudstorage.com";
String telnyxApiKey = "--your api key --";

// Create an S3 client
S3Client s3 = S3Client.builder()
.region(region)
.endpointOverride(URI.create(telnyxUrl))
.credentialsProvider(
StaticCredentialsProvider.create(AwsBasicCredentials.create(telnyxApiKey, "does not matter")))
.build();

// upload object
PutObjectRequest putObjectRequest = PutObjectRequest.builder()
.bucket(bucketName)
.key(keyName)
.build();

// Upload the file to S3
s3.putObject(putObjectRequest, RequestBody.fromFile(Paths.get(filePath)));

// Close the S3 client
s3.close();
}

}

List Objects

import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
import software.amazon.awssdk.auth.credentials.StaticCredentialsProvider;
import software.amazon.awssdk.regions.Region;
import software.amazon.awssdk.services.s3.S3Client;
import software.amazon.awssdk.services.s3.model.ListObjectsV2Request;
import software.amazon.awssdk.services.s3.model.ListObjectsV2Response;
import software.amazon.awssdk.services.s3.model.S3Object;

import java.net.URI;

public class ListObjects {

public static void main(String[] args) {
String bucketName = "--your-bucket-name--";
Region region = Region.US_EAST_1;
String telnyxUrl = "https://us-central-1.telnyxcloudstorage.com";
String telnyxApiKey = "--your api key --";

// Create an S3 client
S3Client s3 = S3Client.builder()
.region(region)
.endpointOverride(URI.create(telnyxUrl))
.credentialsProvider(
StaticCredentialsProvider.create(AwsBasicCredentials.create(telnyxApiKey, "does not matter")))
.build();
// Create a ListObjectsV2Request
ListObjectsV2Request listObjectsRequest = ListObjectsV2Request.builder()
.bucket(bucketName)
.build();

// Get the list of objects in the bucket
ListObjectsV2Response listObjectsResponse = s3.listObjectsV2(listObjectsRequest);

for (S3Object s3Object : listObjectsResponse.contents()) {
System.out.println( s3Object.key());
}

// Close the S3 client
s3.close();
}

}

Download Object

import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
import software.amazon.awssdk.auth.credentials.StaticCredentialsProvider;
import software.amazon.awssdk.core.ResponseBytes;
import software.amazon.awssdk.core.sync.ResponseTransformer;
import software.amazon.awssdk.regions.Region;
import software.amazon.awssdk.services.s3.S3Client;
import software.amazon.awssdk.services.s3.model.GetObjectRequest;
import software.amazon.awssdk.services.s3.model.GetObjectResponse;

import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.URI;

public class DownloadObject {

public static void main(String[] args) throws IOException {
String bucketName = "--your-bucket-name--";
Region region = Region.US_EAST_1;
String telnyxUrl = "https://us-central-1.telnyxcloudstorage.com";
String telnyxApiKey = "--your api key --";
String keyName = "your-object-key";

S3Client s3 = S3Client.builder()
.region(region)
.endpointOverride(URI.create(telnyxUrl))
.credentialsProvider(
StaticCredentialsProvider.create(AwsBasicCredentials.create(telnyxApiKey, "does not matter")))
.build();

// Create a GetObjectRequest
GetObjectRequest getObjectRequest = GetObjectRequest.builder()
.bucket(bucketName)
.key(keyName)
.build();

// Download the object and transform the response to a byte array
ResponseBytes<GetObjectResponse> objectBytes = s3.getObject(getObjectRequest, ResponseTransformer.toBytes());

// Write the file to the specified path
File downloadedFile = new File("-- path to where to save the file --");
try (FileOutputStream fos = new FileOutputStream(downloadedFile)) {
fos.write(objectBytes.asByteArray());
System.out.println("File downloaded successfully to -- path to where to save the file --");
}

// Close the S3 client
s3.close();
}

}

Generate Presigned URLs for Upload and Download

In order for this part to work, we will need to add json decoding library and http client. Any libraries will do, but for this example we picked: gson and okhttp3.

<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.7</version>
</dependency>
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import okhttp3.*;

import java.io.IOException;
import java.util.Map;

public class GeneratePresignedURLAndDownloadObject {

public static void main(String[] args) throws IOException {
OkHttpClient httpClient = new OkHttpClient();
Gson gson = new Gson();

String presignedUrlRequestJson = gson.toJson(Map.of("TTL", 30));
RequestBody presignedUrlRequestBody = RequestBody.create(MediaType.parse("application/json"), presignedUrlRequestJson);

Request presignedUrlRequest = new Request.Builder()
.url("https://api.telnyx.com/v2/storage/buckets/-- name of the bucket --/--name of the object--/presigned_url")
.header("Authorization", "Bearer --your api key---")
.post(presignedUrlRequestBody)
.build();

try (Response response = httpClient.newCall(presignedUrlRequest).execute()) {
if (!response.isSuccessful()) {
throw new IOException("Failed to create presigned URL: " + response);
}
String responseBody = response.body().string();
Map<String, Object> responseBodyMap = gson.fromJson(responseBody, new TypeToken<Map<String, Object>>() {}.getType());
String presignedUrl = ((Map<String, String>) responseBodyMap.get("data")).get("presigned_url");

System.out.println("Presigned URL: " + presignedUrl);

// 6. Download the file using the presigned URL
Request downloadRequest = new Request.Builder()
.url(presignedUrl)
.build();

try (Response downloadResponse = httpClient.newCall(downloadRequest).execute()) {
if (!downloadResponse.isSuccessful()) {
throw new IOException("Failed to download file using presigned URL: " + downloadResponse);
}
System.out.println("Downloaded via presigned URL: " + downloadResponse.body().string());
}
}
}
}