GET
/
v1
/
nfl
/
teams
/
{id}
/
injuries
Get the current NFL team injury list
curl --request GET \
  --url http://localhost:8082/v1/nfl/teams/{id}/injuries \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:tok_public_demo
required

Send a workspace API token in the Authorization: Bearer <token> header.

Path Parameters

id
string
required

Response

Team injury payload.