Skip to main content
GET
/
v1
/
account
/
credits
Check credits
curl --request GET \
  --url https://api.speedvitals.com/v1/account/credits \
  --header 'X-API-KEY: <api-key>'
{
  "lighthouse": {
    "available_credits": 100,
    "available_paid_credits": 0
  },
  "ttfb": {
    "available_credits": 32,
    "available_paid_credits": 0
  },
  "credits_refill_date": "1657535713"
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

A credits data object to be returned

An object containing information about the remaining lighthouse and ttfb credits

lighthouse
object
ttfb
object
credits_refill_date
string
Example:

"1657535713"