v1

latestOpenAPI 3.0.12026-07-26131186.5 KB
Prospect Lists

Continue prospect search

Continue with your previous search

post/api/prospects/continue_search

Request body

idinteger required

ID of the list you would like to continue searching

max_profilesinteger

The number of results to return, defaults to previous list's max_profiles

callback_urlstring

URL to send the list update to. If not provided, the default webhook URL configured in your account settings will be used.

Example request

{
  "id": 123,
  "max_profiles": 10
}

Response

successful

type'list'

Example response

{
  "status": {
    "code": 200,
    "message": "🧙 Wiza is working on it!"
  },
  "type": "list",
  "data": {
    "id": 15,
    "name": "VP of Sales in San Francisco",
    "status": "queued",
    "stats": {
      "people": 2,
      "credits": {
        "email_credits": 1,
        "phone_credits": 1,
        "export_credits": 1,
        "api_credits": {
          "email_credits": 2,
          "phone_credits": 5,
          "scrape_credits": 1,
          "total": 8
        }
      }
    },
    "enrichment_level": "partial",
    "email_options": {
      "accept_work": true,
      "accept_personal": true,
      "accept_generic": true
    },
    "report_type": "people"
  }
}