# Search Single Contact Find and enrich a single contact using various search criteria. You can search by name, email, LinkedIn URL, or company information. Search Tips: - Provide as much information as possible for better results - Use refreshJobInfo=true to get the latest employment data - Use filterBy parameter to specify what contact details you need Endpoint: GET /v2/person Version: 2.0.0 Security: ApiKeyAuth ## Query parameters: - `firstName` (string) The first name of the person Example: "Dustin" - `lastName` (string) The last name of the person Example: "Moskovitz" - `companyName` (string) The name of the company the person works at Example: "Lusha" - `companyDomain` (string) The domain name of the company Example: "lusha.com" - `email` (string) The email address of the person Example: "dustin@lusha.com" - `linkedinUrl` (string) The LinkedIn URL of the person Example: "https://www.linkedin.com/in/dustin/" - `refreshJobInfo` (boolean) Set to true to refresh and update the job details for the person. This ensures that outdated job information is replaced with the most recent data. Example: true - `filterBy` (string) Filters results based on specific contact details. Available options: - phoneNumbers: Only return contacts with phone numbers - emailAddresses: Only return contacts with email addresses By default, results will include contacts with at least one contact detail. Enum: "phoneNumbers", "emailAddresses" - `revealEmails` (boolean) Whether to reveal email addresses in the response Example: true - `revealPhones` (boolean) Whether to reveal phone numbers in the response Example: true ## Response 200 fields (application/json): - `contact` (object, required) The contact response object - `contact.error` (any, required) The error of the contact - `contact.isCreditCharged` (boolean, required) Indicates whether a credit charge was made for the contact Example: true - `contact.data` (any, required) The data of the contact and company ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields