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": "<string>",
      "credits": 123,
      "price_eur": 123,
      "available": true
    }
  ],
  "page_info": {
    "self": "<string>",
    "first": null,
    "next": "<string>",
    "prev": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Available packages

data
object[]
required
page_info
object
required