Advertisement
Guest User

Bugaev1488

a guest
May 19th, 2019
1,409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. POST /v2/login/ HTTP/1.1
  2. Accept: application/json
  3. Content-type: application/json
  4. User-Agent: dik-dik/14
  5. Content-Length: 65
  6. Host: api.smsglobal.com
  7. Connection: Keep-Alive
  8. Accept-Encoding: gzip,deflate{
  9.  
  10. {
  11. "emailAddress": "kalilsantos@yahoo.com.br",
  12. "password": "raskol89"
  13. }
  14.  
  15. {"emailAddress":"kalilsantos@yahoo.com.br","password":"raskol89"}
  16.  
  17. HTTP/1.1 200 OK
  18. Date: Sun, 19 May 2019 22:15:21 GMT
  19. Server: Apache/2.4.18 (Ubuntu)
  20. Cache-Control: no-cache
  21. Access-Control-Allow-Origin: *
  22. X-Been-Served-By: api02
  23. Keep-Alive: timeout=5, max=85
  24. Connection: Keep-Alive
  25. Transfer-Encoding: chunked
  26. Content-Type: application/json
  27.  
  28. {
  29. "key": "a227a261b285875e25f0e1b1f13b4721",
  30. "secret": "c7719bdc1095820c5afbc961a77ffebf",
  31. "balance": 5.3360166,
  32. "countryCode": "BR",
  33. "name": "Kalil Santos",
  34. "timezone": "America/Sao_Paulo",
  35. "currency": "EUR",
  36. "paymentType": "PRE",
  37. "urlWhiteListed": true
  38. }
  39.  
  40.  
  41. 2
  42.  
  43. GET /v2/sms-incoming/?endDate=2019-05-20+08%3A13%3A03&startDate=2019-05-20+00%3A00%3A00&limit=20&offset=1 HTTP/1.1
  44. Accept: application/json
  45. Authorization: MAC id="a227a261b285875e25f0e1b1f13b4721", ts="1558303983", nonce="-307140249", mac="m3sdblVpuOM3ely96JuwQRsrV6zKoISXKjIXLhMH85o="
  46. Content-type: application/json
  47. User-Agent: dik-dik/14
  48. Host: api.smsglobal.com
  49. Connection: Keep-Alive
  50. Accept-Encoding: gzip,deflate
  51. HTTP/1.1 200 OK
  52. Date: Sun, 19 May 2019 22:15:24 GMT
  53. Server: Apache/2.4.18 (Ubuntu)
  54. Cache-Control: no-cache
  55. Access-Control-Allow-Origin: *
  56. X-Been-Served-By: api02
  57. Keep-Alive: timeout=5, max=82
  58. Connection: Keep-Alive
  59. Transfer-Encoding: chunked
  60. Content-Type: application/json
  61. {
  62. "total": 0,
  63. "offset": 1,
  64. "limit": 20,
  65. "messages": []
  66. }
  67.  
  68. 3
  69.  
  70.  
  71.  
  72.  
  73. Lastt
  74. GET /v2/sms/?endDate=2019-05-20+08%3A13%3A03&startDate=2019-05-20+00%3A00%3A00&status=noCredits&limit=20&offset=1 HTTP/1.1
  75. Accept: application/json
  76. Authorization: MAC id="a227a261b285875e25f0e1b1f13b4721", ts="1558303983", nonce="-1009852002", mac="mlDRkFYZmvenjI2p85GaM8ae92JIIsdG41ZwF3GlVTY="
  77. Content-type: application/json
  78. User-Agent: dik-dik/14
  79. Host: api.smsglobal.com
  80. Connection: Keep-Alive
  81. Accept-Encoding: gzip,deflate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement