Retrieve all LYG Events
GET {{baseUrl}}/{{version}}/lyg/competitions/{{competition_id}}/schedule/results
This endpoint allow you to retrieve all LYG Events
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT Token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"List of events","result":[]}