Unsubscribe user from notifications

GET /v1/client/user/notifications/unsubscribe

This endpoint is used to unsubscribe the user from all notifications.

Query parameters

  • token string Required

    The app token provided by BitLabs.

  • uid string Required

    The user id of the user.

  • hash string Required

    The hash provided by BitLabs.

GET /v1/client/user/notifications/unsubscribe
curl \
 -X GET https://api.bitlabs.ai/v1/client/user/notifications/unsubscribe?token=string&uid=string&hash=string&token=api_token_value&uid=api_token_value