Halal Navi API
  1. Review API
Halal Navi API
  • User API
    • Register a user
      POST
    • Edit user
      POST
    • Get user ID
      GET
    • Get user profile
      GET
    • Follow user
      POST
    • Follow all users
      POST
    • Unfollow user
      POST
    • Get follow status
      GET
    • Get user friend list
      GET
    • Get user follower list
      GET
    • Get user social friend list
      GET
    • Get user suggested user list
      GET
    • Get bookmark status
      GET
    • Get bookmark list
      GET
    • Get user review list
      GET
    • Verify user email
      POST
    • User login
      POST
    • User Password Reset Mail
      POST
    • User reset password
      POST
    • User add invite
      POST
    • User remove invite
      POST
    • User invite list
      GET
    • Get user invite user list
      GET
    • Get user notification list
      GET
    • User Notification Read
      POST
    • User Notification Unviewed Count
      POST
    • User been here
      POST
    • User undo been here
      POST
    • User Search
      GET
  • Restaurant API
    • Bookmark shop
    • Unbookmark shop
    • Add new shop
    • Get shop list
    • Get a shop
    • Get shop reviews
    • Get shop photo list
    • Shop search
    • Get shop by station
    • Get shop suggest
    • Upload shop menu
    • Remove shop menu
    • Get shop photo list Copy
  • Review API
    • Add review
      POST
    • Edit review
      POST
    • Remove review
      POST
    • Get a review
      GET
    • Like a review
      POST
    • Unlike a review
      POST
    • Review like list
      GET
    • Add review comment
      POST
    • Edit review comment
      POST
    • Delete review comment
      POST
    • Get comments list for a review
      GET
    • Review comment like
      POST
    • Review comment unlike
      POST
    • Get likes list for a comment
      GET
    • Get review feed
      GET
    • Get random review
      GET
    • Review add share
      POST
  • Device API
    • Register device
    • Get user devices
    • Get device info
    • Device update token
    • Get device token
    • Device login
    • Device logout
    • Device update PN count
  • List API
    • Get Country List
    • Get country's name
    • Get list of regions
    • Get list of prefecture by region
    • Get list of areas by prefecture
  • Misc API
    • Get image proxy
    • Get review image proxy
  1. Review API

Unlike a review

POST
https://api-test2.halal-navi.com/v1.5/review/unlike
unlike a review

Request

Authorization
Add parameter in query
key
Example:
key: ********************

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-test2.halal-navi.com/v1.5/review/unlike?key'

Responses

🟢200Successful operation
application/json
Body
object {0}
Example
{}
Modified at 2024-10-10 03:03:58
Previous
Like a review
Next
Review like list
Built with