# 获取第三方应用接口调用凭据

更新时间:2023-02-08 11:00:04

该接口用于获取第三方应用接口调用凭据。第三方应用接口调用凭据 component_access_token 是服务商进行后续授权步骤,以及调用第三方平台接口的必要条件。

注意:

1、每个 component_access_token 有效期是 2 小时。

2、每次获取 component_access_token,都会生成一个新的 component_access_token,与此同时老的 component_access_token 依然有效。

# 接口说明

请求头 说明
URL https://open.kuaishou.com/mp/tp/oauth/access_token
Method GET
Content-Type application/x-www-urlencode-form

# 请求参数

参数 是否必须 类型 备注
component_app_id string 第三方应用ID
component_app_secret string 第三方应用secret
component_verify_ticket string 快手平台推送的component_ticket

# 响应

参数 类型 描述
result number 状态码 1-成功 非1-错误码
errorMsg string 错误提示信息,参考常见错误码
componentAccessToken string accessToken
expiresIn number 有效期,单位为秒

示例:

{
    "result":1,
    "errorMsg":"错误提示信息",
    "componentAccessToken":"ABmpwfs23f4sdt45wEKJGDFSFWE4f",
    "expiresIn": 7200
}

# 错误码

参考常见错误码

Copyright ©2024, All Rights Reserved