Skip to main content
GET
/
credits
/
transactions
Get credit transaction history
curl --request GET \
  --url https://api.veryfront.com/credits/transactions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "userId": "<string>",
    "type": "tier_grant",
    "pool": "tier",
    "amount": 123,
    "description": "<string>",
    "createdAt": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Response

Transaction list

id
string
required
userId
string
required
type
enum<string>
required
Available options:
tier_grant,
purchase,
spend,
refund
pool
enum<string>
required
Available options:
tier,
purchased
amount
number
required
description
string | null
required
createdAt
string
required