BooyahDocs/docs/users/received-likes-count.md
Fijxu 6905fea26d Users API folder update
The content of the Users API docs is still to be completed.
APIs that are from the same url were merged in the same file.
./docs/users.md not yet completed
2021-08-20 19:10:17 -04:00

12 lines
210 B
Markdown

# Recieved Likes Count - Public
Request Method: GET
* */users/`userID`/received-likes/count* = Get the channels followed by this user
* Response Example:
```js
{
"count": 1241
}
```