v1/user/friends

View Friends

POST https://api.brickverse.co/v1/user/friends

This endpoint allows you to see active-friends.

Request Body

NameTypeDescription

target

number

UserId of the user

{
    "status": "success",
    "data": [{
        "username": "nate",
        "id": "6",
        "avatar_url": "https:\/\/brickverse.co\/assets\/img\/male.png"
    }]
}

Operational as 6/28/2021 2:44 AM PDT.

Last updated