---
title: "Fetch a specific Short Code Application instance."
method: GET
path: "/v2/ShortCodes/Applications/{sid}"
tags: ["V2ShortCodeApplications"]
---

# Fetch a specific Short Code Application instance.

`GET /v2/ShortCodes/Applications/{sid}`

Fetch a specific Short Code Application instance.

## Path parameters

- `sid` string, required

## Response `200`

Response schema for a single Short Code Application instance.

- ShortCodeApplication
  - `sid` string — The unique identifier of the Short Code Application.
  - `application_requirements_sid` string — The Application Requirements SID.
  - `application_requirements_version` integer — The version of the application requirements.
  - `account_sid` string — The Account SID associated with the application.
  - `bundle_sid` string — The Bundle SID for regulatory compliance.
  - `reviewer` string — The reviewer of the application.
  - `zendesk_ticket_id` string — The Zendesk ticket ID associated with the application.
  - `friendly_name` string — The friendly name of the application.
  - `notification_emails` string[] — The notification emails for the application.
  - `iso_country` string — The ISO country code.
  - `state` 'DRAFT' | 'TWILIO_REVIEW' | 'PENDING_PAYMENT' | 'PAYMENT_FAILED' | 'IN_PROVISIONING' | 'PENDING_CARRIER' | 'APPROVED' | 'CORRECTIONS_NEEDED' | 'CANCELED' | 'ARCHIVED' — The state of the application.
  - `setup` object — Setup configuration for the application.
    - `request_type` 'NEW' | 'MIGRATION' | 'LEASE'
    - `traffic_type` 'TRANSACTIONAL' | 'PROMOTIONAL' | 'BOTH'
    - `lease_type` 'RANDOM' | 'VANITY' | 'SELF_LEASED'
    - `payment_frequency` 'QUARTERLY' | 'YEARLY'
    - `short_code_preference` string
    - `mms_enabled` boolean
    - `free_to_end_user` boolean
    - `charges_apply` boolean
    - `current_provider` string
    - `migrated_mms_enabled` boolean
    - `migrated_live_traffic` boolean
  - `business_information` object — Business information associated with the application.
    - `managing_company_profile` string
    - `customer_facing_profile` string
    - `business_website` string
    - `ein_managing_company_profile` string
    - `ein_customer_facing_profile` string
  - `user_sign_up` object — User sign-up configuration for the application.
    - `sign_up_options` string[]
    - `double_opt_in_process` boolean
    - `double_opt_in_message` string
    - `sign_up_confirmation_message` string
    - `double_opt_in_response_message` string
    - `online_web_form_message` string
    - `keyword_message` string
    - `ivr_message` string
    - `other_form_message` string
  - `compliance_keywords` object — Compliance keywords for the application.
    - `help` string
    - `stop` string
    - `info` string
    - `aide` string
    - `arret` string
    - `opt_out_filtering` boolean
  - `content_examples` object — Content examples for the application.
    - `examples` string[]
  - `sms_campaign_details` object — SMS campaign details for the application.
    - `campaign_name` string
    - `campaign_brand_website` string
    - `customer_care_channel` 'TOLL_FREE_NUMBER' | 'EMAIL'
    - `customer_care_value` string
    - `campaign_frequency` string[]
    - `sc_use_case_categories` string[]
    - `sms_terms_of_service_url` string
    - `sms_privacy_policy_url` string
    - `monthly_outbound_volume_expected` string
    - `monthly_inbound_volume_expected` string
    - `avg_monthly_messages_sent_to_each_subscriber` string
    - `avg_monthly_messages_received_from_subscribers` string
    - `estimated_total_subscribers` string
    - `duration_of_the_campaign` string
    - `planned_traffic_spikes` string
    - `spike_details` string
    - `expected_traffic_start_date` string
  - `date_created` string, date-time — The date and time the application was created.
  - `date_updated` string, date-time — The date and time the application was last updated.
  - `created_by` string — The identity of the user who created the application.
  - `updated_by` string — The identity of the user who last updated the application.

---

[API](https://skmtc.net/twilio/apis/numbers-v2.md) · [All operations](https://skmtc.net/twilio/apis/numbers-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/numbers-v2/revisions/4e238625c212/schema)
