Contact Email Exist
Get the status of a specific import job
gethttps://app.kindful.com/admin/oauth2/api/v1/contacts/email_exist
### Example ###
https://app.kindful.com/admin/oauth2/api/v1/contacts/email_exist?email=ace@email.com
--
Successful Response (200)
{
"exist": true
}
Use this endpoint to check if a contact already exists in the Kindful database. This is valuable if you are looking to append to a contact or add a note/transaction/pledge/etc to a contact ONLY if they already exist in the database.