Skip to main content
POST
/
api
/
Search
Search for Contacts, Individuals or Entities
curl --request POST \
  --url https://api.virtuoussoftware.com/api/Search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "filterTypes": [
    "Contact",
    "Individual",
    "Campaign",
    "Project",
    "Segment",
    "Tag"
  ]
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Body

application/json
query
string
filterTypes
string[]

Response

default

Search for Contacts

Last modified on June 5, 2026