Contacts
Contacts are the customers and leads in your Featurebase organization. Use this endpoint to list and retrieve contact information.
List contacts
GET/v2/contacts
Create or update a contact
POST/v2/contacts
Get contact by ID
GET/v2/contacts/{id}
Delete contact by ID
DELETE/v2/contacts/{id}
Block a contact
POST/v2/contacts/{id}/block
Unblock a contact
POST/v2/contacts/{id}/unblock
ContactsBy User ID
Contacts are the customers and leads in your Featurebase organization. Use this endpoint to list and retrieve contact information.
Get contact by external user ID
GET/v2/contacts/by-user-id/{userId}
Delete contact by external user ID
DELETE/v2/contacts/by-user-id/{userId}
ContactsBy User IDEmail Preferences
Contacts are the customers and leads in your Featurebase organization. Use this endpoint to list and retrieve contact information.
Get contact email preferences by external user ID
GET/v2/contacts/by-user-id/{userId}/email-preferences
Update contact email preferences by external user ID
PATCH/v2/contacts/by-user-id/{userId}/email-preferences
ContactsEmail Preferences
Contacts are the customers and leads in your Featurebase organization. Use this endpoint to list and retrieve contact information.
Get contact email preferences by ID
GET/v2/contacts/{id}/email-preferences
Update contact email preferences by ID
PATCH/v2/contacts/{id}/email-preferences