# Public Dashboard

## Get Dashboard Link

<mark style="color:green;">`GET`</mark> `/dashboard_url`

Returns a personalized dashboard url you can use anywhere to display your impact. Comes with various translations and a language switcher option by default.

**Headers**

| Name            | Value              |
| --------------- | ------------------ |
| Content-Type    | `application/json` |
| Authorization\* | `<API Key>`        |

**Response**

{% tabs %}
{% tab title="200" %}

```json

{
  "dashboard_url": "https://dashboard.thegoodapi.com/xxxxxxxxx?source=apiv2",
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}

<figure><img src="https://2571942105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mhp_dgk-wkn5czGfnLC%2Fuploads%2FaEwb5DsLLRzJnOWKu0Dc%2Fe499a14677971b0de869a077293a54b2.png?alt=media&#x26;token=d58f9543-5f4c-490f-83f0-7497931290a8" alt=""><figcaption></figcaption></figure>
