Русский
cURL
curl --request GET \ --url https://api.qudata.ai/v0/secrets \ --header 'X-Api-Key: <api-key>'
{ "ok": true, "data": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "user_id": "<string>", "secret_type": "ssh", "name": "<string>", "description": "<string>", "value": "<string>", "renter_id": "<string>" } ], "total_items": 0 }
Returns the list of available keys
Successful Response
Show child attributes