Skip to main content
POST
Gerar API Keys

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."