Skip to main content
GET
/
api-keys
/
status
Verificar Status das API Keys
curl --request GET \
  --url https://api.verifica.ia.br/api-keys/status \
  --header 'Authorization: Bearer <token>'
{
"hasApiKey": true,
"apiKey": "vk_live_abc1...xyz9",
"plan": "PRO",
"hasApiAccess": true
}

Authorizations

Authorization
string
header
required

Token JWT obtido através do endpoint /auth/login.

Inclua o token no header: Authorization: Bearer SEU_TOKEN_JWT

Response

Status das API Keys

hasApiKey
boolean
Example:

true

apiKey
string
Example:

"vk_live_abc1...xyz9"

plan
string
Example:

"PRO"

hasApiAccess
boolean
Example:

true