Check if email is available

Use this endpoint to check if the email is already registered in Omnyfy. Return false if the email has already been used inside Omnyfy. If it returns true, you can use the email to register the customer.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/customer/is-email-available' --header 'Content-Type: application/json' --data-raw '{ "customerEmail ": "[email protected] " }'

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json