# Read-Only Review Signed URL

The Read-Only Review Signed URL is a tool for integrating a web view of our Transactions table directly into an existing website. The Transactions table provides every data point that MoneyThumb has been able to extract from parsed bank statements in a Read-Only format to prevent changes.

## Integrating the Read-Only Review Signed URL

Before integrating, reach out to [MoneyThumb Support](https://www.moneythumb.com/support/) to whitelist your domains for this capability.

Once your domains are whitelisted, do the following:

1. Use the [Signed URL](https://docs.moneythumb.com/pdf-insights/api-reference/other/signedurl) endpoint to request a URL with a `landingName` equal to `SIGNED_REVIEW` for an existing application in MoneyThumb’s system.
2. On a web platform, inject the URL into an iframe by adding it to the `src` attribute.


### Example


```
<iframe src="{inject the url here}" />
```

### Result

Using the above steps adds a view onto a webpage that looks like this:

img