---
title: 认证接口二（免登录 JWT token 方式）
description: GET /api/authorizeByJWT.do：认证接口二（免登录 JWT token 方式） 接口说明，包含路径、方法、参数和返回信息。
slug: api-get-api-authorizebyjwt-do
lang: zh
category: 认证 API
category_order: 8
order: 101
api_method: GET
api_path: /api/authorizeByJWT.do
api_label: 认证接口二（免登录 JWT token 方式）
keywords:
  - API
  - 认证接口二（免登录 JWT token 方式）
  - /api/authorizeByJWT.do
---

# 认证接口二（免登录 JWT token 方式）

| 属性 | 值 |
| --- | --- |
| HTTP 方法 | `GET` |
| 接口路径 | `/api/authorizeByJWT.do` |
| 所属分类 | 认证 API |

## 接口说明

接口路径：`/api/authorizeByJWT.do`

HTTP 方法：`GET`

所属小节：认证接口一（登录回调方式）


#### HTTP 请求方式

GET
#### URL 参数

参数名 Comment(说明)
response_type 必须为 code（必填） string
client_id 开发者的 id（必填） string
jwt_token Jwt token，（必填） string
是对{client_id: xxxxxxx} 加密 形成的字符串
email email(可选), 传入用户的邮箱，以该用户进行登录，不填以企业管理员进行登录，string
phone phone(可选), 传入用户的手机号，以该用户进行登录，不填以企业管理员进行登录，
string
babelId babelId(可选), 传入用户的工号，以该用户进行登录，不填以企业管理员进行登录，
string

## 调用说明

- 调用前需完成 [获取 token](api-post-api-token-do.md) 或相应免登录认证，并在请求 Header 中携带 `Authorization: Bearer <access_token>`。
- 参数和返回字段如因部署版本存在差异，应以实际私有云 API 文档和联调结果为准。
- 所属分类：认证 API。
