cURL
curl --request GET \ --url https://api.pulze.ai/v1/billing/list-transactions \ --header 'Authorization: Bearer <token>'
{ "data": [] }
Lists the customer’s last 30 transactions (Payouts and Charges)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The list of Transaction items
Show child attributes
usd
"usd"
Was this page helpful?