BooyahDocs/docs/users/blocks.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

496 B
Executable file

Blocks - Private

Request Method: GET

  • /users/userID/blocks = Get accounts accounts you have blocked
    • Response Example:

      {
          "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
          }]
      }