Skip to main content
POST
Search for a person across Les Pages Rouges (OpenSearch) and Datagma. Both name-based sources are queried in parallel and results are merged via Golden Record dedup (pivot on name + postal code + city).
Address and email search are restricted, each behind its own permission flag. Only accounts with config.allowed_services.address_search: true may include an address field, and only accounts with config.allowed_services.email_search: true may include an email field. Requests that include a restricted field without the matching flag return 403 Forbidden. Name search (first_name + last_name) remains available to everyone.

Search modes

At least one mode must be provided. You can send any combination — name, address, email, or all together.

Request Body

data
object

Permissions

Address and email search are each gated by their own flag on the user document. They are independent — a user can have one, both, or neither.
Name search (first_name + last_name) requires no permission and is always available.

Credit Cost

Flat rate per search (charged only on page 1): Subsequent pages (2, 3, …) are free for the same search.

Request examples

Response

Response fields