Skip to main content
POST
/
api-keys
/
generate
Gerar API Keys
curl --request POST \
  --url https://api.verifica.ia.br/api-keys/generate \
  --header 'Authorization: Bearer <token>'
{
"apiKey": "vk_live_abc123def456...",
"apiSecret": "vsk_live_xyz789uvw012...",
"message": "API credentials generated successfully."
}

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

API Keys geradas com sucesso

apiKey
string
Example:

"vk_live_abc123def456..."

apiSecret
string
Example:

"vsk_live_xyz789uvw012..."

message
string
Example:

"API credentials generated successfully."