GET
/
cases
/
count
/
weekly
curl --request GET \
  --url https://api.wirespeed.co/cases/count/weekly \
  --header 'Authorization: Bearer <token>'
[
  {
    "count": 123,
    "week": "<string>",
    "teamId": "<string>",
    "teamName": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type object[].