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
Key | Datatype | Required | Description |
---|---|---|---|
sport_name | null | nullable | |
limit | null | nullable |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"List of sports","result":[]}