cURL
curl --request GET \ --url https://api.chicklet.io/v1/account \ --header 'Authorization: Bearer <token>'
{ "billing_configured": true, "billing_tier": "<string>", "email": "<string>", "portal_url": "<string>" }
Get the authenticated user’s account and billing status
Bearer token authentication (e.g. "Bearer your-api-key")
OK