# Unsubscribe Management Manage unsubscribes programmatically with full CRUD operations. Track unsubscribe sources and maintain compliance with anti-spam laws. Similar to Mailgun's Unsubscribes API and Postmark's Bounces API. ## List unsubscribes - [GET /api/customer/unsubscribes](https://developers.mailerlogic.com/customer-api.openapi/unsubscribe-management/paths/~1api~1customer~1unsubscribes/get.md): Retrieve your unsubscribe list with filtering and search capabilities. Use this to: - Monitor unsubscribe trends - Export unsubscribe lists - Audit unsubscribe sources Similar to: Mailgun Unsubscribes API, Postmark Bounces API ## Add to unsubscribe list - [POST /api/customer/unsubscribes](https://developers.mailerlogic.com/customer-api.openapi/unsubscribe-management/paths/~1api~1customer~1unsubscribes/post.md): Manually add an email address to your unsubscribe list. This email will not receive any future emails from your account. Use cases: - Manual unsubscribe requests - Compliance with unsubscribe requests - Proactive list management ## Re-subscribe email - [DELETE /api/customer/unsubscribes/{email}](https://developers.mailerlogic.com/customer-api.openapi/unsubscribe-management/paths/~1api~1customer~1unsubscribes~1%7Bemail%7D/delete.md): Remove an email from your unsubscribe list, allowing them to receive emails again. Important: Only do this if the recipient has explicitly requested to be re-subscribed.