cURL
curl --request GET \ --url https://api.example.com/api/dashboards/feedback/use-cases \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "label": "<string>" } ]
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?