Skip to content

post get likes

Hadrien Daures edited this page Aug 10, 2018 · 2 revisions

URL: POST: /post-get-likes

Request content:
{
    TOKEN: "the token",
    POSTID: "the post id"
}

Response content:
{
    STATUS: "the status code",
    LIKES: 15 //the number of likes
}
Clone this wiki locally