Contacts

Retrieve and update contact information

Overview

Contacts represent the people who interact with your agent across channels such as WhatsApp, Instagram, and email. Each contact has a profile with name, channel identifiers, and optional metadata.

Endpoints

  • GET /v1/contacts — List contacts
  • GET /v1/contacts/:id — Get contact detail
  • POST /v1/contacts — Create a new contact
  • PATCH /v1/contacts/:id — Update contact

Query Parameters

  • limit (number): Results per page (default: 20, max: 100)
  • offset (number): Number of results to skip (default: 0)