Skip to content

user get picture

Hadrien Daures edited this page Apr 20, 2018 · 3 revisions

URL: POST: /user/get/picture

Request content:
{
    TOKEN: "the token"
}

Response content:
{
    STATUS: "the status code",
    PICTURE: "the picture encoded in base 64"
}
Clone this wiki locally