GET
/
credits
curl --request GET \
  --url https://app.qualitee.io/api/credits \
  --header 'Authorization: Bearer <token>'
{
  "credits": 123,
  "subscribed": true
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Renvoie le solde créditeur et l’état de l’abonnement.

The response is of type object.