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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Available packages
Show child attributes