cURL
curl --request GET \ --url https://api.example.com/api/dashboards/analytics/query-distribution \ --header 'Authorization: Bearer <token>'
{ "labels": [ "<string>" ], "values": [ 123 ], "days": 123 }
Bearer token authentication. Format: 'Bearer '
x >= 1
Successful Response
Was this page helpful?