Get Audience Cohort
GET /v2/partner/audiences/{id}/cohort
Required scopes
partner:cohorts:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getAudienceCohort |
| Tags | Audience |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| id * | id | UUID v4. |
| type * | enum (1) | cohort |
| team_id * | id | UUID v4. |
| name * | string | |
| description | string | |
| predicate * | predicate | |
| predicate_hash * | string | |
| estimated_count | integer | |
| estimated_at | updated_at | RFC 3339 / ISO 8601 timestamp. |
| inserted_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| updated_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
404
Example request
GET https://api.digitalonboarding.com/v2/partner/audiences/{id}/cohort
Authorization: Bearer <partner-token>