---
title: "Retrieves a list of fixtures based on provided sport, location, and league IDs."
method: POST
path: "/Fixtures/Get"
tags: ["Fixtures"]
---

# Retrieves a list of fixtures based on provided sport, location, and league IDs.

`POST /Fixtures/Get`

## Request body

- GetSubscribedFixturesRequestDto
  - `packageId` integer, required
  - `userName` string, required
  - `password` string, required
  - `sportIds` integer[], nullable
  - `locationIds` integer[], nullable
  - `leagueIds` integer[], nullable

## Response `200`

Success

- GetSubscribedFixturesResponseDtoStandardResponse
  - `header` ResponseHeader
    - `httpStatusCode` integer
    - `errors` ResponseError[], nullable
      - `message` string, nullable
  - `body` GetSubscribedFixturesResponseDto
    - `fixtures` integer[], nullable

---

[API](https://skmtc.dev/lsports/apis/customers.md) · [All operations](https://skmtc.dev/lsports/apis/customers/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lsports/customers/revisions/5d38bc3cbefe/schema)
