Skip to main content
GET
/
v1
/
account
Get account status
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>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication (e.g. "Bearer your-api-key")

Response

OK

billing_configured
boolean
billing_tier
string
email
string
portal_url
string