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