ListWebKeys
List Web Keys
List all web keys and their states.
Required permission:
iam.web_key.read
Response Body
application/json
application/json
curl -X GET "https://loading/v2/web_keys"{
"webKeys": [
{
"id": "string",
"creationDate": "1s",
"changeDate": "1s",
"state": "STATE_UNSPECIFIED",
"ecdsa": {
"curve": "ECDSA_CURVE_UNSPECIFIED"
}
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?