Search for a contact by email address or userId. Returns the contact’s current data including all custom properties and subscription group memberships.
Include your Brew API key as a Bearer token in the Authorization header.
Example: Authorization: Bearer bw_api_your_key_here
Either the contact's email address or their userId. When using an email address, you must URI-encode it (replace @ with %40). Examples:
user%40example.com
(for [email protected])user_12345
Contact found and returned with all current data
Complete contact object with all properties