> For the complete documentation index, see [llms.txt](https://api.senderwiz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.senderwiz.com/customer/campaigns.md).

# Campaigns

- [Get All Campaigns](https://api.senderwiz.com/customer/campaigns/get-all-campaigns.md): Retrieve a paginated list of all campaigns associated with your SenderWiz account. You can optionally filter campaigns by a specific list UID.
- [Get One Campaign](https://api.senderwiz.com/customer/campaigns/get-one-campaign.md): Retrieve full details of a specific campaign using its unique campaign identifier.
- [Create a Campaign](https://api.senderwiz.com/customer/campaigns/create-a-campaign.md): Create a new campaign using the API. This can be a regular or autoresponder campaign, and allows advanced customization like segments, template content, scheduling, and optional configurations.
- [Update a Campaign](https://api.senderwiz.com/customer/campaigns/update-a-campaign.md): Update an existing campaign's configuration, content, or metadata using its unique campaign UID.
- [Copy a Campaign](https://api.senderwiz.com/customer/campaigns/copy-a-campaign.md): Duplicate an existing campaign using its unique campaign UID. This is useful when reusing previous campaign settings and templates.
- [Pause/Unpause a Campaig](https://api.senderwiz.com/customer/campaigns/pause-unpause-a-campaig.md): Toggle the status of a campaign between "paused" and "sending" using its unique campaign UID.
- [Mark a Campaign as SENT](https://api.senderwiz.com/customer/campaigns/mark-a-campaign-as-sent.md): Forcefully mark a campaign as "sent" using its unique identifier. This is useful for testing, debugging, or manually closing campaigns that are stuck.
- [Delete a Campaign](https://api.senderwiz.com/customer/campaigns/delete-a-campaign.md): Permanently delete a campaign using its unique campaign UID. This action is irreversible.
- [Get Stats of a Campaign](https://api.senderwiz.com/customer/campaigns/get-stats-of-a-campaign.md): Retrieve in-depth performance metrics and delivery statistics for a specific campaign using its unique identifier.
