---
title: "POST /organisation/{id}/campaign"
method: POST
path: "/organisation/{id}/campaign"
tags: ["Organisation"]
---

# POST /organisation/{id}/campaign

`POST /organisation/{id}/campaign`

Create a new campaign inside specified organisation

## Path parameters

- `id` integer, required

## Request body

- NewCampaign
  - `name` string
  - `slug` string
  - `description` string
  - `starts_at` string
  - `ends_at` string

## Response `200`

OK

- object
  - `message` string

## Other responses

- `307` — Redirect to login
- `401` — User is not an organisation admin

## Changes

- **2025-07-15** `4fc8206e1afe` — 1 breaking, 4 info
  - the request's body type/format changed from ``/`` to `object`/``
  - added the new optional request property `slug`
  - added the non-success response with the status `307`
  - added the non-success response with the status `401`
  - …1 more
- **2024-04-14** `5acc2e0d80e9` — 1 breaking, 1 warning, 3 info
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the request property `slug`
  - added the non-success response with the status `403`
  - removed the non-success response with the status `307`
  - …1 more

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/organisation/:id/campaign/post.md)

---

[API](https://skmtc.dev/devsoc-unsw/apis/chaos-api.md) · [All operations](https://skmtc.dev/devsoc-unsw/apis/chaos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devsoc-unsw/chaos-api/revisions/b169cdb125bd/schema)
