get https://api-public.salesql.com/v1/persons/enrich
This endpoint allows you to enrich person by providing details such as First name, Last name, Full name, Organization name or Organization domain and the combination between them, the response include business data and contact information data such as emails and phone numbers.
Valid Query Parameter Combinations
To ensure a successful request the query string must contain at least one of the following valid parameter combinations:
- first_name, last_name, organization_name
- first_name, last_name, organization_domain
- full_name, organization_name
- full_name, organization_domain
Optional query string:
- match_if_direct_email =
true | false
- match_if_direct_phone =
true | false