Transaction Summary
Get a summary of financial activity for a date range
Financial Overview: Get a concise summary of transaction totals across all your agents for any specified date range.
Request Headers
Your API key for authentication
Query Parameters
Start date for summary (ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ)
End date for summary (ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ)
Response
Total amount received by your agents during the period
Total amount spent by your agents during the period
Total number of transactions during the period
Status Codes
Status Code | Description |
---|---|
200 | Summary data retrieved successfully |
400 | Bad Request - Invalid or missing parameters |
401 | Unauthorized - User not authenticated |
500 | Internal Server Error |
All Agents Included: The summary automatically combines transactions across all your agents, providing a consolidated financial overview.
Zero Results: If no agents are found or no transactions exist for the specified period, the endpoint will return zeros for all values with a 200 status code.