Contacts
This method covers the functionality related to contacts. It includes endpoints for managing contacts
📄️ Create contact
Creates a new contact.
📄️ Get Contact
Retrieves details of a specific contact
📄️ Update Contact
Save a contact
📄️ Delete a contact
Delete a contact
📄️ Retrieve messages for a contact (deprecated — use GET /messages)
> **Deprecated.** This endpoint will be removed at the end of 2026. > Use `GET /messages` instead — it is a > superset of this endpoint (same `messageIds` and contact-history modes) > and additionally supports filtering by `campaignId`.