Reverse engineering a website API
- Use devtools and preserve log in the network tab (Maybe don't need preserve log...)
- Click around
- Export HAR file
- Use har-to-openapi npm package to create an openapi spec
- Import in postman or https://scalar.com
- Explore the api
Sign in to leave a note.