---
title: "Get a campaign"
method: GET
path: "/v1/campaigns/{campaignId}"
tags: ["campaigns"]
---

# Get a campaign

`GET /v1/campaigns/{campaignId}`

Get one campaign by campaignId.

## Path parameters

- `campaignId` integer, required

## Response `200`

successful operation

- Campaign
  - `id` integer
  - `name` string
  - `key` string
  - `description` string
  - `reduction` integer
  - `customData` object
  - `start_at` string
  - `end_at` string

## Other responses

- `401` — authentication failed
- `404` — It was not possible possible to find the campaign

---

[API](https://skmtc.net/scayle/apis/storefront-api-documentation.md) · [All operations](https://skmtc.net/scayle/apis/storefront-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scayle/storefront-api-documentation/versions/8cfa924ae703/schema)
