# Client Commander ## Docs - [Create Activity](https://docs.clientcommander.com/api-reference/activities/create.md): Log a new activity for a contact. - [Delete Activity](https://docs.clientcommander.com/api-reference/activities/delete.md) - [Get Activity](https://docs.clientcommander.com/api-reference/activities/get.md) - [List Activities](https://docs.clientcommander.com/api-reference/activities/list.md): Retrieve activities for a specific contact. - [Update Activity](https://docs.clientcommander.com/api-reference/activities/update.md): Update activity content (notes). - [Create Deal](https://docs.clientcommander.com/api-reference/deals/create.md): Create a new deal in a pipeline. - [Delete Deal](https://docs.clientcommander.com/api-reference/deals/delete.md) - [Get Deal](https://docs.clientcommander.com/api-reference/deals/get.md) - [List Deals](https://docs.clientcommander.com/api-reference/deals/list.md): Retrieve deals with role-based filtering: - **Owner/Admin:** All deals - **Team Leader:** Team deals - **Agent:** Own deals - [Move Deal](https://docs.clientcommander.com/api-reference/deals/move.md): Move a deal to a different stage in the pipeline. Triggers webhooks. - [Update Deal](https://docs.clientcommander.com/api-reference/deals/update.md) - [Introduction](https://docs.clientcommander.com/api-reference/introduction.md): API Reference Overview - [Add Contact Tags](https://docs.clientcommander.com/api-reference/people/add-tags.md): Add one or more tags to a contact. Tags are created automatically if they don't exist. - [Create Contact](https://docs.clientcommander.com/api-reference/people/create.md): Create a new contact or update existing one if matched by email/phone. - [Delete Contact](https://docs.clientcommander.com/api-reference/people/delete.md): Delete a contact. Default behavior is soft delete (move to trash). - [Get Contact](https://docs.clientcommander.com/api-reference/people/get.md): Retrieve detailed information for a specific contact. - [Get Contact Tags](https://docs.clientcommander.com/api-reference/people/get-tags.md): Retrieve all tags associated with a contact. - [List Contacts](https://docs.clientcommander.com/api-reference/people/list.md): Retrieve a paginated list of contacts. Results are filtered based on user permissions: - **Owner/Admin:** See all contacts - **Team Leader:** See team members' contacts - **Agent:** See own assigned contacts + collaborations - [Search Contacts](https://docs.clientcommander.com/api-reference/people/search.md): Search for contacts by ID, email, phone, or name. - [Update Contact](https://docs.clientcommander.com/api-reference/people/update.md): Update an existing contact. Only provided fields are updated. - [Complete Task](https://docs.clientcommander.com/api-reference/tasks/complete.md): Mark a task as completed with current timestamp. - [Create Task](https://docs.clientcommander.com/api-reference/tasks/create.md): Create a new task with optional contact association. - [Delete Task](https://docs.clientcommander.com/api-reference/tasks/delete.md) - [Get Task](https://docs.clientcommander.com/api-reference/tasks/get.md) - [List Tasks](https://docs.clientcommander.com/api-reference/tasks/list.md): Retrieve tasks for the authenticated agent. Optionally filter by contact. - [Update Task](https://docs.clientcommander.com/api-reference/tasks/update.md) - [List Users](https://docs.clientcommander.com/api-reference/users/list.md): List all agents/users in the company. - [Get Current User](https://docs.clientcommander.com/api-reference/users/me.md): Retrieve profile information for the authenticated agent. - [API Terms of Use](https://docs.clientcommander.com/api-terms.md): Terms governing use of the Client Commander API - [Authentication](https://docs.clientcommander.com/authentication.md): How to authenticate with the Client Commander API - [Introduction](https://docs.clientcommander.com/introduction.md): Welcome to the Client Commander API documentation - [Quickstart](https://docs.clientcommander.com/quickstart.md): Get started with Client Commander in under 5 minutes - [Installation](https://docs.clientcommander.com/sdk/installation.md): Install the Client Commander SDK - [SDK Usage](https://docs.clientcommander.com/sdk/usage.md): Common patterns and examples for the Client Commander SDK - [Support and Help](https://docs.clientcommander.com/support.md): Get assistance with the Client Commander API ## OpenAPI Specs - [openapi](https://docs.clientcommander.com/openapi.json)