BooyahDocs/docs/users/blocks.md

18 lines
496 B
Markdown
Raw Normal View History

# Blocks - Private
2021-08-19 00:24:29 -04:00
Request Method: GET
* */users/`userID`/blocks* = Get accounts accounts you have blocked
* Response Example:
```js
{
"block_list": [{
"blocked_uid": "12345678", //userID of the blocked user
"nickname": "Thisismynickname", // Nickanem of the blocked user
"source": 0 // From booyah files -> // 0: MAMBETTV, 1: YOUTUBE, 3:FACEBOOK
// MAMBETTV is the old name of booyah
}]
}
```