Official Enrow SDK for Java to find and verify emails and phone numbers using typed, builder-based requests
The official Enrow SDK for Java wraps the Enrow API with typed, builder-based methods for the Email Finder, Email Verifier, and Phone Finder endpoints. You authenticate the client once with your API key — see Authentication for how to retrieve it.
These SDKs are in early access and not yet published to package registries. Install from source via the GitHub repository linked below.
Refer to the GitHub repository for full documentation and examples.The client sends your API key in the x-api-key header on every request. Each search returns an id you can use to retrieve results from the Get Single Result endpoint, and each call consumes credits — see Credits & billing. For production usage, review the Rate limits and Error handling guides.