cURL
curl --request GET \ --url https://operator.io/api/cli/health \ --header 'Authorization: Bearer <token>'
{ "authenticated": true, "userId": "<string>", "planSlug": "<string>", "planName": "<string>", "hasPlan": true, "tokenLimit": 123 }
Validates the API key and returns account info. Useful for checking authentication before making other calls.
API key (ck_live_...). Create one in Settings > API Keys.
ck_live_...
Key is valid.