---
title: "Get acquisition campaigns"
method: GET
path: "/companies/{company_key}/campaigns/acquisition"
tags: ["Acquisition Campaign API"]
---

# Get acquisition campaigns

`GET /companies/{company_key}/campaigns/acquisition`

## Path parameters

- `company_key` string, required

## Headers

- `X-API-Version` string

## Response `200`

Successful response

- AcquisitionResponse[]
  - `acquisition_id` string — A Vibes-assigned alphanumeric unique identifier for each acquisition campaign.
  - `description` string — The name of the acquisition campaign.
  - `campaign_type` object
    - `code` string
  - `status` string — The status of the acquisition campaign. Values are scheduled, active, deleted, or past. Values are always lowercase.
  - `start_date` string — The date the campaign is starting, formatted in ISO-8601 format.
  - `end_date` string — The date the campaign is ending or has ended, formatted in ISO-8601 format.
  - `created_date` string — The date the campaign was created, formated in ISO-8601 format.
  - `updated_date` string — The date of the last time the campaign was updated, formated in ISO-8601 format.
  - `acquisition_campaign` object
    - `keywords` string[] — The keywords that a user can send in via SMS to join the campaign and begin the subscription process.
  - `url` string — Unique resource URL for the acquisition campaign.

## Other responses

- `404` — No campaigns can be located.

---

[API](https://skmtc.net/vibes/apis/vibes-platform-api.md) · [All operations](https://skmtc.net/vibes/apis/vibes-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vibes/vibes-platform-api/revisions/2d5797ce1b84/schema)
