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

# Lifetime Stats

### POST /locations/:location\_id/dashboards/lifetime\_stats

This endpoint retrieves iframe for lifetime stats.

#### Parameters

* location\_id (required): The ID of the location for which lifetime stats dashboard are to be retrieved.

#### Response

* Content-Type: application/json

```json theme={null}
{
    "iframe": "string"
}
```
