cURL
curl --request GET \ --url https://api.veryfront.com/credits/transactions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "user_id": "<string>", "type": "tier_grant", "pool": "tier", "amount": 123, "description": "<string>", "created_at": "<string>" } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
Returns paginated credit transaction history
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
1 <= x <= 100
x >= 0
Transaction list
Show child attributes