Skip to main content
GET
/
credits
/
packages
List credit packages
curl --request GET \
  --url https://api.veryfront.com/credits/packages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "small",
      "credits": 100,
      "price_eur": 5,
      "available": true
    }
  ],
  "page_info": {
    "self": "<string>",
    "first": null,
    "next": "<string>",
    "prev": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Response

200 - application/json

Available credit packages

data
object[]
required
page_info
object
required

Pagination cursor values for traversing the result set.