comments
Unlike comment
Remove a like from a comment. Supported platforms: Facebook, Twitter/X, Bluesky, Reddit. For Bluesky, the likeUri query parameter is required.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
postIdstring
commentIdstring
Query Parameters
accountIdstring
likeUri?string
(Bluesky only) The like URI returned when liking
Response Body
application/json
application/json
import Zernio from '@zernio/node';const zernio = new Zernio({ apiKey: process.env.ZERNIO_API_KEY });const { data } = await zernio.comments.unlikeInboxComment({ path: { postId: 'post_abc123', commentId: 'comment_abc123', }, query: { accountId: 'account_abc123', },});console.log(data);{
"status": "string",
"commentId": "string",
"liked": true,
"platform": "string"
}Empty
{
"error": "Unauthorized"
}Empty
Unhide comment DELETE
Unhide a previously hidden comment. Supported by Facebook, Instagram, Threads, and X/Twitter.
List reviews GET
Fetch reviews from all connected Facebook Pages and Google Business accounts. Aggregates data with filtering and sorting options. Supported platforms: Facebook, Google Business.