cURL
curl --request POST \ --url https://api.ai2fin.com/api/custom-rules/{id}/execute \ --header 'Authorization: Bearer <token>'
{ "processed": 123, "updated": 123 }
Manually execute a custom rule on matching transactions
Documentation IndexFetch the complete documentation index at: https://docs.ai2fin.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ai2fin.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from /api/enterprise-auth/login endpoint. Use for standard API access and OAuth-based integrations.
Rule executed
Was this page helpful?