This endpoint supports three modes. Use email for single contact lookup. Use count=true to return only the count. Without either, Brew returns a paginated contact list.
Send your Brew API key as Authorization: Bearer brew_xxx.
Look up a single contact by email address.
Return only the number of matching contacts.
Case insensitive search across email, first name, and last name.
1Page size between 1 and 100.
1 <= x <= 100Opaque pagination cursor returned from the previous list response.
Sort field. Use a core field or a custom field path like customFields.plan.
Sort direction.
asc, desc Deep object filters. Use shorthand filter[subscribed]=true or explicit operators like filter[customFields.plan][eq]=enterprise. Use filter[_logic]=and|or|none to control filter combination.
Lookup mode returns a single contact. Count mode returns a count. List mode returns contacts plus pagination.
x >= 0