Get recurring transaction templates

Retrieve all recurring transaction templates for an entity, including categorization rules and usage statistics

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity to get templates for
includeInactivebooleanOptionalDefaults to false
Whether to include inactive templates
streamIdstringOptional
Filter by specific stream ID

Response

Templates retrieved successfully
successboolean or null
templateslist of objects or null
summaryobject or null

Errors