---
title: "Get a WhatsApp campaign"
method: GET
path: "/whatsappCampaigns/{campaignId}"
tags: ["WhatsApp Campaigns"]
---

# Get a WhatsApp campaign

`GET /whatsappCampaigns/{campaignId}`

## Path parameters

- `campaignId` integer, required

## Response `200`

Get WhatsApp campaign information on the basis of campaignId

- GetWhatsappCampaignOverview
  - `id` integer, required — ID of the WhatsApp Campaign
  - `campaignName` string, required — Name of the WhatsApp Campaign
  - `campaignStatus` 'draft' | 'scheduled' | 'pending' | 'approved' | 'running' | 'suspended' | 'rejected' | 'sent', required — Status of the WhatsApp Campaign
  - `scheduledAt` string — UTC date-time on which WhatsApp campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format
  - `senderNumber` string, required — Sender of the WhatsApp Campaign
  - `stats` WhatsappCampStats
    - `sent` integer, required
    - `delivered` integer, required
    - `read` integer, required
    - `unsubscribe` integer, required
    - `not_sent` integer, required
  - `template` WhatsappCampTemplate, required
    - `name` string — name of the template
    - `category` string — description of the template
    - `language` string — language of the template
    - `contains_button` boolean
    - `display_header` boolean
    - `header_type` string — type of header
    - `components` ComponentItems[] — array of component item objects
      - `type` string
      - `text` string
    - `header_variables` VariablesItems[] — array of variables item object
      - `name` string
      - `default` string
      - `datatype` string
    - `body_variables` VariablesItems[] — array of variables item variables
      - `name` string
      - `default` string
      - `datatype` string
    - `button_type` string
    - `hide_footer` boolean
  - `createdAt` string, required — Creation UTC date-time of the WhatsApp campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `modifiedAt` string, required — UTC date-time of last modification of the WhatsApp campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)

## Other responses

- `400` — bad request
- `404` — Campaign Id not found

---

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