Email field custom validate by API

Email field custom validate by API

We want to validate the email field with an API that verifies if the mail is existing.

Only if the API returns Code = 200 will the form be allowed to be saved.

Is it possible to do this customization?