- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
职得身份认证查询接口
开发环境
开发环境
GET
/v3/zhima/customer/jobworth/authentication
zhima.customer.jobworth.authentication
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/zhima/customer/jobworth/authentication'
响应示例响应示例
200 - 示例 1
{
"identity_result": "SUCCESS/FAILED/WAITING_VERIFY",
"identity_result_skip_url": "alipays://platformapi/startapp?appId",
"open_id": "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5",
"token_status": "FINISH",
"user_id": "2088402562742105"
}
请求参数
Query 参数
conn_key
string
可选
once_token
string
可选
query_type
string
可选
identity_type
string
可选
service_id
string
可选
user_id
string
可选
open_id
string
可选
cert_no
string
证件号
cert_type
string
可选
返回响应
🟢200common response
application/json
Body
identity_result
string
可选
示例值:
SUCCESS/FAILED/WAITING_VERIFY
identity_result_skip_url
string
可选
示例值:
alipays://platformapi/startapp?appId
open_id
string
蚂蚁统一会员ID
示例值:
074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5
token_status
string
代表订单状态
示例值:
FINISH
user_id
string
蚂蚁统一会员ID
示例值:
2088402562742105
🔴500请求失败
修改于 2023-11-23 03:21:19