v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061971481.8 MB
Api20100401Application

Create a new application within your account

Create a new application within your account

post/2010-04-01/Accounts/{AccountSid}/Applications.json

Path parameters

AccountSidstring required

The SID of the Account that will create the resource.

Response

Created

account_sidstring nullable

The SID of the Account that created the Application resource.

api_versionstring nullable

The API version used to start a new TwiML session.

date_createdstring date-time-rfc-2822 nullable

The date and time in GMT that the resource was created specified in RFC 2822 format.

date_updatedstring date-time-rfc-2822 nullable

The date and time in GMT that the resource was last updated specified in RFC 2822 format.

friendly_namestring nullable

The string that you assigned to describe the resource.

message_status_callbackstring uri nullable

The URL we call using a POST method to send message status information to your application.

sidstring nullable

The unique string that that we created to identify the Application resource.

sms_fallback_method'GET' | 'POST' http-method nullable

The HTTP method we use to call sms_fallback_url. Can be: GET or POST.

sms_fallback_urlstring uri nullable

The URL that we call when an error occurs while retrieving or executing the TwiML from sms_url.

sms_method'GET' | 'POST' http-method nullable

The HTTP method we use to call sms_url. Can be: GET or POST.

sms_status_callbackstring uri nullable

The URL we call using a POST method to send status information to your application about SMS messages that refer to the application.

sms_urlstring uri nullable

The URL we call when the phone number receives an incoming SMS message.

status_callbackstring uri nullable

The URL we call using the status_callback_method to send status information to your application.

status_callback_method'GET' | 'POST' http-method nullable

The HTTP method we use to call status_callback. Can be: GET or POST.

uristring nullable

The URI of the resource, relative to https://api.twilio.com.

voice_caller_id_lookupboolean nullable

Whether we look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: true or false.

voice_fallback_method'GET' | 'POST' http-method nullable

The HTTP method we use to call voice_fallback_url. Can be: GET or POST.

voice_fallback_urlstring uri nullable

The URL that we call when an error occurs retrieving or executing the TwiML requested by url.

voice_method'GET' | 'POST' http-method nullable

The HTTP method we use to call voice_url. Can be: GET or POST.

voice_urlstring uri nullable

The URL we call when the phone number assigned to this application receives a call.

public_application_connect_enabledboolean nullable

Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: true or false.