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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
x >= 0
Transaction list
Show child attributes