# Dashboard

When using cashback, customers sometimes need a dashboard to see the amount of transactions they've sent, their payouts&#x20;

You can generate signed-urls to allow customers to log into the merkle dashboard with following endpoint:

```
GET https://api.merkle.io/v1/source/<source id>/dashboard-url

Headers:
    Authorization: "<api secret key>

Response:
{
    url: "https://explorer.merkle.io/source/<source id>?token=<generated jwt 
}
```

This will display a dashboard with the list of transactions received and their status. The customer can also create a support ticket directly with us if they have any question.

<figure><img src="https://105549539-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYlxWHM1281Z3ZO0dZtW0%2Fuploads%2FIJK1zI73tHCe5Jc7By5Z%2FScreenshot%202023-11-03%20at%204.36.21%20PM.png?alt=media&#x26;token=31c4620d-23d3-4a26-841b-48ce560727b7" alt=""><figcaption><p>Transaction dashboard example</p></figcaption></figure>
