cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/billing-accounts/{id}/credit-balance-transactions \ --header 'Authorization: <api-key>'
{ "creditBalanceTransactions": [ { "amount": { "value": "<string>" }, "createTime": "2023-11-07T05:31:56Z", "description": "<string>", "id": "<string>" } ], "hasMore": true }
Lists credit balance transactions for a billing account.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?