Retrieve List of all LYG sports

GET {{baseUrl}}/{{version}}/lyg/sports/?sport_name&limit

This endpoints allow you to retrieve the list of all LYG (London Youth Game) sports.

Request Params

KeyDatatypeRequiredDescription
sport_namenullnullable
limitnullnullable

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"List of sports","result":[]}