Method Name: FindAccount()
Parameters:
Name |
Type |
Required |
EmailAddress |
string(50) |
Yes |
URL: https://registration.theredrook.com/FindAccount?EmailAddress=123@aol.com
Success Status Code: 200 (Success)
Success response: JSON
{ "id": "02dfccda-bf32-4d9f-81eb-af4cdd949360", "Login": "123@aol.com", "OrgName": "Red Rook, Inc", "FirstName": "James", "LastName": "Dean", "Email": "123@aol.com", "Phone": "770-792-2212", "PreferredContactMethod": "E", "Address1": "1955 Vaughn Road", "Address2": "Suite 108", "Address3": "", "City": "Kennesaw", "State": "GA", "PostalCode": "30144", "Country": "USA" }
If the request was processed without errors however an account could not be identified, the response will include an empty JSON object.
Success response: JSON
{}
Error Status Code: 400 (Bad Request)
Error response: JSON
{
"Error": "Error Message"
}