---
title: "Enable Campaign"
method: POST
path: "/v1/campaigns/{campaignId}/enable"
tags: ["Campaigns"]
---

# Enable Campaign

`POST /v1/campaigns/{campaignId}/enable`

There are various times when you'll want to manage a campaign's accessibility. This can be done by two API methods for managing the campaign state - *enable* and *disable*.  

Sets campaign state to **active**. The vouchers in this campaign can be redeemed - only if the redemption occurs after the start date of the campaign and voucher and the voucher and campaign are not expired.

## Response `200`

Returns an empty json `{}`.

- CampaignsEnableResponseBody — Schema model for an empty json.

## Other responses

- `404` — Returns an error if the campaign cannot be found.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/versions/4982266e0494/schema)
