AHUER.COM API Service
  1. Notification
AHUER.COM API Service
  • Authentication
    • User Sign In
      POST
    • User Sign Out
      GET
    • Get Current Token Info
      GET
    • Get Current User Info
      GET
    • User Sign Up
      POST
    • SuperTokens SignIn
      POST
    • SuperTokens SignUp
      POST
    • SuperTokens SignOut
      POST
    • Test Rbac Permissions
      POST
  • User
    • Get Me Info
      GET
    • Update Description
      POST
    • Add Contact Info
      POST
    • Get Contact Info
      GET
    • Remove Contact Info
      DELETE
    • Remove All Contact Info
      DELETE
    • Remove User
      DELETE
  • Item
    • Get Items Of User
      GET
    • Get Items Of User
      POST
    • Get Item Detailed Info
      GET
    • Add Item
      POST
    • Update Item
      POST
    • Remove All Items
      DELETE
    • Remove Items
      DELETE
    • Add Question
      POST
    • Get Questions Of Item
      GET
    • Answer Question
      POST
    • Delete Question
      DELETE
  • Favourite
    • Get Fav Items
    • Add Fav Item
    • Remove Favourite Items
    • Remove All Favourite Items
  • Trade
    • Start Transaction
    • Accept Transaction
    • Get Transactions
    • Cancel Transaction
    • Confirm Transaction
  • Notification
    • Send Notifications
      POST
    • Get User Notifications
      GET
    • Get User Notification By Id
      GET
    • Mark Notification Read
      POST
    • Read All Notifications
      POST
  • SuperToken
    • EmailPassword Recipe
      • signIn
      • signUp
      • emailExistsDepr
      • emailExists
      • passwordResetToken
      • passwordReset
    • TOTP Recipe
      • listTOTPdevices
      • createTOTPDevice
      • removeTOTPDevice
      • verifyTOTPDevice
      • verifyTOTP
    • MultiFactorAuth Recipe
      • getMFAInfo
    • Passwordless Recipe
      • passwordlessSignInUpStart
      • passwordlessSignInUpResend
      • passwordlessSignInUpConsume
      • passwordlessEmailExistsDepr
      • passwordlessEmailExists
      • passwordlessPhoneNumberExistsDepr
      • passwordlessPhoneNumberExists
    • Session Recipe
      • signout
      • refresh
    • ThirdParty Recipe
      • signInUp
      • authorisationUrl
      • thirdPartyCallbackApple
    • Multitenancy Recipe
      • loginmethods
    • EmailVerification Recipe
      • verifyEmailToken
      • verifyEmail
      • getVerifyEmail
    • JWT Recipe
      • getJWKS
    • OpenId Recipe
      • getOpenIdDiscoveryConfiguration
    • App API
      • exampleAppAPI
  • Search
    • Search Items By Name
    • Search Items By Tags
  1. Notification

Read All Notifications

Develop Env
http://localhost:8000
Develop Env
http://localhost:8000
POST
/notification/read_all
Mark all notifications as read of current signed in user.
Return BulkOpeartionInfo recording how many notifications has been read

Request

None

Request Code 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 'http://localhost:8000/notification/read_all'

Responses

🟢200OK
application/json
Successful Response
Body

Example
{
    "success": true,
    "operation": "string",
    "total": 0
}
Modified at 2024-12-11 01:16:41
Previous
Mark Notification Read
Next
signIn
Built with