You need to enable JavaScript to run this app.
导航
GetApiKey - 获取临时API Key
最近更新时间:2024.11.01 19:44:41首次发布时间:2024.05.15 01:48:34

获取apikey,用于在有效期内申请指定的endpointId的调用鉴权

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

GetApiKey

要执行的操作,取值:GetApiKey。

Version
String

2024-01-01

API的版本,取值:2024-01-01。

DurationSeconds
Integer

86400

token有效期 单位是s,允许范围0-30d(2592000s)

ResourceType
String

endpoint

资源类型,如 endpoint、bot、action

ResourceIds
Array of String

["ep-1", "ep-2"]

资源的ID列表

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
ExpiredTime
Integer

-

Apikey过期时间,RFC3339格式

ApiKey
String

-

ApiKey

请求示例

{
    "DurationSeconds": 955101420759544063,
    "ResourceType": "w4S5fZqPZS",
    "ResourceIds": [
        "AXvry60EXb"
    ]
}

返回示例

{
    "ApiKey": "XgJNP9Gspy",
    "ExpiredTime": 6284803330771822476
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
InvalidParameter.{{Parameter}}
The specified parameter {{Parameter}} is invalid.

请求参数值不合法。请检查参数值的正确性后重试。