Parvenu API Docs
  • Parvenu API
  • Getting Started
    • Authentication
  • API Reference
    • Domain Enrichment
    • Social Search
    • Sales Nav Search
    • Get Linkedin Profile
  • Login
  • Help Center
Powered by GitBook
On this page
  1. API Reference

Domain Enrichment

Pass a domain to get contact and company data back.

PreviousAuthenticationNextSocial Search

Last updated 16 days ago

Domain Search2

post

Searches the for the data related the :param cred: credentials passed to do the search :return: the data got from the search

Body
domain_credstringRequired
api_keystringRequired
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
POST /domain_search2/ HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 39

{
  "domain_cred": "text",
  "api_key": "text"
}

No content