v2

latestOpenAPI 3.1.02026-07-262653151.5 KB
network-mapper

Find connected profiles (network mapper)

Find connected profiles, with it's connection details

post/v2/profiles/network-mapper

Request body

queryobject required

Search query in the ElasticSearch Query DSL format. Find mapping here

mapping_company_websitestring

Website of the company to map network for (optional)

callback_urlstring

URL to call when async mapping completes (optional)

Example request

{
  "query": {
    "match": {
      "profile_info.job_title": {
        "query": "Data Scientist"
      }
    }
  }
}

Response

list of found profiles that are connected to your team, and match your query

countinteger required
total_countinteger required