|
Originally Posted by Reddit
Don't know if this helps, but I used a packet capture tool and this is some info captured on login (x's in place of stuff that can ID my account or stuff I didn't know about):
POST /sdk/v1/events/xxxxxxxxxx/ HTTP/1.1 X-US-Ref-Id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx Content-Type: application/json User-Agent: Android-23 Connection: close Content-Length: 1536 Host: single.upsight-api.com Accept-Encoding: gzip
{ "app.version" : "0.29.3", "app.token" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "sid" : "xxxxxxxxxxxxxxx", "device.os_version" : "6.0.1 23", "device.carrier" : "AT&T", "device.limit_ad_tracking" : false, "device.type" : "phone", "device.manufacturer" : "OnePlus", "bundle.schema_hash"xxxxxxxxxxx", "sdk.version" : "4.0.6", "device.jailbroken" : false, "device.hardware" : "A0001", "screen.scale" : 1.0, "device.connection" : "WIFI", "screen.dpi" : 480, "screen.width" : 1080, "screen.height" : 1920, "sdk.build" : "+release.677f23a", "device.os" : "android", "sdk.plugin" : "4.0.7", "ids.android_id" : "xxxxxxxxxxxxx", "app.bundleid" : "com.nianticlabs.pokemongo", "request_ts" : xxxxxxxxxx, "opt_out" : false, "identifiers" : "pub", "locale" : "en_US", "sessions" : [ { "events" : [ { "ts" : xxxxxxxxxx, "pub_data" : { }, "seq_id" : xxxxxxx, "type" : "upsight.comm.register", "upsight_data" : { "token" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxx" }, "user_attributes" : { "item_count" : 330, "pokecoin" : 0, "player_xp" : 1045010, "player_avatar" : 0, "player_level" : 26, "pokemon_count" : 117 } } ], "install_ts" : xxxxxxxxxxx, "past_session_time" : xxxxxxx, "session_num" : 143, "session_start" : xxxxxxx } ] }
|