谱蓝云 OpenAPI
  1. 企微客户
谱蓝云 OpenAPI
  • 接入指南
    • 基本概念介绍
    • 开发前必读
    • 获取 access_token
      GET
  • 回调通知
    • 客户
    • 组织架构
    • 商机
  • 获客拉新
    • 渠道活码
    • 加微任务
  • 客户管理
    • 企微客户
      • 获取客户商机记录
        POST
      • 更新客户资料
        POST
      • 更新客户标签
        POST
      • 创建客户动态
        POST
      • 获取客户标签数据
        GET
      • 获取客户资料信息
        GET
      • 获取客户关系与所在群聊
        GET
      • 开发中心-客户业务线归属
        POST
      • 搜索客户列表
        POST
      • 更新同步客户信息
        POST
    • 客户群
      • 客户群分页查询
    • 标签任务
  • 客户运营
    • 客户群发
    • 企微朋友圈
    • 群群发
      • 创建群群发任务
  • 营销活动
    • 营销 SOP
    • 直播管理
  • 内容中心
    • 基础素材
      • 创建基础素材
    • 自定义表单
      • 获取指定表单数据
  • 销售管理
    • 线索管理
      • 创建线索
    • 商机管理
      • 创建商机
      • 跟进商机
    • 工作日历
      • 创建日程
  • 会话存档
    • 聊天记录
      • 查询员工与客户的记录
  • 数据中心
    • 客户联系统计
  • 组织架构
  • 应用通知
    • 创建应用通知
  • 内部标签
    • 获取企业内部标签库
    • 添加内部标签
    • 编辑内部标签
    • 删除内部标签
    • 给线索打标签
    • 移除线索身上的标签
    • 给客户打标签
    • 移除客户身上的标签
  1. 企微客户

获取客户资料信息

开发中
GET
/open-api/customer/wecom/customer/get-customer-info-extend
最后修改时间:2024-10-22 04:48:47
该接口用于通过应用获取企业的客户资料信息。
该接口仅自建应用可用

请求参数

Query 参数
access_token
string 
必需
示例值:
{{access_token}}
customerId
string 
客户 Id
必需
示例值:
155649879961303265
Header 参数
Authorization
string 
可选
默认值:
Bearer {{auth_token}}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/open-api/customer/wecom/customer/get-customer-info-extend?access_token={{access_token}}&customerId=155649879961303265' \
--header 'Authorization: Bearer {{auth_token}}'

返回响应

🟢200成功
application/json
Body
code
integer 
状态码
必需
0 表示成功,非 0 表示失败
msg
string 
状态码描述
必需
data
object  | null 
必需
customerInfoExtend
array[object (InfoExtend) {12}] 
客户资料
必需
prospectInfoExtend
array[object (InfoExtend) {12}] 
线索资料
必需
mainType
string 
必需
示例
{
    "code": 0,
    "data": {
        "customerInfoExtend": [
            {
                "display": true,
                "required": true,
                "field": "name",
                "value": "张三",
                "fieldName": "姓名",
                "category": "string",
                "type": "2",
                "attribute": "string",
                "disabled": true,
                "frontStatus": "string",
                "options": "string",
                "maskStatus": 0
            }
        ],
        "prospectInfoExtend": [
            {
                "display": true,
                "required": true,
                "field": "name",
                "value": "张三",
                "fieldName": "姓名",
                "category": "string",
                "type": "2",
                "attribute": "string",
                "disabled": true,
                "frontStatus": "string",
                "options": "string",
                "maskStatus": 0
            }
        ],
        "mainType": "customer"
    },
    "msg": "success"
}
上一页
获取客户标签数据
下一页
获取客户关系与所在群聊
Built with