GET
/
v1
/
nfl
/
injuries
Get the latest NFL league-wide injury report
curl --request GET \
  --url http://localhost:8082/v1/nfl/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.

Response

League-wide injuries payload.