v2
latestOpenAPI 3.1.02026-07-2626156230.6 KBSegmentation
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
Example request
{
"domains": [
"stripe.com",
"twilio.com"
],
"type": "positive"
}Response
Successful Response