Preview Cohort
POST /v2/partner/cohorts/{id}/preview
Required scopes
partner:cohorts:execute
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | previewCohort |
| Tags | Audience |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| predicate_hash * | string | |
| total * | integer | |
| sample * | items[] | |
| computed_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| cost * | object |
Example request
POST https://api.digitalonboarding.com/v2/partner/cohorts/{id}/preview
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }