---
title: "Create a Campaign"
method: POST
path: "/campaigns"
---

# Create a Campaign

`POST /campaigns`

Create a campaign

## Headers

- `content type` string

## Request body

- object
  - `tag` string — Name of campaign

## Response `200`

200

- object
  - `account_id` string
  - `created_at` number
  - `id` string
  - `tag` string
  - `updated_at` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
