Skip to main content
GET
/
api
/
plan
/
expiration
/
Check Plan Expiration API Endpoint
curl --request GET \
  --url https://backend.clipvision.ai/api/plan/expiration/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "expired": false
}

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 checked the plan expiration status

expired
boolean