# Contacts

CRM contact management: create, retrieve, update, delete, filter.

Bitrix24 API: `crm.contact.*`
Scope: `crm`

## Operations

- [Create contact](./contacts/create.md) — `POST /v1/contacts`
- [List contacts](./contacts/list.md) — `GET /v1/contacts`
- [Get contact](./contacts/get.md) — `GET /v1/contacts/:id`
- [Update contact](./contacts/update.md) — `PATCH /v1/contacts/:id`
- [Delete contact](./contacts/delete.md) — `DELETE /v1/contacts/:id`
- [Search contacts](./contacts/search.md) — `POST /v1/contacts/search`
- [Contact fields](./contacts/fields.md) — `GET /v1/contacts/fields`
- [Aggregate contacts](./contacts/aggregate.md) — `POST /v1/contacts/aggregate`
