LoyaltyLion Get Customer By Email

Gets the customer corresponding to the provided email address

Gets the customer corresponding to the provided email address. Returns an object.

Inputs

InputTypeDescription
EmailStringCustomer email address
API KeySensitiveStringLoyaltyLion API Key (documentation can be found here

Outputs

OutputTypeDescription
SuccessBooleanWhether the customer was successfully retrieved or not.
CustomerObjectThe customer object corresponding to the provided email address. (documentation can be found here
Message (optional)StringIn case success is false, message will contain more information about the failure.