Returns the total number of transactions for the authenticated organization.
Optionally filter by afterDate to count only transactions created on or after a given date.
GET
/
v1
/
transactions
/
count
Count transactions
curl --request GET \ --url https://api.triqai.com/v1/transactions/count \ --header 'X-API-Key: <api-key>'