> For the complete documentation index, see [llms.txt](https://apidocs.api19.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.api19.com/campaigns/get-10dlc-campaign.md).

# Get 10DLC Campaign

## GET or POST Request

{% hint style="info" %}
<https://v1.api19.com/campaigns/campaign/get>
{% endhint %}

Get details of a specific 10DLC campaign

{% tabs %}
{% tab title="Curl Post" %}
{% code title="Curl (POST)" %}

```bash
curl https://v1.api19.com/campaigns/campaign/get \
 -d 'key=api_token' \
 -d 'id=12345'
```

{% endcode %}
{% endtab %}

{% tab title="Curl Get" %}
{% code title="Curl (GET)" %}

```bash
curl https://v1.api19.com/campaigns/campaign/get?key=apikey&id=12345
```

{% endcode %}
{% endtab %}

{% tab title="JSON Response" %}
{% code title="Response (application/json)" %}

```json
{
  "status": "ok",
  "data": {
    "id": "123",
    "name": null,
    "user_id": "321",
    "sms_daily_limit": null,
    "crid": "none",
    "mms_url": "",
    "campaign_description": "...",
    "call_to_action": "...",
    "sample_message_1": "...",
    "sample_message_2": "",
    "sample_message_3": "",
    "sample_message_4": "",
    "sample_message_5": "",
    "start_keywords": "START,YES",
    "opted_in_start": "...",
    "stop_keywords": "STOP",
    "opted_in_stop": "...",
    "help_keywords": "HELP",
    "opted_in_help": "...",
    "accepted_link": "",
    "accepted_phone_number": "",
    "accepted_loans": "no",
    "accepted_age_gated": "no",
    "accepted_number_pool": "no",
    "brand_id": "B12345",
    "use_case_type": "MIXED",
    "local_status": "new",
    "carrier_status": "new",
    "local_brand_id": "",
    "local_campaign_id": "...",
    "alt_use_cases": "[\"2FA\",\"ACCOUNT_NOTIFICATION\"]",
    "create_dt": "2026-05-08 10:00:46",
    "submitted": "no",
    "syniverse_status": "new",
    "reject_reason": null,
    "brand": {
      "id": "123",
      "user_id": "321",
      "company_type": "PRIVATE_PROFIT",
      "tin": "456",
      "alt_company": "NONE",
      "alt_company_data": "",
      "company_name": "...",
      "dba": "...",
      "brand_id": "B12345",
      "firstname": "",
      "lastname": "",
      "address1": "...",
      "address2": "",
      "city": "...",
      "state": "CO",
      "zip": "45678",
      "country": "US",
      "email": "...",
      "website": "...",
      "phone": "5555555555",
      "mobilephone": "0",
      "status": "registered",
      "error": null,
      "create_dt": "2025-05-27 11:36:43",
      "updated_dt": "2025-05-27 11:38:02",
      "brandRelationship": "MEDIUM_ACCOUNT",
      "referenceid": "...",
      "identity_status": "VERIFIED",
      "vertical": "PROFESSIONAL"
    }
  }
}
```

{% endcode %}
{% endtab %}
{% endtabs %}

## Parameters

* `id` (required) - Campaign ID
