Email Verifications REST Endpoints

Email Verifications
The email verifications resource is used to view and create email verification. It is used to build integrations and automate workflows for verifying the email address.
Create an email verification
Method: post
Path: /crmRestApi/resources/11.13.18.05/emailVerification
Delete an email verification
Method: delete
Path: /crmRestApi/resources/11.13.18.05/emailVerification/{Id}
Get all email verifications
Method: get
Path: /crmRestApi/resources/11.13.18.05/emailVerification
Get an email verification
Method: get
Path: /crmRestApi/resources/11.13.18.05/emailVerification/{Id}
Patch an email verification
Method: patch
Path: /crmRestApi/resources/11.13.18.05/emailVerification/{Id}