Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Enter your bearer token (your API key) in the Authorization header in the format Bearer {token}

Body

application/json
id
integer
required

ID of the list you would like to continue searching

Example:

123

max_profiles
integer

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

Example:

10

callback_url
string

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

Response

successful

status
object
type
enum<string>
Available options:
list
Example:

"list"

data
object