Cohort Intersect

POST /v2/partner/cohorts/intersect

Required scopes

partner:cohorts:execute

Tokens missing any required scope return 401 scope_missing. See Auth & Scopes for issuance.

Operation

Operation ID cohortIntersect
Tags Audience

Request body

Required

object
FieldTypeDescription
predicates *predicate[]

Responses

200
OK
object

CohortIntersection per RFC-cohort-dsl

Example request

POST https://api.digitalonboarding.com/v2/partner/cohorts/intersect
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>

{ /* request body matching schema above */ }