curl --request GET \
--url https://api.example.com/v2/stats/tolls/count/ \
--header 'Authorization: Bearer <token>'Retrieve toll count statistics.
curl --request GET \
--url https://api.example.com/v2/stats/tolls/count/ \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
No response body
Was this page helpful?