GET
/
v1
/
credits
/
history
Get credit transaction history
curl --request GET \
  --url https://api.getbluma.com/api/v1/credits/history \
  --header 'Authorization: Bearer <token>'
{
  "transactions": [
    {
      "id": "<string>",
      "type": "purchase",
      "amount": 123,
      "balance_after": 123,
      "description": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Response

200 - application/json

Credit transaction history

transactions
object[]
total
number