Check whether email already exists or not

Hi,



Is it possible to check whether email exist or not using Mautic Rest API.


Hi,

Is it possible to check whether email exist or not using Mautic Rest API.

HTTP Request

GET /contacts

Query Parameters

search=email:+SEARCHED_EMAIL

Note : + (plus sign) - Search for the exact string

Sample Json result when email doesn’t exists :

{
"total": "0",
"contacts": []
}