GET {{baseUrl}}/metrics/client_versions
Use this API to list all the client versions and its count. Prerequisites:
* A Business or a higher plan. Scopes: Rate Limit Label: dashboard_home:read:admin
,dashboard:read:admin
Heavy
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"client_versions": [
{
"client_version": "<string>",
"total_count": "<integer>"
},
{
"client_version": "<string>",
"total_count": "<integer>"
}
]
} |
ENDPOINTS