RedNote · Get user profile

GET /v1/social/rednote/profile

Requires Bearer token authentication.

Endpoint#

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

Query parameters#

FieldTypeRequiredDescription
user_idstringUser ID, can be obtained from the sharing link of Xiaohongshu website. e.g. 5f4a10070000000001006fc7

Request example#

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

Response#

200

401