How to Copy JSON Payload

Discord: Copy JSON Payload

This example is using Google Chrome

  1. Click F12 or Ctrl + Shift + I to open the DevTools

  2. Navigate to the Network tab

  3. Enter interactions in Filter and select Fetch/XHR

  4. Go back to Discord and click on the Button you want

  5. Now you should see a new row show up in Network tab with name interactions, click on it.

  6. Navigate to the Payload tab

  7. Click on view source that next to the Request Payload

  8. Select all the text in the payload and copy it

  9. Done. that's it!

Last updated