cURL
curl --request GET \ --url https://api.example.com/api/dashboards/feedback/average-rating \ --header 'Authorization: Bearer <token>'
{ "enabled": true, "today": 123, "week": 123, "month": 123, "all_time": 123 }
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?