Method: /search
From Videntity Documentaion Wiki
URL: https://vidapi.com/search
Definition: Search tool that searches our database for current users.
Request Type: POST
Content-Type: application/x-www-form-urlencoded
Arguments: 1 (required), 7 (optional)
- user_type (required): type of Videntity user AGENT or POP. The user_type tells the Videntity server to do specific things like say affiliation during phone calls.
- AGENT = Agent ~ agents have associated entities (i.e. Dr. John Doe with agent_entity Hospital X)
- POP = population ~ general public population (i.e. Mr. John Doe)
- agent_entity (optional): Entity of the agent.
- first_name (optional): first name of the user
- last_name (optional): last_name of the user
- birthdate (optional): birthdate of the user in mmddyyyy format
- zip_code (optional): zip code of the user in XXXXX or XXXXX-XXXX format
- automated_phone_number (optional): user's main phone number in XXX-XXX-XXXX format (i.e. 304-291-2480)
- sms_number (optional): user's main text message number in XXX-XXX-XXXX format (i.e. 304-291-2480)
