Get all Customer Transactions
May 13th, 2024
get
api.withmono.com/v2/customers/{id}/transactionsv1.0
This resource retrieves all transactions performed by a customer via our payments products
Path Params
Query Params
Headers
Request
123456
curl --request GET \
--url https://api.withmono.com/v2/customers/{id}/transactions?period=last12months&page=1&account={accountId} \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'mono-sec-key: string' \
--data ''
Response
Choose an option from the drop down or click one of these buttons to see an example: