{"id":15583404,"url":"https://github.com/fullcontact/fullcontact-java-client","last_synced_at":"2026-03-15T13:00:10.706Z","repository":{"id":45495175,"uuid":"253423260","full_name":"fullcontact/fullcontact-java-client","owner":"fullcontact","description":"Java client library for FullContact API ","archived":false,"fork":false,"pushed_at":"2022-09-16T02:16:14.000Z","size":474,"stargazers_count":1,"open_issues_count":2,"forks_count":5,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-30T06:41:13.281Z","etag":null,"topics":["client-library","email-verification","enrich","fullcontact","java11","java8","resolve"],"latest_commit_sha":null,"homepage":"https://www.fullcontact.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullcontact.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-06T07:17:12.000Z","updated_at":"2022-06-05T12:12:17.000Z","dependencies_parsed_at":"2023-01-18T09:30:52.497Z","dependency_job_id":null,"html_url":"https://github.com/fullcontact/fullcontact-java-client","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcontact%2Ffullcontact-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcontact%2Ffullcontact-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcontact%2Ffullcontact-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcontact%2Ffullcontact-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullcontact","download_url":"https://codeload.github.com/fullcontact/fullcontact-java-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250559943,"owners_count":21450168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client-library","email-verification","enrich","fullcontact","java11","java8","resolve"],"created_at":"2024-10-02T20:07:58.471Z","updated_at":"2026-03-15T13:00:05.638Z","avatar_url":"https://github.com/fullcontact.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Java Client\nThe official [FullContact](https://www.fullcontact.com/) Java Client Library for the FullContact V3 APIs.\n\n- [Java11+](https://github.com/fullcontact/fullcontact-java-client/tree/master/java11) client \n- [Java8+](https://github.com/fullcontact/fullcontact-java-client/tree/master/java8) client.\n\n\n## Add to your Project\n\n### Gradle users\n\nAdd this dependency to your project's build file:\n\n- Java11+\n```groovy\nimplementation 'com.fullcontact.client:java11:4.0.0'\n```\n- Java8+\n```groovy\nimplementation 'com.fullcontact.client:java8:4.0.0'\n```\n\n### Maven users\n\nAdd this dependency to your project's POM:\n\n- Java11+\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.fullcontact.client\u003c/groupId\u003e\n  \u003cartifactId\u003ejava11\u003c/artifactId\u003e\n  \u003cversion\u003e4.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n- Java8+\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.fullcontact.client\u003c/groupId\u003e\n  \u003cartifactId\u003ejava8\u003c/artifactId\u003e\n  \u003cversion\u003e4.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\n## Working with FullContact Client\nFullContact client supports v3 Enrich and Resolve, Verify and Permission APIs,\nand are super simplified to easily \nenrich Person and Company data, Resolve fragmented customer data and Verify signals. \nAll the API requests are over HTTPS using POST method \nwith content sent as JSON. This library supports Multi Field Request, Person Enrichment \n\u0026 Data Packs, Company Enrichment \u0026 Data Packs and Webhooks, Resolve \u0026 PIC, Verify and Permission. \nJust build a FullContact \nClient with your API Key, make a http request and get a response object back.\n\n### Quick Overview\nIf you are not familiar with the FullContact APIs, complete details can be found \n@[API documentation](https://docs.fullcontact.com/docs/getting-started) \n\n\nFullContact Client provides an object layer to FullContact API communication, \nbut understanding Enrich API, webhooks, request and response parameters, \nand common snags is still important.\n\nOnce you’re on board with the API behavior, FullContact Client library should simplify \nyour integration.\n\n### Supported APIs\n- _[Enrich](https://docs.fullcontact.com/docs/enrich-overview)_\n    - `person.enrich`\n    - `company.enrich`\n- Private Identity Cloud\n    - _[Resolve](https://docs.fullcontact.com/docs/resolve-overview)_\n        - `identity.map`\n        - `identity.resolve`\n        - `identity.delete`\n        - `identity.mapResolve`\n    - [Tags](https://docs.fullcontact.com/docs/customer-tags)\n        - `tags.create`\n        - `tags.get`\n        - `tags.delete`\n    - [Audience](https://docs.fullcontact.com/docs/customer-tags)\n        - `audience.create`\n        - `audience.download`\n- _[Verify](https://docs.fullcontact.com/docs/verify-overview)_\n    - `verify.signals`\n    - `verify.match`\n    - `verify.activity`\n- _[Permission](https://docs.fullcontact.com/docs/permission-overview)_\n    - `permission.create`\n    - `permission.delete`\n    - `permission.find`\n    - `permission.current`\n    - `permission.verify`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullcontact%2Ffullcontact-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullcontact%2Ffullcontact-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullcontact%2Ffullcontact-java-client/lists"}