查询企业信息
调用该接口查询企业信息。
请求
| 基本 | |
|---|---|
| 请求方式 | GET |
| 请求地址 | /openapi/v3/accounts |
请求头
| 名称 | 类型 | 必填 | 描述 |
|---|---|---|---|
| Authorization | string | 是 | 值格式:Bearer {{access_token}}调用 API 时,需要通过访问凭证(access_token)进行身份鉴权,不同类型的访问凭证可获取的数据范围不同,参考 获取访问凭证 。 支持鉴权类型: • 应用级token:以应用身份调用 API,校验应用的数据访问范围。参考 获取企业内部应用access_token。 |
| Content-Type | string | 是 | 固定值:application/json; charset=utf-8 |
响应
响应体
1{2 "code": 0,3 "data": {4 "account": {5 "account_id": "",6 "domain": "string",7 "industry_type": "string",8 "logo_url": "string",9 "name": "",10 "create_union_id": "",11 "enterprise_size": "",12 "email_domains": ["222", "333"]13 }14 },15 "msg": "ok",16 "trace_id": "ae4bd3d6d939f7790fa354e2402450e0"17}
