W3builders
AOP API

AOP API/Recurring Templates

Run Recurring Processor

GET/finance/recurring/process
cron secret or JWT

Runs all due templates, generating draft invoices/expenses and advancing schedules. Not for per-transaction use — this is a polling/cron endpoint.

Endpoint

GEThttps://api.w3builders.com/v1/finance/recurring/process
  • Accepts either a valid session JWT (scoped to your tenant) or an X-Cron-Secret header matching your server's CRON_SECRET.

Response parameters

FieldType
processedvalue
errorsarray
datevalue
Run Recurring Processor
curl -X GET https://api.w3builders.com/v1/finance/recurring/process \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ processed, errors[], date }"
}
Was this page helpful?