curl --request GET \
--url https://api.fernhq.com/transactions \
--header 'Authorization: Bearer <token>'List all transactions for a customer with pagination
curl --request GET \
--url https://api.fernhq.com/transactions \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.fernhq.com/llms.txt
Use this file to discover all available pages before exploring further.
To authenticate server-side requests
Token for forward pagination
Number of items per page (default: 10, max: 100)
x >= 1Customer to list transaction for
Payment account to list transaction for
Organization to list transactions for
Response schema for listing transactions with pagination
Was this page helpful?