GET - https://subscribercrmapi.acamh.org/api/contactcheck?emailAddress={emailAddress}&phoneNumber={phoneNumber}

Lists contact information, optionally matching on email address and/or phone number.

[
{
"ContactId": 1234,
"MembershipNumber": "ABC123",
"Title": "Mr",
"FirstName": "Bruce",
"Surname": "Wayne",
"Organisation": "",
"ContactType": "Member",
"ContactStatus": "Active",
"MembershipClass": "Full",
"MembershipStatus": "Current",
"AddressLine1": "",
"AddressLine2": "",
"AddressLine3": "",
"Town": "London",
"Postcode": "AB12 3CD",
"Phone": "",
"EvePhone": "",
"Mobile": ""
}
]