Retrieve List of all LYG boroughs
GET {{baseUrl}}/{{version}}/lyg/boroughs?borough_name=&limit=
This endpoints allow you to retrieve the list of all LYG (London Youth Game) sports.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
borough_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":[]}