Skip to main content
POST
Create a company list build

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Required string length: 1 - 256
Example:

"US SaaS companies hiring engineers"

provider_id
string
required
Minimum string length: 1
Example:

"theirstack"

company_source_id
string
required
Minimum string length: 1
Example:

"search_companies"

filters
object
required
limit
integer
required
Required range: 1 <= x <= 65536
Example:

10000

Response

Default Response

id
string<uuid>
required
Example:

"018f23b7-92bb-7c64-a3d4-1ba53b8ad971"

status
enum<string>
required
Available options:
PENDING
Example:

"PENDING"