Dextel AIDocs
Quick StartChangelog
Dashboard

Get Started

OverviewQuick StartSub-Account Setup

Introduction

AuthenticationAPI KeysError HandlingRate LimitsPagination

Resources

Error CodesSDKsChangelogGlossaryFAQ

API Reference

  1. Docs
  2. API Reference
  3. Contacts

Contacts

Manage the people your Agents talk to — create and update contact records, organize them with tags, and attach notes for context across calls and conversations.

Contacts

GET

List Contacts

/v1/contacts

POST

Create Contact

/v1/contacts

GET

Get Contact

/v1/contacts/{contact_id}

PATCH

Update Contact

/v1/contacts/{contact_id}

DELETE

Delete Contact

/v1/contacts/{contact_id}

Contact Tags

GET

List Contact Tags

/v1/contact-tags

POST

Create Contact Tag

/v1/contact-tags

PATCH

Update Contact Tag

/v1/contact-tags/{tag_id}

DELETE

Delete Contact Tag

/v1/contact-tags/{tag_id}

Contact Notes

GET

List Contact Notes

/v1/contacts/{contact_id}/notes

POST

Create Contact Note

/v1/contacts/{contact_id}/notes

PATCH

Update Contact Note

/v1/notes/{note_id}

DELETE

Delete Contact Note

/v1/notes/{note_id}