cURL
curl --request GET \ --url https://backend.clipvision.ai/api/plan/expiration/ \ --header 'Authorization: Basic <encoded-value>'
{ "expired": false }
This API endpoint allows a user to check the expiration status of their current plan.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successfully checked the plan expiration status