Advertisement
Guest User

Untitled

a guest
Aug 15th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. POST /api/2.0/authentication.json HTTP/1.1
  2. Host: portal.onlyoffice.com
  3. Accept: application/json,application/xml
  4. Accept-Encoding: gzip, deflate
  5. userName=yourusername&password=yourpassword
  6.  
  7. HTTP/1.1 200 Ok
  8. Cache-Control: private
  9. Content-Type: application/json; charset=utf-8
  10. {
  11. "count": 0,
  12. "startIndex": 0,
  13. "status": 0,
  14. "response": {
  15. "token": "sdjhfskjdhkqy739459234",
  16. "expires": "2013-01-13T16:35:42.7564317+04:00"
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement