Get transactions by month

Retrieves transactions for a specific month

Path parameters

idstringRequired

Company ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

monthstringRequired

Month in YYYY-MM format

Response

List of transactions for the specified month

transactionslist of objectsOptional
totalCountintegerOptional

Total number of transactions

monthstringOptional

Month in YYYY-MM format

Errors