List Template Targeting Groups
GET /v2/partner/templates/{template_id}/targeting-groups
Required scopes
partner:templates:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | listTemplateTargetingGroups |
| Tags | Operations |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| template_id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| data * | TargetingGroup[] | |
| page * | page |
Example request
GET https://api.digitalonboarding.com/v2/partner/templates/{template_id}/targeting-groups
Authorization: Bearer <partner-token>