cURL
curl --request GET \ --url https://api.veryfront.com/credits/packages \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "credits": 123, "price_eur": 123, "available": true } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
Returns available credit top-up packages
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Available packages
Show child attributes