cURL
curl --request GET \ --url https://api.example.com/dashboard/performance-metrics \ --header 'Authorization: Bearer <token>'
[ "<unknown>" ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns detailed performance metrics including response times, reliability, and error rates.