get
Retrieve a single application by SID.
Path parameters
AccountSid
The Account ID that has the Application.
Sid
The Application ID that uniquely identifies the Application.
Response
sid
The unique identifier for the Application.
account_sid
The unique identifier for the Account that created this Application.
api_version
The version of the SignalWire API.
date_created
The date, in RFC 2822 GMT format, this Application was created.
date_updated
The date, in RFC 2822 GMT format, this Application was updated.
friendly_name
A named unique identifier for the resource.
uri
The URI for this Application.
voice_url
The URL to request when a phone number receives a call or fax.
voice_method
Whether the request to `VoiceUrl` is a `GET` or a `POST`. Default is `POST`.
voice_fallback_url
The URL SignalWire will request if errors occur when fetching the `VoiceUrl`.
voice_fallback_method
Whether the request to `VoiceFallbackUrl` is a `GET` or a `POST`. Default is `POST`.
status_callback
The URL to pass status updates to the Application.
status_callback_method
Whether the request to the `StatusCallback` URL is a `GET` or a `POST`. Default is `POST`.
voice_caller_id_lookup
Whether or not to look up a caller's ID from the database. Always null.
sms_url
The URL to request when an SMS is received.
sms_method
Whether the request to `SmsUrl` is a `GET` or a `POST`. Default is `POST`.
sms_fallback_url
The URL SignalWire will request if errors occur when fetching the `SmsUrl`.
sms_fallback_method
Whether the request to `SmsFallbackUrl` is a `GET` or a `POST`. Default is `POST`.
sms_status_callback
The URL to receive status updates for messages sent via this Application.
sms_status_callback_method
Whether the request to `SmsStatusCallback` is a `GET` or a `POST`. Default is `POST`.
message_status_callback
The URL to receive status updates for messages sent via this Application.
Response Example
Response