Skip to content
Get Started

Contacts

Get contacts
get/api/v2/contacts
Create a contact
post/api/v2/contacts
Get contact count
get/api/v2/contacts/count
Verify a contact
post/api/v2/contacts/verify
Get a contact
get/api/v2/contacts/{phone_number}
Update a contact
put/api/v2/contacts/{phone_number}
Delete a contact
delete/api/v2/contacts/{phone_number}
ModelsExpand Collapse
Contact = object { assigned_to_email, company_name, created_at, 6 more }
assigned_to_email: optional string

Email of assigned user

company_name: optional string

Company name

created_at: optional string

When the contact was created

formatdate-time
first_name: optional string

First name

last_name: optional string

Last name

phone: optional string

Phone number in E.164 format

sendblue_number: optional string

Associated Sendblue phone number

tags: optional array of string

Tags associated with the contact

verified: optional boolean

Whether the contact is verified

ContactsBulk

Delete multiple contacts
delete/api/v2/contacts
Create multiple contacts
post/api/v2/contacts/bulk