Retrieve Squad of a given team
GET {{baseUrl}}/teams/squad/{{team_id}}
This endpoint allows you to retrieve players of a specific team by their team unique identification (UID) team_id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"List of players for this team.","result":[]}