curl --location --request GET 'https://api-kr.iwinv.kr/v1/auth/ssh_key?name=&page_no=&page_size=' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}'
{
"code": "0x00",
"error_code": "SUCCESS",
"message": "",
"result": [
{
"ssh_key_id": "RIP-yESd37HvkfmDYXiEtoZqS",
"name": "Linux PC",
"start_date": "2024-09-20 10:33:20"
},
{
"ssh_key_id": "RIP-4TL2wuoVWc0P96NxqMkRlW",
"name": "Personal MacBook",
"start_date": "2024-09-30 20:11:16"
}
],
"count": 2,
"page_no": 1,
"page_size": 10
}