Unlike post
Remove this account's like from a post. Supported platforms: LinkedIn, Twitter/X,
Facebook, YouTube, Bluesky. On YouTube this clears the rating. For Bluesky,
likeUri (returned when the post was liked) is required. Reddit uses
POST /v1/accounts/{accountId}/reddit-vote with direction: 0.
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
Zernio post ID or the platform's native post ID
Query Parameters
(Bluesky only) The like URI returned when liking
Response Body
application/json
application/json
application/json
import Zernio from '@zernio/node';const zernio = new Zernio({ apiKey: process.env.ZERNIO_API_KEY });const { data } = await zernio.comments.unlikePost({ path: { postId: 'post_abc123', }, query: { accountId: 'account_abc123', },});console.log(data);{
"status": "string",
"postId": "string",
"platform": "string",
"liked": true
}{
"error": "string",
"type": "invalid_request_error",
"code": "string",
"param": "string",
"platform": "string",
"platformError": {},
"details": {}
}{
"error": "Unauthorized"
}Unlike comment DELETE
Remove a like from a comment. Supported platforms: Facebook, Twitter/X, Bluesky, Reddit, LinkedIn. For Bluesky, the likeUri query parameter is required.
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.