> 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/contact-list.md).

# Contact List

- [Get All Lists](https://api.senderwiz.com/customer/contact-list/quickstart.md): Retrieve a paginated list of all subscriber lists associated with your SenderWiz account using this endpoint. Useful for managing and referencing available list records.
- [Get One List](https://api.senderwiz.com/customer/contact-list/get-one-list.md): Fetch detailed information about a specific subscriber list by providing its unique list UID. Includes general, default, and notification configuration data.
- [Create a List](https://api.senderwiz.com/customer/contact-list/create-a-list.md): Create a new subscriber list by submitting general details, optional sender defaults, notification preferences information. Required fields must be included for a successful request.
- [Update a List](https://api.senderwiz.com/customer/contact-list/update-a-list.md): Update the details of an existing subscriber list using its unique list UID. This includes modifying sender info, list settings, and optional default, notification data.
- [Copy a List](https://api.senderwiz.com/customer/contact-list/copy-a-list.md): Create an exact duplicate of an existing list, including settings but excluding subscribers. A new unique list UID is returned in the response.
- [Delete a List](https://api.senderwiz.com/customer/contact-list/delete-a-list.md): Permanently delete a specific subscriber list by its unique list UID. This action removes all associated list data and cannot be undone.
