POST
/
v2
/
my_subscribers
curl --request POST \
  --url http://127.0.0.1:9550/v2/my_subscribers \
  --header 'Content-Type: application/json' \
  --data '{
  "path": "<string>"
}'
{}

Get a list of users who are subscribed to content shared by the current user.

Body

application/json
path
string
required

Response

200
application/json
Successfully retrieved my subscribers
{key}
object[]