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

Sales Nav Search

PreviousSocial SearchNextGet Linkedin Profile

Last updated 5 months ago

Sales Nav Search

Input a Sales Nav Lead Search URL and returns the contacts in the search.

  • Sales Nav Search
  • POSTSn Search

Sn Search

post
Body
sales_nav_people_search_urlstringRequired
api_keystringRequired
user_idstringRequired
no_of_pageintegerOptionalDefault: 1
list_nameany ofOptional
stringOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
POST /sn_search HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 106

{
  "sales_nav_people_search_url": "text",
  "api_key": "text",
  "user_id": "text",
  "no_of_page": 1,
  "list_name": "text"
}

No content