获取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}} | 请求参数值不合法。请检查参数值的正确性后重试。 |