v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01421779.8 KB
Organisation

Create a new campaign inside specified organisation

post/organisation/{id}/campaign

Path parameters

idinteger required

Organisation ID

Request body

namestring
slugstring
descriptionstring
starts_atstring
ends_atstring

Example request

{
  "name": "2024 Subcommittee Recruitment",
  "slug": "2024-subcom-recruitment",
  "description": "Are you excited to make a difference?",
  "starts_at": "2024-03-15T18:25:43.511Z",
  "ends_at": "2024-04-15T18:25:43.511Z"
}

Response

OK

messagestring

Example response

{
  "message": "Successfully created campaign"
}