To get your transactions, make a POST request to the following endpoint:
https://api.peach-in.com/v4/transactions/search
Request
Include your API key in the Authorization header of the request, as described in the Authorization section.
Response
A successful response to the get transactions endpoint will return the results in the JSON format. The response will include various details about the transactions and any associated details including pagination details.
If the response includes a paginationKey, it indicates additional results are available. To retrieve the next set of results, include the paginationKey in your subsequent request.