> 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.senderwiz.com/customer/contact-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
