Skip to content

Instantly share code, notes, and snippets.

@zaersk
Last active August 29, 2015 14:04
Show Gist options
  • Save zaersk/649375cc767b017640a3 to your computer and use it in GitHub Desktop.
Save zaersk/649375cc767b017640a3 to your computer and use it in GitHub Desktop.
Instagram Bolt Endpoints (WIP)
Instagram Bolt (“Pepper”) Endpoints
WIP by @zaersk_ 07/29/2014
Messages:
http://pepper.instagram.com/messages/
http://pepper.instagram.com/messages/<postId>/reply/
http://pepper.instagram.com/messages/<postId>/seen/
http://pepper.instagram.com/messages/<postId>/undo/
Authentication:
http://pepper.instagram.com/auth/
http://pepper.instagram.com/auth/confirm-code/
http://pepper.instagram.com/auth/request-code/
http://pepper.instagram.com/auth/register/
Contacts:
http://pepper.instagram.com/contacts/
http://pepper.instagram.com/contacts/update
Users:
http://pepper.instagram.com/users/
http://pepper.instagram.com/users/blocked/
http://pepper.instagram.com/users/exist/
http://pepper.instagram.com/users/favorites/
http://pepper.instagram.com/users/recent/
http://pepper.instagram.com/users/self/
http://pepper.instagram.com/users/update-device/
Headers?:
Authorization : Token <token>
FavoritePepper : Jalapeno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment