Advertisement
sssandyad

v2/signup/user

Aug 14th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. // Example: POST v1/signup/user
  2. //  --BODY--
  3. // username: cobalagi12345
  4. // password: kaskus
  5. // identifier: cobalagi12345@gmail.com
  6.  
  7. {
  8.     "result": "ok",
  9.     "identifier": {
  10.       "type": 1, //0 = phone, 1 = email
  11.       "masked": "c************@*********"
  12.     },
  13.     "auth": {
  14.       "type": "oauth1",
  15.       "key": "f052fbc41ba1a660f740818bbbfa1a",
  16.       "secret": "b5cada45ce2926c9dcaa6cd6a038e2"
  17.     },
  18.     "user": {
  19.       "id": "10309921",
  20.       "usergroup_id": "3",
  21.       "username": "cobalagi12345"
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement