How to get a member by email using API?

I want to create a backend function to authenticate a user based on their email.

Is it possible to get a member by email using the API?

I’m using the endpoint https://www.patreon.com/api/oauth2/v2/campaigns/{campaign_id}/members to get a list of all members, but I want to avoid having to page through them all to find a match. Is there a way to return a specific member by email?

Try to use relations, includes. You can get the emails for those who have their email verified at patreon.com. Others wont return a value.