Skip to main content
GET
/
api
/
credits
/
history
/
Get Credits History API Endpoint
curl --request GET \
  --url https://backend.clipvision.ai/api/credits/history/ \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "date": "<string>",
    "paymentRedeemed": true,
    "isPaymentValid": true,
    "totalCredits": 123,
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successfully retrieved credits history

date
string
paymentRedeemed
boolean
isPaymentValid
boolean
totalCredits
number
description
string