Skip to content

Push notifications

Overtorment edited this page Sep 7, 2021 · 3 revisions

How to test push notifications

we have 4 pushtypes. an example of valid json for pushtype 1 would be:

{
  "type": 1,
  "token": "dXqMjJ_BSWuGLvKdbuSqUh:APA91bFcmvYJk_SF8qFBK8xm1qLx2x7uqt8fPpJesRXynq23DFxLKEL8KTe7ZXtPmnLGHlKmYpqOexJ0aNQXZOTP24LM_DLgeyqpb4hP2vna0I59GEc1RMTTKEzHrCVws1ON4rORby8r",
  "os": "android",
  "badge": 0,
  "level": "transactions",
  "sat": 666,
  "hash":"hash",
  "memo": "ololo"
}