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

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"List of players for this team.","result":[]}