Organisation
Create a new campaign inside specified organisation
post/organisation/{id}/campaign
Path parameters
idinteger required
Organisation ID
Request body
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
Example response
{
"message": "Successfully created campaign"
}