- List all template versions (v2)
Management
Content
Syntax
Rendering Context
List template descriptors
Create template descriptor
Delete template descriptor
Get template descriptor
Update template descriptor
List template versions for descriptor
List all template versions (Deprecated)
Create template version
Export all template descriptors and versions
Import exported template descriptors and versions
Get template version
Update template version
Activate template version
Render template version preview
Render template version
List context vars for template version
Delete template version (no longer supported)
List all template version...
List all Templates Versions for all Template Descriptors.
Security
oauth2(Required scopes: communicator.template:read) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/v2/communicator/templates?limit=25&startingAfter=string&endingBefore=string&includeContextVars=false&includeContents=true&subject=annualPrivacyPolicyNotice&channel=voice' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "status": 0, "data": [ { … } ] }