OP 27 January, 2020 - 02:17 PM
(27 January, 2020 - 02:06 PM)Sartux Wrote: Show More(13 December, 2019 - 05:15 PM)Jotaro Kujo Wrote: Show MoreHi, do you guys have any idea on how to get a platform API if they won't share it? Thanks
You can't really get an 'API' as the whole point of an API is that its a set of commands which is shared by devs to the public to allow them to make programmatic queries.
You c an however use something like burpsuite or python requests to make your own requests/responses and see what works.
you can also check here for other services that have APIs as maybe there is something els eyou can use: https://www.programmableweb.com/apis/directory
Hey thanks for answering, actually I had a wrong concept on API in my head. What I'm now trying to learn is how to work with HTTP requests such as GET and POST