Skip to content

Get a Key



GET /api/v1/workspace/accesskey/{ak_uuid}/get

Overview

Retrieve a key

Route Parameters

Parameter Name Type Required Description
ak_uuid string Y UUID of the access key

Additional Parameter Notes

Request Example

curl 'https://openapi.guance.com/api/v1/workspace/accesskey/wsak_xxxxx/get' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

Response

{
    "code": 200,
    "content": {
        "createAt": 1677808718,
        "creator": "acnt_xxxx32",
        "creatorInfo": {
            "email": "88@qq.com",
            "iconUrl": "",
            "name": "88 Test",
            "username": "Test"
        },
        "deleteAt": -1,
        "id": 4,
        "name": "test",
        "sk": "xxxx",
        "status": 0,
        "updateAt": 1677808718,
        "updator": "acnt_xxxx32",
        "uuid": "wsak_xxxxx",
        "workspaceUUID": "wksp_xxxx32"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-652BF56F-67F6-4A08-AF35-2BDFDCF12D89"
} 

Feedback

Is this page helpful? ×