v2

latestOpenAPI 3.1.02026-07-2626156230.6 KB
Segmentation

Add domains to the positive or negative list of a segmentation

Append domains to the positive or negative list of an existing segmentation to steer future results toward good-fit companies and away from poor-fit ones.

post/v2/segmentation/{segmentation_id}/markDomains

Path parameters

segmentation_idinteger required

Query parameters

apiTokenstring nullable

Headers

x-api-tokenstring nullable

Request body

domainsstring[] required

Domains to add to the positive or negative list.

type'positive' | 'negative' required

Whether these domains are a good fit (positive) or a poor fit (negative).

Example request

{
  "domains": [
    "stripe.com",
    "twilio.com"
  ],
  "type": "positive"
}

Response

Successful Response

statusstring required