cURL
curl --request GET \ --url https://app.converza.io/api/openapi/v1/api-keys/{keyId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "key_id": "cvz_key_abc123", "name": "Chave de Integração de Produção", "scope": "global", "is_active": true, "expires_at": "2023-11-07T05:31:56Z", "last_used": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } }
Obtém detalhes de uma chave API específica por ID
Token JWT obtido do endpoint /api/openapi/auth/token
ID da Chave API
"cvz_key_abc123"
Chave API recuperada com sucesso
true
Show child attributes
Was this page helpful?