Halal Navi API
  1. Device 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
    • Edit review
    • Remove review
    • Get a review
    • Like a review
    • Unlike a review
    • Review like list
    • Add review comment
    • Edit review comment
    • Delete review comment
    • Get comments list for a review
    • Review comment like
    • Review comment unlike
    • Get likes list for a comment
    • Get review feed
    • Get random review
    • Review add share
  • Device API
    • Register device
      POST
    • Get user devices
      GET
    • Get device info
      GET
    • Device update token
      POST
    • Get device token
      GET
    • Device login
      POST
    • Device logout
      POST
    • Device update PN count
      POST
  • 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. Device API

Device update PN count

POST
https://api-test2.halal-navi.com/v1.5/device/updatepncount
device update PN count

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/device/updatepncount?key'

Responses

🟢200Successful operation
application/json
Body
object {0}
Example
{}
Modified at 2024-10-10 06:26:09
Previous
Device logout
Next
Get Country List
Built with