Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.19 KB | None | 0 0
  1. Request:
  2.  
  3. Moya_Logger: [27/01/2020 11:28:33] Request: https://chatyoapp.com/new_user
  4. Moya_Logger: [27/01/2020 11:28:33] Request Headers: ["Content-Type": "application/json"]
  5. Moya_Logger: [27/01/2020 11:28:33] HTTP Request Method: POST
  6. Moya_Logger: [27/01/2020 11:28:33] Request Body: {
  7.   "app_version" : "3.001",
  8.   "device_version" : "13.1",
  9.   "iphone_number" : "iPhone8,4",
  10.   "user_id" : "106984904192411",
  11.   "access_token" : "EAAXqsnpKyskBACqjKsJ96vJY4ZBFUFzsW7izYRpZCGdCA6WZBOMvDwvWDPNU6IXRfC05HeaFjb9YnwfslUF0OsQZCBlfDoajiwxnVCZCuUo7qggJhN8VyBcw2ZC2SezPe0fx8Cwp16orl2TQlVUfLCyZC4FI9rUy28PR0ZA01Bk0WF4mPUrWCZBeOiqz4HM3fNSFhZCUEYZB8JTAZAaIx70jZBVJxT5ChZCJwLKZBNxHIZCZAjLyV4uI5ZBh6tq4Yk",
  12.   "device_type" : "OS\/iPhone"
  13. }
  14.  
  15. Response:
  16.  
  17. Moya_Logger: [27/01/2020 11:28:35] Response: <NSHTTPURLResponse: 0x2805e6d60> { URL: https://chatyoapp.com/new_user } { Status Code: 200, Headers {
  18.     "Access-Control-Allow-Origin" =     (
  19.         "*"
  20.     );
  21.     "Cache-Control" =     (
  22.         "no-store, no-cache, must-revalidate"
  23.     );
  24.     "Content-Length" =     (
  25.         600
  26.     );
  27.     "Content-Type" =     (
  28.         "text/html; charset=UTF-8"
  29.     );
  30.     Date =     (
  31.         "Mon, 27 Jan 2020 09:28:35 GMT"
  32.     );
  33.     Expires =     (
  34.         "Thu, 19 Nov 1981 08:52:00 GMT"
  35.     );
  36.     Pragma =     (
  37.         "no-cache"
  38.     );
  39.     Server =     (
  40.         Apache
  41.     );
  42. } }
  43. {
  44.   "status" : true,
  45.   "response" : {
  46.     "user_data" : {
  47.       "fname" : "Joshua",
  48.       "anon_profile_image" : "https:\/\/d14og2duypc7jk.cloudfront.net\/cc86e59fe177-43a9-94f8-0327076ae613.jpg",
  49.       "id" : 22682,
  50.       "permissions_status" : true,
  51.       "age" : 18,
  52.       "answers" : 0,
  53.       "is_anon" : false,
  54.       "register_time" : 1580117264,
  55.       "bio" : "",
  56.       "location" : "",
  57.       "superlike_in" : 0,
  58.       "questions" : 0,
  59.       "profile_image" : "https:\/\/d14og2duypc7jk.cloudfront.net\/a1b76f6392dcaa2e0d0ed461f7efdf685032a6ca5aa108ecde9aa2f3fdcd749b.jpeg",
  60.       "is_suspendend" : false,
  61.       "originFname" : "Joshua",
  62.       "anon_name" : "",
  63.       "superlike_out" : 0,
  64.       "gender" : "",
  65.       "name" : "Joshua Test"
  66.     },
  67.     "is_new_user" : false,
  68.     "nextStep" : "Continue"
  69.   }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement