# How to 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`&#x20;
8. Select all the text in the payload and copy it
9. Done. that's it!

{% hint style="danger" %}
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.
{% endhint %}

![](https://i.imgur.com/c9mJVUm.png)

{% embed url="<https://youtu.be/yyEZJugjX-8>" %}
