curl --request GET \
--url http://localhost:3000/api/v1/auth/status \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"providers": {}
}
}Returns per-provider auth health: config key, env var, OAuth profiles (metadata only — tokens never exposed), cooldown/billing status.
curl --request GET \
--url http://localhost:3000/api/v1/auth/status \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"providers": {}
}
}