# Get Latest Version Provider Analytics Dashboard

Launch stage: Public Preview

`GET /api/2.0/marketplace-provider/analytics_dashboard/latest`

Get latest version of provider analytics dashboard.

API scopes: marketplace

## Returns

- `version` (int64, optional)
  version here is latest logical version of the dashboard template

## Response

```json
{
  "version": 0
}
```

