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
curl -X DELETE "https://zernio.com/api/v1/inbox/comments/string/string/like?accountId=string"{
"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.