The list command is utilized to fetch a roster of available Secret Keys.

JSON Input Data Format
{}

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": [
        {
            "id": "V7c2b715ec-xxxx-xxxx-xxxx-a995732d1066",
            "operator": "V72625e2c1-xxxx-xxxx-xxxx-a63fb40f067b",
            "name": "mykey",
            "secret": {
                "iv": "76df1dbc9a944ef1045d38cf3b09e130",
                "content": "72e63fffc82c79"
            },
            "comments": "sample key"
        },
        ...
    ]
 }

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}