小红书 · 获取用户资料

GET /v1/social/rednote/profile

需要 Bearer Token 鉴权。

端点#

GET https://api.multipost.app/v1/social/rednote/profile

查询参数#

字段类型必填说明
user_idstringUser ID, can be obtained from the sharing link of Xiaohongshu website. e.g. 5f4a10070000000001006fc7

请求示例#

curl -X GET 'https://api.multipost.app/v1/social/rednote/profile' \
  -H "Authorization: Bearer YOUR_API_KEY"

响应#

200

401