Retrieve folder

GET {{baseUrl}}/{{version}}/folders/{{folder_id}}

This endpoint retrieves the team information by Team UID.

The response also lists the player_count so that you can build logic around it.

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

[{"team_id":43,"team_name":"TeamSportz Team A","team_description":"A new way to play","team_avatar":"https://files.teamsportz.app/teams/43_1616442391.png","team_code":"asIasp","created_by":2,"created_at":"2020-09-20 10:03:20","player_count":14}]