cURL
curl --request GET \ --url https://app.converza.io/api/openapi/v1/api-keys \ --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" } ] }
Lista todas as chaves API. Os segredos nunca são retornados nas respostas.
Token JWT obtido do endpoint /api/openapi/auth/token
Chaves API recuperadas com sucesso
true
Show child attributes
Was this page helpful?