> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leaguesync.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Example section for showcasing API endpoints

<Note>
  If you're not looking to build API reference documentation, you can delete
  this section by removing the api-reference folder.
</Note>

## Welcome

Fantasy products are specified by the product parameter, a space-separated list of products that your application is requesting access to during LeagueSync API. Valid product names are

* league: Read company directory and organization structure
* roster: Read League Rosters
* player: Read individual data, excluding income and employment data
* team: Read payroll and contractor related payments by the company
* transaction: Read detailed pay statements for each individual
* user: Read detailed pay statements for each individual
* meta: Read basic league data

<Card title="Plant Store Endpoints" icon="leaf" href="https://github.com/mintlify/starter/blob/main/api-reference/openapi.json">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints are authenticated using the following header

```json theme={null}
  X-Auth-Token: {"platform": "<platform>", "token": "<access_token>"}
```
