Get recurring transaction templates

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

Authentication

AuthorizationBearer

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
templateslist of objects
summaryobject

Errors

400
Bad Request Error
500
Internal Server Error