> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Referrer dashboard

> How to display a referrer their dashboard in-app

You may want to give referrers the ability to see the status of their referrals, the rewards they've earned, and encourage them to share again. The simplest way to do this is to provide a link or button in your app which takes the customer to a dashboard web view hosted by us.

<Warning>
  ### Authentication

  Our **[Dashboard endpoint](/api-reference/entry-point-api/referrer-dashboard#/)** requires an Authentication Token in the request. Click [here](/api-reference/entry-point-api/authentication-token#/) to find out how to generate it.
</Warning>

# How to add a link to the Referrer Dashboard

<Steps>
  <Step title="Call the Dashboard API">
    Call the Dashboard API passing parameters about the customer and the touchpoint. [See the reference instructions for the Dashboard API](/api-reference/entry-point-api/overview).
  </Step>

  <Step title="Handle the response">
    If available, Mention Me returns a URL to the web view and a piece of text which you can use for the call to action.

    If we return an HTTP error code (e.g. 404) you should not show anything - the dashboard is not available for that customer, your account, or that touchpoint.
  </Step>

  <Step title="Return to app">
    When the user has finished using their dashboard they will close the web view to return to the app.
  </Step>
</Steps>

What’s Next

View the Entry Point API reference

* [Referrer](/api-reference/entry-point-api/referrer-promotion)
