Retrieve testing hours statistics for a specific assessment
cURL
curl --request GET \ --url https://api.synack.com/v1/assessments/{id}/testing_hours \ --header 'Authorization: Bearer <token>'
{ "stats_total": 123, "from": "2023-11-07T05:31:56Z", "to": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Assessment ID
Testing hours retrieved successfully