Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion mintlify/ramps/platform-tools/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ Always verify webhook signatures to ensure authenticity:

<Step title="Get public key">
Retrieve the Grid public key from your dashboard (provided during onboarding).
```javascript const publicKey = process.env.GRID_PUBLIC_KEY; ```

```javascript
const publicKey = process.env.GRID_PUBLIC_KEY;
```
</Step>

<Step title="Verify signature">
Expand Down
Loading