Snapchat APIs

cristid9

Newbie
Joined
Dec 10, 2022
Messages
4
Reaction score
3
Hello,

Does anyone have access to the snapchat's mobile apis and can give the required headers (and how to obtain the values for those headers?). I've tried to reverse engineer the web based version but it's buggy at this time and the mobile version surpasses it in any way so mobile APIs should be more useful.

For example for login I understand this should be the API spec (method POST):
  • application_id: com.snap.framework
  • attestation:
  • device_id: Device ID (Example: 422167)
  • dsig:
  • dtoken1i:
  • fidelius_client_init:
  • height: Screen height (Example: 1920)
  • max_video_height: (Example: 1920)
  • max_video_width: (Example: 1080)
  • password: Snapchat password
  • reactivation_confirmed: false
  • req_token:
  • screen_height_in: (Example: 4.8031583)
  • screen_height_px: (Example: 1920)
  • screen_width_in: (Example: 2.6771703)
  • screen_width_px: (Example: 1080)
  • timestamp: The current time in Unix format
  • username: Snapchat username
  • width: Screen width (Example: 1080)

However this login api spec gives 403 unauthorized user. If someone can help with the detailed APIs spec I can write a multithreaded bot
 
Reversing the snapchat private api is the hardest thing to do tbh. They return 403 because you probably not giving the some of the true header parameter and that parameter is most probably hidden with a hard algorithm. So I would not try reverse it unless I don't know what I'm doing.
 
I know, I suck at reverse eng, that's whay I was asking for APIs specs. Can you help me with the specs via dm :D?
 
I know, I suck at reverse eng, that's whay I was asking for APIs specs. Can you help me with the specs via dm :D?
I'm not saying you are suck at it. I just want to say, even someone reversed it he/she won't share it you for free. I could not reverse it too :)
 
Back
Top