Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. http://api.loadrewards.com:80/api/fcm/
  2.  
  3. PUT /api/fcm/ HTTP/1.1
  4. Android-Device-Id: 359392074715572
  5. Accept: application/json
  6. Authorization: Token 8460a234bb4bc23b851d1892121f0455bfea4890
  7. Content-Type: application/json; charset=UTF-8
  8. Content-Length: 251
  9. Host: api.loadrewards.com
  10. Connection: Keep-Alive
  11. Accept-Encoding: gzip
  12. User-Agent: okhttp/3.7.0
  13.  
  14. {
  15. "dev_id":"fa292513-ccfe-45ed-a616-1b2b52aa8e14",
  16. "is_active":true,
  17. "name":"LoadRewards",
  18. "reg_id":"f8Z-4uGqjtk:APA91bGr_J7RXzJt-7l421NN7TO0at45OSLqE-R3BaJao6Jt8Ve3M5zpPm9bg74BdQcX44UedWsBLxnDP4y4lpkMQXCj4BRngnj4tOq8ZyqVVN6xZiLbfiTwrBCnnMxL_gOE_RTcN3yR"
  19. }
  20.  
  21. {
  22. "dev_id":"fa292513-ccfe-45ed-a616-1b2b52aa8e14",
  23. "reg_id":"f8Z-4uGqjtk:APA91bGr_J7RXzJt-7l421NN7TO0at45OSLqE-R3BaJao6Jt8Ve3M5zpPm9bg74BdQcX44UedWsBLxnDP4y4lpkMQXCj4BRngnj4tOq8ZyqVVN6xZiLbfiTwrBCnnMxL_gOE_RTcN3yR",
  24. "name":"LoadRewards",
  25. "is_active":true
  26. }
  27.  
  28. http://api.loadrewards.com:80/api/game/146/credits/
  29.  
  30. POST /api/game/146/credits/ HTTP/1.1
  31. Android-Device-Id: 359392074715572
  32. Accept: application/json
  33. Authorization: Token 8460a234bb4bc23b851d1892121f0455bfea4890
  34. Content-Type: application/json; charset=UTF-8
  35. Content-Length: 132
  36. Host: api.loadrewards.com
  37. Connection: Keep-Alive
  38. Accept-Encoding: gzip
  39. User-Agent: okhttp/3.7.0
  40.  
  41. {
  42. "ad_unit_id":"ca-app-pub-4249871257490504/9690829714",
  43. "game_id":146,
  44. "initial_free_token_id":"100e4569-def2-4b65-b59e-b7964ae91434"
  45. }
  46.  
  47. {
  48. "count":45,
  49. "game_credits":45,
  50. "game_credit_per_ad_view":10
  51. }
  52.  
  53. http://api.loadrewards.com:80/api/game/146/play/
  54.  
  55. POST /api/game/146/play/ HTTP/1.1
  56. Android-Device-Id: 359392074715572
  57. Accept: application/json
  58. Authorization: Token 8460a234bb4bc23b851d1892121f0455bfea4890
  59. Content-Type: application/json; charset=UTF-8
  60. Content-Length: 15
  61. Host: api.loadrewards.com
  62. Connection: Keep-Alive
  63. Accept-Encoding: gzip
  64. User-Agent: okhttp/3.7.0
  65.  
  66.  
  67. {
  68. "game_id":146
  69. }
  70.  
  71. {
  72. "game":146,
  73. "is_winner":false,
  74. "is_big_winner":false,
  75. "code":"8133d437-6d15-41f3-973c-bac67b932415",
  76. "game_credits":44,
  77. "game_completed_play_count":0,
  78. "game_abandoned_play_count":0
  79. }
  80.  
  81. http://api.loadrewards.com:80/api/game/146/end/
  82.  
  83. POST /api/game/146/end/ HTTP/1.1
  84. Android-Device-Id: 359392074715572
  85. Accept: application/json
  86. Authorization: Token 8460a234bb4bc23b851d1892121f0455bfea4890
  87. Content-Type: application/json; charset=UTF-8
  88. Content-Length: 47
  89. Host: api.loadrewards.com
  90. Connection: Keep-Alive
  91. Accept-Encoding: gzip
  92. User-Agent: okhttp/3.7.0
  93.  
  94. {
  95. "code":"8133d437-6d15-41f3-973c-bac67b932415"
  96. }
  97.  
  98. {
  99. "status":"ok",
  100. "game_credits":44,
  101. "code":"8133d437-6d15-41f3-973c-bac67b932415"
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement