- 开发说明
- 项目案例(部分)
- 开发API
- 登录模块
- 联系人相关接口
- 群管理接口
- 消息模块
- 朋友圈模块
- 标签模块
- 个人模块
- 收藏夹模块
- 视频号模块
- 搜索视频号POST
- 获取视频号信息POST
- 创建视频号POST
- 发私信文本消息POST
- 发私信图片消息POST
- 获取私信人详情POST
- 获取私信SessionIdPOST
- 扫码登录视频号助手POST
- 视频-直接发布视频POST
- 关注/取消关注POST
- 获取用户主页POST
- 获取自己赞和收藏POST
- 视频-分享给好友POST
- 视频-分享到朋友圈POST
- 视频-评论列表POST
- 视频-点赞POST
- 视频-小红心POST
- 视频-评论POST
- 修改视频号资料POST
- 视频-浏览POST
- 关注列表POST
- 获取消息列表POST
- 我的二维码POST
- 扫码关注POST
- 扫码获取视频详情POST
- 扫码点小红心POST
- 扫码大拇指POST
- 扫码浏览POST
- 扫码评论POST
- 同步私信消息(临时停用)POST
- 视频-直接发布视频POST
- 视频-CDN上传视频(1)POST
- 视频-CDN异步上传视频POST
- 视频-CDN异步查询POST
- 视频-CDN发布视频(2)POST
获取视频号信息
POST
/finder/getProfile
基础API/视频号模块
请求参数
Header 参数
VideosApi-token
string
必需
示例值:
{{VideosApi-token}}
Body 参数application/json
appId
string
设备ID
示例
{
"appId": "{{appid}}",
"useProxy": true
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.videosapi.com/finder/v2/api/finder/getProfile' \
--header 'VideosApi-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"useProxy":true
}'
返回响应
🟢200成功
application/json
Body
ret
integer
必需
msg
string
必需
data
object
必需
signatureMaxLength
integer
简介内容最大长度
nicknameMinLength
integer
昵称最小长度
nicknameMaxLength
integer
昵称最大长度
userNoFinder
integer
必需
purchasedTotalCount
integer
必需
privacySetting
object
隐私设置
aliasInfo
array [object {3}]
身份信息
currentAliasRoleType
integer
当前身份类型
nextAliasModAvailableTime
integer
必需
actionWording
object
必需
userFlag
integer
必需
mainFinderUsername
string
必需
示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"mainFinderUsername": "v2_060000231003b20faec8cae7811bcadcc904efb0770fd600f70cfec5c128fc2ef6421e0c7a@finder",
"signatureMaxLength": 400,
"nicknameMinLength": 2,
"nicknameMaxLength": 30,
"userNoFinder": 0,
"purchasedTotalCount": 0,
"privacySetting": {
"exportJumpLink": "https://channels.weixin.qq.com/pdora/pages/biz-binding/exportdata.html"
},
"aliasInfo": [
{
"nickname": "苏生-服务支持",
"headImgUrl": "http://wx.qlogo.cn/mmhead/KydxAIB52xko9wNI4ias31aD9VtZOMr0NANibM6i5aHia40picngZg9tv2tk3ibID640oKc45NWIAkM/0",
"roleType": 1
},
{
"nickname": "苏生-服务支持",
"headImgUrl": "http://wx.qlogo.cn/finderhead/KydxAIB52xko9wNI4ias31X8kT3V99AyBwiamVfsoTfpCEXsOfLEVk6fX6hJd9mLeYyBrk1DZhc/0",
"roleType": 3
}
],
"currentAliasRoleType": 3,
"nextAliasModAvailableTime": 0,
"actionWording": {},
"userFlag": 20
}
}

产品可行性及API相关问题咨询

