cURL
curl --request GET \ --url https://api.verifica.ia.br/api-keys/status \ --header 'Authorization: Bearer <token>'
200
Example
{ "hasApiKey": true, "apiKey": "vk_live_abc1...xyz9", "plan": "PRO", "hasApiAccess": true}
Retorna o status das API Keys do usuário autenticado
Token JWT obtido através do endpoint /auth/login.
/auth/login
Inclua o token no header: Authorization: Bearer SEU_TOKEN_JWT
Authorization: Bearer SEU_TOKEN_JWT
Status das API Keys
true
"vk_live_abc1...xyz9"
"PRO"