How to Copy JSON Payload
Discord: Copy JSON Payload
This example is using Google Chrome
Click
F12orCtrl + Shift + Ito open the DevToolsNavigate to the
NetworktabEnter
interactionsin Filter and selectFetch/XHRGo back to Discord and click on the Button you want
Now you should see a new row show up in
Networktab with nameinteractions, click on it.Navigate to the
PayloadtabClick on
view sourcethat next to theRequest PayloadSelect all the text in the payload and copy it
Done. that's it!
DevTools will only start recording network requests once it is open, so you must open DevTools first before clicking the button; otherwise, the request won't show up.

Last updated