Skip to main content
GET
/
api
/
v1
/
teams
/
{team_id}
/
games
Get Team Games
curl --request GET \
  --url https://api.example.com/api/v1/teams/{team_id}/games
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

team_id
integer
required

Response

Successful Response