List Templates
GET /v2/partner/templates
Required scopes
partner:templates:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | listTemplates |
| Tags | Campaigns |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| — | |||
| page[after] | query | string | |
| page[before] | query | string | |
| — | |||
| — | |||
| meta | query | string | Request count rollup in response meta. |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| data * | object[] | |
| page * | page | |
| meta | object |
400
Validation, sort/filter, or window error.
schema
401
Missing/expired token, or scope missing.
schema
429
Rate limit exceeded. See Retry-After + RateLimit-* headers.
schema
Example request
GET https://api.digitalonboarding.com/v2/partner/templates?<query-params>
Authorization: Bearer <partner-token>