Users who liked a Post or Reply
Endpoint allows to get users who liked existing post or Reply
Get users who liked post or reply
GET
https://api.whisk.com/v2/reaction/users
Method allows to get user list who liked reply or post.
Headers
Name
Type
Description
Authorization*
String
User Access token to authorize the API usage. For more information, see Authentication
Request Body
Name
Type
Description
reply
String
If object is a reply
target*
Object
An object for like attribute
post
String
If object is a post
paging
Object
Pagination object
limit
Int
Number of results to get on a page
cursors
Object
Cursors object
before
String
This parameter is used for cursor-based pagination.
after
String
This parameter is used for cursor-based pagination.
Request body
Sample request and response
Last updated