# Create

Launch stage: Public Preview

`POST /api/2.0/marketplace-provider/analytics_dashboard`

Create provider analytics dashboard. Returns Marketplace specific `id`. Not to be confused with the Lakeview dashboard id.

API scopes: marketplace

## Returns

- `id` (string, optional)

## Response

```json
{
  "id": "string"
}
```

