Skip to main content
GET
/
credits
/
transactions
List credit transactions
curl --request GET \
  --url https://api.ngrok.ai/credits/transactions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "type": "credits",
      "amountCents": 1,
      "createdAt": "2023-11-07T05:31:56Z",
      "expiresAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

The credit transaction history.

items
object[]
required

Credit transactions, ordered newest first.