automation-hub
latest
false
Automation Hub API 的身份验证
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Automation Hub API 指南
Last updated 2024年7月3日
Automation Hub API 的身份验证
Automation Hub API 身份验证在每个请求的标头中使用简单的静态持有者令牌。 有关如何创建或查找令牌的信息,请参阅从 Automation Hub 生成令牌。
请求示例(发送到身份验证信息端点):
GET https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/openapi/authinfo
Content-Type: application/json
Authorization: Bearer 46b6c342-3ab4-11e9-9c19-37a2344a67e8/ce91aa04-fc61-49e9-bec5-cb237efb4bda
x-ah-openapi-auth: openapi-token
GET https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/openapi/authinfo
Content-Type: application/json
Authorization: Bearer 46b6c342-3ab4-11e9-9c19-37a2344a67e8/ce91aa04-fc61-49e9-bec5-cb237efb4bda
x-ah-openapi-auth: openapi-token
openapi-token
的x-ah-openapi-auth
值为静态。 授权持有者令牌是通过连接租户 ID、字符/
和令牌创建的。
例如 46b6c342-3ab4-11e9-9c19-37a2344a67e8/ce91aa04-fc61-49e9-bec5-cb237efb4bda,其组成如下:
- 租户 ID:
46b6c342-3ab4-11e9-9c19-37a2344a67e8
- 连接字符:
/
- 令牌:
ce91aa04-fc61-49e9-bec5-cb237efb4bda