> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://apidocs.me-mate.net/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.me-mate.net/_mcp/server.

# Overview

This folder groups all endpoints used to manage contacts and contact lists. It contains no direct requests—operations are organized into the subfolders below.

## Modules

* **Contact List Creation**: Create new contact lists.
* **Contact List Deletion**: Delete existing contact lists.
* **Add numbers To Contact List**: Add one or more contact numbers into a specific list.
* **Edit Numbers (Inside Contact Lists)**: Update/modify contact numbers already stored in a list.
* **Add Tags To Whole Contact List**: Apply tags to every contact in a list (bulk tagging).
* **Add/Remove Tags To Contact Number**: Add or remove tags for an individual contact number.
* **Fetch Contacts Tag Wise**: Retrieve contacts filtered by tag(s).
* **Delete Contacts Tag Wise**: Delete contacts by tag criteria.

## Typical workflow

1. Create a contact list.
2. Add numbers to the list (and edit numbers if needed).
3. Tag contacts (bulk or per-number).
4. Fetch or delete contacts based on tags.