Revo Digital API
Contacts
Full CRUD operations for managing contacts in your Revo Digital sub-account — create, read, update, delete, upsert, list, and tag management.
Authentication
All Contacts endpoints require an OAuth 2.0 access token passed via the Authorization header. Tokens can be either Sub-Account or Company level depending on the endpoint.
https://services.leadconnectorhq.comContact Endpoints
Core CRUD operations for contacts.
Get Contact
ReadRetrieve a single contact by its ID.
View docs →
Create Contact
WriteCreate a new contact in a sub-account.
View docs →
Update Contact
WriteUpdate an existing contact by its ID.
View docs →
Delete Contact
DestructiveDelete a contact by its ID.
View docs →
Upsert Contact
WriteCreate or update a contact. Matches on email/phone based on location duplicate settings.
View docs →
Get Contacts
ReadRetrieve a list of contacts with pagination and filtering.
View docs →
Get Contacts By Business ID
ReadRetrieve contacts associated with a specific business.
View docs →
Tag Endpoints
Add and remove tags on contacts. View Tags hub →
