Fetch profiles with corresponding data
Endpoints
Network Mapper API
Find connected profiles with their connection details
POST
Fetch profiles with corresponding data
To see a full response of the POST endpoint of Network Mapper API see Models > ProfileDocumentation Index
Fetch the complete documentation index at: https://docs.theswarm.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Search query in the ElasticSearch Query DSL format. Find mapping here
Example:
{
"match": {
"profile_info.job_title": { "query": "Data Scientist" }
}
}
