BooyahDocs/docs/users/received-likes-count.md

13 lines
210 B
Markdown
Raw Normal View History

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